|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.melloware.jspiff.jaxp.XspfExtensionAnyElement
public class XspfExtensionAnyElement
XspfExtensionAnyElement is generated from xspf.rng by Relaxer. This class is derived from:
<element>
<anyName/>
<ref name="anything"/>
</element>
| Constructor Summary | |
|---|---|
XspfExtensionAnyElement()
Creates a XspfExtensionAnyElement. |
|
XspfExtensionAnyElement(Document doc)
Creates a XspfExtensionAnyElement by the Document doc. |
|
XspfExtensionAnyElement(Element element)
Creates a XspfExtensionAnyElement by the Element element. |
|
XspfExtensionAnyElement(File file)
Creates a XspfExtensionAnyElement by the File file. |
|
XspfExtensionAnyElement(InputSource is)
Creates a XspfExtensionAnyElement by the InputSource is. |
|
XspfExtensionAnyElement(InputStream in)
Creates a XspfExtensionAnyElement by the InputStream in. |
|
XspfExtensionAnyElement(Reader reader)
Creates a XspfExtensionAnyElement by the Reader reader. |
|
XspfExtensionAnyElement(RStack stack)
Creates a XspfExtensionAnyElement by the Stack stack
that contains Elements. |
|
XspfExtensionAnyElement(String uri)
Creates a XspfExtensionAnyElement
by the String representation of URI uri. |
|
XspfExtensionAnyElement(URL url)
Creates a XspfExtensionAnyElement by the URL url. |
|
XspfExtensionAnyElement(XspfExtensionAnyElement source)
Creates a XspfExtensionAnyElement. |
|
| Method Summary | |
|---|---|
void |
addContent(int index,
IXspfAnythingMixed content)
Adds the IXspfAnythingMixed property content by index. |
void |
addContent(IXspfAnythingMixed content)
Adds the IXspfAnythingMixed property content. |
void |
addContent(IXspfAnythingMixed[] content)
Adds the IXspfAnythingMixed property content. |
void |
addContent(Node value)
Adds a mixed content by org.w3c.dom.Node. |
void |
addContent(String value)
Adds a mixed content by String. |
void |
addContentByString(String value)
Adds a mixed content by String. |
void |
clearContent()
Clear the IXspfAnythingMixed property content. |
Object |
clone()
|
IXspfAnythingMixed[] |
getContent()
Gets the IXspfAnythingMixed property content. |
IXspfAnythingMixed |
getContent(int index)
Gets the IXspfAnythingMixed property content by index. |
static boolean |
isMatch(Element element)
Tests if a Element element is valid
for the XspfExtensionAnyElement. |
static boolean |
isMatch(RStack stack)
Tests if elements contained in a Stack stack
is valid for the XspfExtensionAnyElement. |
static boolean |
isMatchHungry(RStack stack)
Tests if elements contained in a Stack stack
is valid for the XspfExtensionAnyElement. |
Document |
makeDocument()
Creates a DOM document representation of the object. |
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. |
String |
makeTextDocument()
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 |
removeContent(int index)
Remove the IXspfAnythingMixed property content by index. |
void |
removeContent(IXspfAnythingMixed content)
Remove the IXspfAnythingMixed property content by object. |
void |
setContent(int index,
IXspfAnythingMixed content)
Sets the IXspfAnythingMixed property content by index. |
void |
setContent(IXspfAnythingMixed content)
Sets the IXspfAnythingMixed property content. |
void |
setContent(IXspfAnythingMixed[] content)
Sets the IXspfAnythingMixed property content. |
void |
setContent(Node value)
Sets a mixed content by org.w3c.dom.Node. |
void |
setContent(String value)
Sets a mixed content by String. |
void |
setContentByString(String value)
Sets a mixed content by String. |
void |
setup(Document doc)
Initializes the XspfExtensionAnyElement by the Document doc. |
void |
setup(Element element)
Initializes the XspfExtensionAnyElement by the Element element. |
void |
setup(File file)
Initializes the XspfExtensionAnyElement by the File file. |
void |
setup(InputSource is)
Initializes the XspfExtensionAnyElement by the InputSource is. |
void |
setup(InputStream in)
Initializes the XspfExtensionAnyElement by the InputStream in. |
void |
setup(Reader reader)
Initializes the XspfExtensionAnyElement by the Reader reader. |
void |
setup(RStack stack)
Initializes the XspfExtensionAnyElement by the Stack stack
that contains Elements. |
void |
setup(String uri)
Initializes the XspfExtensionAnyElement
by the String representation of URI uri. |
void |
setup(URL url)
Initializes the XspfExtensionAnyElement by the URL url. |
void |
setup(XspfExtensionAnyElement source)
Initializes the XspfExtensionAnyElement by the XspfExtensionAnyElement source. |
int |
sizeContent()
Gets number of the IXspfAnythingMixed property content. |
String |
toString()
Returns a String representation of this object. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public XspfExtensionAnyElement()
XspfExtensionAnyElement.
public XspfExtensionAnyElement(XspfExtensionAnyElement source)
XspfExtensionAnyElement.
source - public XspfExtensionAnyElement(RStack stack)
XspfExtensionAnyElement by the Stack stack
that contains Elements.
This constructor is supposed to be used internally
by the Relaxer system.
stack - public XspfExtensionAnyElement(Document doc)
XspfExtensionAnyElement by the Document doc.
doc - public XspfExtensionAnyElement(Element element)
XspfExtensionAnyElement by the Element element.
element -
public XspfExtensionAnyElement(File file)
throws IOException,
SAXException,
ParserConfigurationException
XspfExtensionAnyElement by the File file.
file -
IOException
SAXException
ParserConfigurationException
public XspfExtensionAnyElement(String uri)
throws IOException,
SAXException,
ParserConfigurationException
XspfExtensionAnyElement
by the String representation of URI uri.
uri -
IOException
SAXException
ParserConfigurationException
public XspfExtensionAnyElement(URL url)
throws IOException,
SAXException,
ParserConfigurationException
XspfExtensionAnyElement by the URL url.
url -
IOException
SAXException
ParserConfigurationException
public XspfExtensionAnyElement(InputStream in)
throws IOException,
SAXException,
ParserConfigurationException
XspfExtensionAnyElement by the InputStream in.
in -
IOException
SAXException
ParserConfigurationException
public XspfExtensionAnyElement(InputSource is)
throws IOException,
SAXException,
ParserConfigurationException
XspfExtensionAnyElement by the InputSource is.
is -
IOException
SAXException
ParserConfigurationException
public XspfExtensionAnyElement(Reader reader)
throws IOException,
SAXException,
ParserConfigurationException
XspfExtensionAnyElement by the Reader reader.
reader -
IOException
SAXException
ParserConfigurationException| Method Detail |
|---|
public static boolean isMatch(Element element)
element is valid
for the XspfExtensionAnyElement.
element -
public static boolean isMatch(RStack stack)
stack
is valid for the XspfExtensionAnyElement.
This mehtod is supposed to be used internally
by the Relaxer system.
stack -
public static boolean isMatchHungry(RStack stack)
stack
is valid for the XspfExtensionAnyElement.
This method consumes the stack contents during matching operation.
This mehtod is supposed to be used internally
by the Relaxer system.
stack -
public IXspfAnythingMixed[] getContent()
getContent in interface IXspfExtensionMixedChoicepublic IXspfAnythingMixed getContent(int index)
getContent in interface IXspfExtensionMixedChoiceindex -
public void setContent(String value)
String.
setContent in interface IXspfExtensionMixedChoicevalue - public void setContent(Node value)
org.w3c.dom.Node.
setContent in interface IXspfExtensionMixedChoicevalue - public void setContent(IXspfAnythingMixed[] content)
setContent in interface IXspfExtensionMixedChoicecontent - public void setContent(IXspfAnythingMixed content)
setContent in interface IXspfExtensionMixedChoicecontent -
public void setContent(int index,
IXspfAnythingMixed content)
setContent in interface IXspfExtensionMixedChoiceindex - content - public void setContentByString(String value)
String.
setContentByString in interface IXspfExtensionMixedChoicevalue - public void addContent(String value)
String.
addContent in interface IXspfExtensionMixedChoicevalue - public void addContent(Node value)
org.w3c.dom.Node.
addContent in interface IXspfExtensionMixedChoicevalue - public void addContent(IXspfAnythingMixed content)
addContent in interface IXspfExtensionMixedChoicecontent - public void addContent(IXspfAnythingMixed[] content)
addContent in interface IXspfExtensionMixedChoicecontent -
public void addContent(int index,
IXspfAnythingMixed content)
addContent in interface IXspfExtensionMixedChoiceindex - content - public void addContentByString(String value)
String.
addContentByString in interface IXspfExtensionMixedChoicevalue - public void clearContent()
clearContent in interface IXspfExtensionMixedChoicepublic Object clone()
clone in interface IXspfExtensionMixedclone in class Object
public Document makeDocument()
throws ParserConfigurationException
makeDocument in interface IXspfExtensionMixedChoiceParserConfigurationExceptionpublic void makeElement(Node parent)
parent.
makeElement in interface IXspfExtensionMixedparent - public void makeTextAttribute(StringBuffer buffer)
makeTextAttribute in interface IXspfExtensionMixedmakeTextAttribute in interface IXspfExtensionMixedChoicebuffer -
public void makeTextAttribute(Writer buffer)
throws IOException
makeTextAttribute in interface IXspfExtensionMixedmakeTextAttribute in interface IXspfExtensionMixedChoicebuffer -
IOExceptionpublic void makeTextAttribute(PrintWriter buffer)
makeTextAttribute in interface IXspfExtensionMixedmakeTextAttribute in interface IXspfExtensionMixedChoicebuffer - public String makeTextDocument()
makeTextDocument in interface IXspfExtensionMixedChoicepublic void makeTextElement(StringBuffer buffer)
makeTextElement in interface IXspfExtensionMixedmakeTextElement in interface IXspfExtensionMixedChoicebuffer -
public void makeTextElement(Writer buffer)
throws IOException
makeTextElement in interface IXspfExtensionMixedmakeTextElement in interface IXspfExtensionMixedChoicebuffer -
IOExceptionpublic void makeTextElement(PrintWriter buffer)
makeTextElement in interface IXspfExtensionMixedmakeTextElement in interface IXspfExtensionMixedChoicebuffer - public void removeContent(int index)
removeContent in interface IXspfExtensionMixedChoiceindex - public void removeContent(IXspfAnythingMixed content)
removeContent in interface IXspfExtensionMixedChoicecontent - public void setup(XspfExtensionAnyElement source)
XspfExtensionAnyElement by the XspfExtensionAnyElement source.
setup in interface IXspfExtensionMixedChoicesource - public void setup(Document doc)
XspfExtensionAnyElement by the Document doc.
setup in interface IXspfExtensionMixedChoicedoc - public void setup(Element element)
XspfExtensionAnyElement by the Element element.
setup in interface IXspfExtensionMixedChoiceelement - public void setup(RStack stack)
XspfExtensionAnyElement by the Stack stack
that contains Elements.
This constructor is supposed to be used internally
by the Relaxer system.
setup in interface IXspfExtensionMixedstack -
public void setup(File file)
throws IOException,
SAXException,
ParserConfigurationException
XspfExtensionAnyElement by the File file.
setup in interface IXspfExtensionMixedChoicefile -
IOException
SAXException
ParserConfigurationException
public void setup(String uri)
throws IOException,
SAXException,
ParserConfigurationException
XspfExtensionAnyElement
by the String representation of URI uri.
setup in interface IXspfExtensionMixedChoiceuri -
IOException
SAXException
ParserConfigurationException
public void setup(URL url)
throws IOException,
SAXException,
ParserConfigurationException
XspfExtensionAnyElement by the URL url.
setup in interface IXspfExtensionMixedChoiceurl -
IOException
SAXException
ParserConfigurationException
public void setup(InputStream in)
throws IOException,
SAXException,
ParserConfigurationException
XspfExtensionAnyElement by the InputStream in.
setup in interface IXspfExtensionMixedChoicein -
IOException
SAXException
ParserConfigurationException
public void setup(InputSource is)
throws IOException,
SAXException,
ParserConfigurationException
XspfExtensionAnyElement by the InputSource is.
setup in interface IXspfExtensionMixedChoiceis -
IOException
SAXException
ParserConfigurationException
public void setup(Reader reader)
throws IOException,
SAXException,
ParserConfigurationException
XspfExtensionAnyElement by the Reader reader.
setup in interface IXspfExtensionMixedChoicereader -
IOException
SAXException
ParserConfigurationExceptionpublic int sizeContent()
sizeContent in interface IXspfExtensionMixedChoicepublic String toString()
toString in interface IXspfExtensionMixedtoString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||