Uses of Class
xmlwise.XmlElement

Uses of XmlElement in xmlwise
 

Methods in xmlwise that return XmlElement
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.
 

Methods in xmlwise that return types with arguments of type XmlElement
 java.util.LinkedList<XmlElement> XmlElement.get(java.lang.String name)
          Get all elements matching the given key.
 

Methods in xmlwise with parameters of type XmlElement
static java.util.Map<java.lang.String,java.lang.Object> Plist.fromXmlElement(XmlElement element)
          Create a nested map<String, Object> from an XmlElement using the default mapping.
static java.lang.Object Plist.objectFromXmlElement(XmlElement element)
          Create an object from an XmlElement using the default mapping.