com.melloware.jspiff.jaxp
Interface IXspfExtensionMixed

All Known Subinterfaces:
IXspfExtensionMixedChoice
All Known Implementing Classes:
RString, XspfExtensionAnyElement

public interface IXspfExtensionMixed

IXspfExtensionMixed is generated from xspf.rng by Relaxer. Concrete classes of the interface are RString and XspfExtensionAnyElement.

Version:
xspf.rng (Wed Sep 27 17:36:25 EDT 2006)
Author:
Relaxer 1.1b (http://www.relaxer.org), Emil A. Lefkof III

Method Summary
 Object clone()
           
 void makeElement(Node parent)
          Creates a DOM representation of the object.
 void makeTextAttribute(PrintWriter buffer)
          Makes an XML text representation.
 void makeTextAttribute(StringBuffer buffer)
          Makes an XML text representation.
 void makeTextAttribute(Writer buffer)
          Makes an XML text representation.
 void makeTextElement(PrintWriter buffer)
          Makes an XML text representation.
 void makeTextElement(StringBuffer buffer)
          Makes an XML text representation.
 void makeTextElement(Writer buffer)
          Makes an XML text representation.
 void setup(RStack stack)
           
 String toString()
           
 

Method Detail

clone

Object clone()
Returns:
Object

makeElement

void makeElement(Node parent)
Creates a DOM representation of the object. Result is appended to the Node parent.

Parameters:
parent -

makeTextAttribute

void makeTextAttribute(StringBuffer buffer)
Makes an XML text representation.

Parameters:
buffer -

makeTextAttribute

void makeTextAttribute(Writer buffer)
                       throws IOException
Makes an XML text representation.

Parameters:
buffer -
Throws:
IOException

makeTextAttribute

void makeTextAttribute(PrintWriter buffer)
Makes an XML text representation.

Parameters:
buffer -

makeTextElement

void makeTextElement(StringBuffer buffer)
Makes an XML text representation.

Parameters:
buffer -

makeTextElement

void makeTextElement(Writer buffer)
                     throws IOException
Makes an XML text representation.

Parameters:
buffer -
Throws:
IOException

makeTextElement

void makeTextElement(PrintWriter buffer)
Makes an XML text representation.

Parameters:
buffer -

setup

void setup(RStack stack)
Parameters:
stack -

toString

String toString()
Overrides:
toString in class Object
Returns:
String


Copyright © 1999-2006 Melloware Inc. All Rights Reserved.