C E F G H L O P R S T X

C

contains(String) - Method in class xmlwise.XmlElement
Determines if a direct sub-element exists.
containsAttribute(String) - Method in class xmlwise.XmlElement
Determines if an attribute exists.
createDocument(String, boolean, boolean) - Static method in class xmlwise.Xmlwise
Creates a DOM Document from the specified XML string, ignoring DTD-validation.
createDocument(String) - Static method in class xmlwise.Xmlwise
Creates a DOM Document from the specified XML string, ignoring DTD-validation.
createXml(String) - Static method in class xmlwise.Xmlwise
Creates a document from a string and transforms it into an XmlElement tree.

E

equals(Object) - Method in class xmlwise.XmlElement
 
escapeXML(String) - Static method in class xmlwise.Xmlwise
Escapes a string to be used in an xml document.

F

fromXml(String) - Static method in class xmlwise.Plist
Create a nested map<String, Object> from a plist xml string using the default mapping.
fromXmlElement(XmlElement) - Static method in class xmlwise.Plist
Create a nested map<String, Object> from an XmlElement using the default mapping.

G

get(String) - Method in class xmlwise.XmlElement
Get all elements matching the given key.
getAttribute(String, String) - Method in class xmlwise.XmlElement
Get a (string) attribute for this element, defaulting to a default value if the attribute is missing.
getAttribute(String) - Method in class xmlwise.XmlElement
Returns the (string) value of an attribute.
getAttributes() - Method in class xmlwise.XmlElement
Returns a map with all attributes of this element.
getBoolAttribute(String) - Method in class xmlwise.XmlElement
Get an boolean attribute for this element.
getBoolAttribute(String, boolean) - Method in class xmlwise.XmlElement
Get an boolean attribute for this element, defaulting to the default value if missing.
getBoolean(String) - Method in class xmlwise.XmlElementAttributes
Get an boolean attribute.
getDouble(String) - Method in class xmlwise.XmlElementAttributes
Get a double attribute.
getDoubleAttribute(String) - Method in class xmlwise.XmlElement
Get a double attribute for this element.
getDoubleAttribute(String, double) - Method in class xmlwise.XmlElement
Get an double attribute for this element, defaulting to a default value if the attribute is missing.
getInt(String) - Method in class xmlwise.XmlElementAttributes
Get an integer attribute.
getIntAttribute(String) - Method in class xmlwise.XmlElement
Get an integer attribute for this element.
getIntAttribute(String, int) - Method in class xmlwise.XmlElement
Get an integer attribute for this element, defaulting to a default value if the attribute is missing.
getName() - Method in class xmlwise.XmlElement
Returns the name of this element.
getUnique(String) - Method in class xmlwise.XmlElement
Get the single direct sub-element with the given name.
getValue() - Method in class xmlwise.XmlElement
Get the string value contained in this element.

H

hashCode() - Method in class xmlwise.XmlElement
 

L

load(File) - Static method in class xmlwise.Plist
Create a nested map<String, Object> from a plist xml file using the default mapping.
load(String) - Static method in class xmlwise.Plist
Create a nested map<String, Object> from a plist xml file using the default mapping.
loadDocument(File) - Static method in class xmlwise.Xmlwise
Loads an XML document ignoring DTD-validation.
loadDocument(File, boolean, boolean) - Static method in class xmlwise.Xmlwise
Loads an XML document.
loadObject(File) - Static method in class xmlwise.Plist
Create an object from a plist xml file using the default mapping.
loadObject(String) - Static method in class xmlwise.Plist
Create an object from a plist xml file using the default mapping.
loadXml(File) - Static method in class xmlwise.Xmlwise
Loads a document from file and transforms it into an XmlElement tree.
loadXml(String) - Static method in class xmlwise.Xmlwise
Loads a document from file and transforms it into an XmlElement tree.

O

objectFromXml(String) - Static method in class xmlwise.Plist
Create an object from a plist xml string using the default mapping.
objectFromXmlElement(XmlElement) - Static method in class xmlwise.Plist
Create an object from an XmlElement using the default mapping.

P

Plist - Class in xmlwise
Plist xml handling (serialization and deserialization)

R

removeAttribute(String) - Method in class xmlwise.XmlElement
Convenience method to remove an attribute from this element.

S

setAttribute(String, Object) - Method in class xmlwise.XmlElement
Convenience method to set an attribute on this element.
store(Map<String, Object>, String) - Static method in class xmlwise.Plist
Store a nested map<String, Object> as a plist using the default mapping.
store(Map<String, Object>, File) - Static method in class xmlwise.Plist
Store a nested map<String, Object> as a plist using the default mapping.
storeObject(Object, String) - Static method in class xmlwise.Plist
Store an object as a plist using the default mapping.
storeObject(Object, File) - Static method in class xmlwise.Plist
Store an object as a plist using the default mapping.

T

toPlist(Object) - Static method in class xmlwise.Plist
Convert an object to a plist xml string using the default mapping.
toString() - Method in class xmlwise.XmlElement
 
toXml(Map<String, Object>) - Static method in class xmlwise.Plist
Convert a nested map<String, Object> as a plist xml string using the default mapping.
toXml() - Method in class xmlwise.XmlElement
Renders this as XML.
toXml() - Method in class xmlwise.XmlElementAttributes
Renders the content of the attributes as Xml.

X

XmlElement - Class in xmlwise
A simplified XML Element that only has an attribute map, a list of sub elements a text value and a name.
XmlElement(Element) - Constructor for class xmlwise.XmlElement
Creates a new XmlElement given an Element object.
XmlElement(String, String) - Constructor for class xmlwise.XmlElement
Creates a new XmlElement with the given name and inner text value.
XmlElement(String) - Constructor for class xmlwise.XmlElement
Creates a new XmlElement with the given name with no inner text.
XmlElementAttributes - Class in xmlwise
This is a hash map containing all attributes of a single element.
XmlElementAttributes(Element) - Constructor for class xmlwise.XmlElementAttributes
Creates an object given an Element object.
XmlParseException - Exception in xmlwise
Generic exception when parsing xml.
XmlParseException(Throwable) - Constructor for exception xmlwise.XmlParseException
 
XmlParseException(String) - Constructor for exception xmlwise.XmlParseException
 
XmlParseException(String, Throwable) - Constructor for exception xmlwise.XmlParseException
 
xmlwise - package xmlwise
 
Xmlwise - Class in xmlwise
Xmlwise convenience methods for loading xml documents and render them into XmlElement trees.

C E F G H L O P R S T X