com.melloware.jspiff.jaxp
Interface IXspfExtensionMixedChoice

All Superinterfaces:
IXspfExtensionMixed
All Known Implementing Classes:
XspfExtensionAnyElement

public interface IXspfExtensionMixedChoice
extends IXspfExtensionMixed

IXspfExtensionMixedChoice is generated from xspf.rng by Relaxer. A concrete class of the interface is 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
 void addContent(int index, IXspfAnythingMixed content)
           
 void addContent(IXspfAnythingMixed content)
           
 void addContent(IXspfAnythingMixed[] content)
           
 void addContent(Node value)
           
 void addContent(String value)
           
 void addContentByString(String value)
           
 void clearContent()
           
 IXspfAnythingMixed[] getContent()
           
 IXspfAnythingMixed getContent(int index)
           
 Document makeDocument()
           
 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.
 String makeTextDocument()
           
 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 removeContent(int index)
           
 void removeContent(IXspfAnythingMixed content)
           
 void setContent(int index, IXspfAnythingMixed content)
           
 void setContent(IXspfAnythingMixed content)
           
 void setContent(IXspfAnythingMixed[] content)
           
 void setContent(Node value)
           
 void setContent(String value)
           
 void setContentByString(String value)
           
 void setup(Document doc)
           
 void setup(Element element)
           
 void setup(File file)
           
 void setup(InputSource is)
           
 void setup(InputStream in)
           
 void setup(Reader reader)
           
 void setup(String uri)
           
 void setup(URL url)
           
 void setup(XspfExtensionAnyElement source)
           
 int sizeContent()
           
 
Methods inherited from interface com.melloware.jspiff.jaxp.IXspfExtensionMixed
clone, makeElement, setup, toString
 

Method Detail

getContent

IXspfAnythingMixed[] getContent()
Returns:
IXspfAnythingMixed[]

getContent

IXspfAnythingMixed getContent(int index)
Parameters:
index -
Returns:
IXspfAnythingMixed

setContent

void setContent(String value)
Parameters:
value -

setContent

void setContent(Node value)
Parameters:
value -

setContent

void setContent(IXspfAnythingMixed[] content)
Parameters:
content -

setContent

void setContent(IXspfAnythingMixed content)
Parameters:
content -

setContent

void setContent(int index,
                IXspfAnythingMixed content)
Parameters:
index -
content -

setContentByString

void setContentByString(String value)
Parameters:
value -

addContent

void addContent(String value)
Parameters:
value -

addContent

void addContent(Node value)
Parameters:
value -

addContent

void addContent(IXspfAnythingMixed content)
Parameters:
content -

addContent

void addContent(IXspfAnythingMixed[] content)
Parameters:
content -

addContent

void addContent(int index,
                IXspfAnythingMixed content)
Parameters:
index -
content -

addContentByString

void addContentByString(String value)
Parameters:
value -

clearContent

void clearContent()

makeDocument

Document makeDocument()
                      throws ParserConfigurationException
Returns:
Document
Throws:
ParserConfigurationException

makeTextAttribute

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

Specified by:
makeTextAttribute in interface IXspfExtensionMixed
Parameters:
buffer -

makeTextAttribute

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

Specified by:
makeTextAttribute in interface IXspfExtensionMixed
Parameters:
buffer -
Throws:
IOException

makeTextAttribute

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

Specified by:
makeTextAttribute in interface IXspfExtensionMixed
Parameters:
buffer -

makeTextDocument

String makeTextDocument()
Returns:
String

makeTextElement

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

Specified by:
makeTextElement in interface IXspfExtensionMixed
Parameters:
buffer -

makeTextElement

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

Specified by:
makeTextElement in interface IXspfExtensionMixed
Parameters:
buffer -
Throws:
IOException

makeTextElement

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

Specified by:
makeTextElement in interface IXspfExtensionMixed
Parameters:
buffer -

removeContent

void removeContent(int index)
Parameters:
index -

removeContent

void removeContent(IXspfAnythingMixed content)
Parameters:
content -

setup

void setup(XspfExtensionAnyElement source)
Parameters:
source -

setup

void setup(Document doc)
Parameters:
doc -

setup

void setup(Element element)
Parameters:
element -

setup

void setup(File file)
           throws IOException,
                  SAXException,
                  ParserConfigurationException
Parameters:
file -
Throws:
IOException
SAXException
ParserConfigurationException

setup

void setup(String uri)
           throws IOException,
                  SAXException,
                  ParserConfigurationException
Parameters:
uri -
Throws:
IOException
SAXException
ParserConfigurationException

setup

void setup(URL url)
           throws IOException,
                  SAXException,
                  ParserConfigurationException
Parameters:
url -
Throws:
IOException
SAXException
ParserConfigurationException

setup

void setup(InputStream in)
           throws IOException,
                  SAXException,
                  ParserConfigurationException
Parameters:
in -
Throws:
IOException
SAXException
ParserConfigurationException

setup

void setup(InputSource is)
           throws IOException,
                  SAXException,
                  ParserConfigurationException
Parameters:
is -
Throws:
IOException
SAXException
ParserConfigurationException

setup

void setup(Reader reader)
           throws IOException,
                  SAXException,
                  ParserConfigurationException
Parameters:
reader -
Throws:
IOException
SAXException
ParserConfigurationException

sizeContent

int sizeContent()
Returns:
int


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