Package | Description |
---|---|
xmlwise |
Modifier and Type | Method and Description |
---|---|
static XmlElement |
Xmlwise.createXml(java.lang.String xml)
Creates a document from a string and transforms it into an XmlElement tree.
|
XmlElement |
XmlElement.getUnique(java.lang.String name)
Get the single direct sub-element with the given name.
|
static XmlElement |
Xmlwise.loadXml(java.io.File file)
Loads a document from file and transforms it into an XmlElement tree.
|
static XmlElement |
Xmlwise.loadXml(java.lang.String filename)
Loads a document from file and transforms it into an XmlElement tree.
|
Modifier and Type | Method and Description |
---|---|
java.util.LinkedList<XmlElement> |
XmlElement.get(java.lang.String name)
Get all elements matching the given key.
|