|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.melloware.jspiff.jaxp.XspfAnythingAnyElement
public class XspfAnythingAnyElement
XspfAnythingAnyElement is generated from xspf.rng by Relaxer. This class is derived from:
<element>
<anyName/>
<ref name="anything"/>
</element>
| Constructor Summary | |
|---|---|
XspfAnythingAnyElement()
Creates a XspfAnythingAnyElement. |
|
XspfAnythingAnyElement(Document doc)
Creates a XspfAnythingAnyElement by the Document doc. |
|
XspfAnythingAnyElement(Element element)
Creates a XspfAnythingAnyElement by the Element element. |
|
XspfAnythingAnyElement(File file)
Creates a XspfAnythingAnyElement by the File file. |
|
XspfAnythingAnyElement(InputSource is)
Creates a XspfAnythingAnyElement by the InputSource is. |
|
XspfAnythingAnyElement(InputStream in)
Creates a XspfAnythingAnyElement by the InputStream in. |
|
XspfAnythingAnyElement(Reader reader)
Creates a XspfAnythingAnyElement by the Reader reader. |
|
XspfAnythingAnyElement(RStack stack)
Creates a XspfAnythingAnyElement by the Stack stack
that contains Elements. |
|
XspfAnythingAnyElement(String uri)
Creates a XspfAnythingAnyElement
by the String representation of URI uri. |
|
XspfAnythingAnyElement(URL url)
Creates a XspfAnythingAnyElement by the URL url. |
|
XspfAnythingAnyElement(XspfAnythingAnyElement source)
Creates a XspfAnythingAnyElement. |
|
| 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 XspfAnythingAnyElement. |
static boolean |
isMatch(RStack stack)
Tests if elements contained in a Stack stack
is valid for the XspfAnythingAnyElement. |
static boolean |
isMatchHungry(RStack stack)
Tests if elements contained in a Stack stack
is valid for the XspfAnythingAnyElement. |
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 XspfAnythingAnyElement by the Document doc. |
void |
setup(Element element)
Initializes the XspfAnythingAnyElement by the Element element. |
void |
setup(File file)
Initializes the XspfAnythingAnyElement by the File file. |
void |
setup(InputSource is)
Initializes the XspfAnythingAnyElement by the InputSource is. |
void |
setup(InputStream in)
Initializes the XspfAnythingAnyElement by the InputStream in. |
void |
setup(Reader reader)
Initializes the XspfAnythingAnyElement by the Reader reader. |
void |
setup(RStack stack)
Initializes the XspfAnythingAnyElement by the Stack stack
that contains Elements. |
void |
setup(String uri)
Initializes the XspfAnythingAnyElement
by the String representation of URI uri. |
void |
setup(URL url)
Initializes the XspfAnythingAnyElement by the URL url. |
void |
setup(XspfAnythingAnyElement source)
Initializes the XspfAnythingAnyElement by the XspfAnythingAnyElement 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 XspfAnythingAnyElement()
XspfAnythingAnyElement.
public XspfAnythingAnyElement(XspfAnythingAnyElement source)
XspfAnythingAnyElement.
source - public XspfAnythingAnyElement(RStack stack)
XspfAnythingAnyElement by the Stack stack
that contains Elements.
This constructor is supposed to be used internally
by the Relaxer system.
stack - public XspfAnythingAnyElement(Document doc)
XspfAnythingAnyElement by the Document doc.
doc - public XspfAnythingAnyElement(Element element)
XspfAnythingAnyElement by the Element element.
element -
public XspfAnythingAnyElement(File file)
throws IOException,
SAXException,
ParserConfigurationException
XspfAnythingAnyElement by the File file.
file -
IOException
SAXException
ParserConfigurationException
public XspfAnythingAnyElement(String uri)
throws IOException,
SAXException,
ParserConfigurationException
XspfAnythingAnyElement
by the String representation of URI uri.
uri -
IOException
SAXException
ParserConfigurationException
public XspfAnythingAnyElement(URL url)
throws IOException,
SAXException,
ParserConfigurationException
XspfAnythingAnyElement by the URL url.
url -
IOException
SAXException
ParserConfigurationException
public XspfAnythingAnyElement(InputStream in)
throws IOException,
SAXException,
ParserConfigurationException
XspfAnythingAnyElement by the InputStream in.
in -
IOException
SAXException
ParserConfigurationException
public XspfAnythingAnyElement(InputSource is)
throws IOException,
SAXException,
ParserConfigurationException
XspfAnythingAnyElement by the InputSource is.
is -
IOException
SAXException
ParserConfigurationException
public XspfAnythingAnyElement(Reader reader)
throws IOException,
SAXException,
ParserConfigurationException
XspfAnythingAnyElement by the Reader reader.
reader -
IOException
SAXException
ParserConfigurationException| Method Detail |
|---|
public static boolean isMatch(Element element)
element is valid
for the XspfAnythingAnyElement.
element -
public static boolean isMatch(RStack stack)
stack
is valid for the XspfAnythingAnyElement.
This mehtod is supposed to be used internally
by the Relaxer system.
stack -
public static boolean isMatchHungry(RStack stack)
stack
is valid for the XspfAnythingAnyElement.
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()
public IXspfAnythingMixed getContent(int index)
index -
public void setContent(String value)
String.
setContent in interface IXspfAnythingMixedChoicevalue - public void setContent(Node value)
org.w3c.dom.Node.
value - public void setContent(IXspfAnythingMixed[] content)
content - public void setContent(IXspfAnythingMixed content)
content -
public void setContent(int index,
IXspfAnythingMixed content)
index - content - public void setContentByString(String value)
String.
setContentByString in interface IXspfAnythingMixedChoicevalue - public void addContent(String value)
String.
value - public void addContent(Node value)
org.w3c.dom.Node.
value - public void addContent(IXspfAnythingMixed content)
content - public void addContent(IXspfAnythingMixed[] content)
content -
public void addContent(int index,
IXspfAnythingMixed content)
index - content - public void addContentByString(String value)
String.
value - public void clearContent()
public Object clone()
clone in interface IXspfAnythingMixedclone in class Object
public Document makeDocument()
throws ParserConfigurationException
ParserConfigurationExceptionpublic void makeElement(Node parent)
parent.
makeElement in interface IXspfAnythingMixedparent - public void makeTextAttribute(StringBuffer buffer)
makeTextAttribute in interface IXspfAnythingMixedmakeTextAttribute in interface IXspfAnythingMixedChoicebuffer -
public void makeTextAttribute(Writer buffer)
throws IOException
makeTextAttribute in interface IXspfAnythingMixedmakeTextAttribute in interface IXspfAnythingMixedChoicebuffer -
IOExceptionpublic void makeTextAttribute(PrintWriter buffer)
makeTextAttribute in interface IXspfAnythingMixedmakeTextAttribute in interface IXspfAnythingMixedChoicebuffer - public String makeTextDocument()
makeTextDocument in interface IXspfAnythingMixedChoicepublic void makeTextElement(StringBuffer buffer)
makeTextElement in interface IXspfAnythingMixedmakeTextElement in interface IXspfAnythingMixedChoicebuffer -
public void makeTextElement(Writer buffer)
throws IOException
makeTextElement in interface IXspfAnythingMixedmakeTextElement in interface IXspfAnythingMixedChoicebuffer -
IOExceptionpublic void makeTextElement(PrintWriter buffer)
makeTextElement in interface IXspfAnythingMixedmakeTextElement in interface IXspfAnythingMixedChoicebuffer - public void removeContent(int index)
index - public void removeContent(IXspfAnythingMixed content)
content - public void setup(XspfAnythingAnyElement source)
XspfAnythingAnyElement by the XspfAnythingAnyElement source.
source - public void setup(Document doc)
XspfAnythingAnyElement by the Document doc.
doc - public void setup(Element element)
XspfAnythingAnyElement by the Element element.
element - public void setup(RStack stack)
XspfAnythingAnyElement by the Stack stack
that contains Elements.
This constructor is supposed to be used internally
by the Relaxer system.
setup in interface IXspfAnythingMixedstack -
public void setup(File file)
throws IOException,
SAXException,
ParserConfigurationException
XspfAnythingAnyElement by the File file.
file -
IOException
SAXException
ParserConfigurationException
public void setup(String uri)
throws IOException,
SAXException,
ParserConfigurationException
XspfAnythingAnyElement
by the String representation of URI uri.
uri -
IOException
SAXException
ParserConfigurationException
public void setup(URL url)
throws IOException,
SAXException,
ParserConfigurationException
XspfAnythingAnyElement by the URL url.
url -
IOException
SAXException
ParserConfigurationException
public void setup(InputStream in)
throws IOException,
SAXException,
ParserConfigurationException
XspfAnythingAnyElement by the InputStream in.
in -
IOException
SAXException
ParserConfigurationException
public void setup(InputSource is)
throws IOException,
SAXException,
ParserConfigurationException
XspfAnythingAnyElement by the InputSource is.
is -
IOException
SAXException
ParserConfigurationException
public void setup(Reader reader)
throws IOException,
SAXException,
ParserConfigurationException
XspfAnythingAnyElement by the Reader reader.
reader -
IOException
SAXException
ParserConfigurationExceptionpublic int sizeContent()
public String toString()
toString in interface IXspfAnythingMixedtoString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||