- XMLElement - Class in com.nanoxml
-
XMLElement is a representation of an XML object.
- XMLElement() - Constructor for class com.nanoxml.XMLElement
-
Creates a new XML element.
- XMLElement(Properties) - Constructor for class com.nanoxml.XMLElement
-
Creates a new XML element.
- XMLElement(boolean) - Constructor for class com.nanoxml.XMLElement
-
Creates a new XML element.
- XMLElement(Properties, boolean) - Constructor for class com.nanoxml.XMLElement
-
Creates a new XML element.
- XMLElement(Properties, boolean, boolean) - Constructor for class com.nanoxml.XMLElement
-
Creates a new XML element.
- XMLElement(Properties, boolean, boolean, boolean) - Constructor for class com.nanoxml.XMLElement
-
Creates a new XML element.
- XMLParseException - Exception in com.nanoxml
-
An XMLParseException is thrown when an error occures while parsing an XML
string.
- XMLParseException(String, String) - Constructor for exception com.nanoxml.XMLParseException
-
Creates an exception.
- XMLParseException(String, int, String) - Constructor for exception com.nanoxml.XMLParseException
-
Creates an exception.