Package | Description |
---|---|
org.xins.common.xml |
XML-related classes.
|
Modifier and Type | Method and Description |
---|---|
Element |
ElementBuilder.createElement()
Deprecated.
Creates the
Element . |
Element |
Element.getUniqueChildElement()
Deprecated.
Gets the unique child of this element.
|
Element |
Element.getUniqueChildElement(String elementName)
Deprecated.
Gets the unique child of this element with the specified name.
|
Element |
ElementParser.parse(File file)
Deprecated.
Parses content of a file to create an XML
Element object. |
Element |
ElementParser.parse(InputStream in)
Deprecated.
Parses content of a character stream to create an XML
Element object. |
Element |
ElementParser.parse(Reader in)
Deprecated.
Parses content of a character stream to create an XML
Element object. |
Element |
ElementParser.parse(String text)
Deprecated.
Parses the specified String to create an XML
Element object. |
Modifier and Type | Method and Description |
---|---|
void |
ElementBuilder.addChild(Element child)
Deprecated.
Adds a new child element.
|
void |
Element.addChild(Element child)
Deprecated.
Adds a new child element.
|
void |
ElementSerializer.output(XMLOutputter out,
Element element)
Deprecated.
Generates XML for the specified
Element . |
void |
Element.removeChild(Element child)
Deprecated.
Removes a child element.
|
String |
ElementSerializer.serialize(Element element)
Deprecated.
Serializes the element to XML.
|
See http://www.xins.org/.