A C E G O P S X

A

addAttribute(String, String) - Method in class org.garret.xmlme.XMLBuilder
Add new attribute
addElement(String) - Method in class org.garret.xmlme.XMLBuilder
Add new sibling element

C

closeElement() - Method in class org.garret.xmlme.XMLBuilder
End of element definition

E

enumerateRootSiblings(String) - Method in class org.garret.xmlme.XMLParser
Get enumeration of all root element siblings.

G

getAttribute(String) - Method in class org.garret.xmlme.XMLElement
Get attribute with specified name
getAttributes() - Method in class org.garret.xmlme.XMLElement
Get attributes of this element
getColumn() - Method in class org.garret.xmlme.XMLException
Column where exception happen
getCounter() - Method in class org.garret.xmlme.XMLElement
Get number of siblings with the same name.
getIntValue() - Method in class org.garret.xmlme.XMLAttribute
Get integer value of attribute
getIntValue() - Method in class org.garret.xmlme.XMLElement
Get integer value of the element
getLine() - Method in class org.garret.xmlme.XMLException
Line number where exception happen
getMessageText() - Method in class org.garret.xmlme.XMLException
Get message text
getName() - Method in class org.garret.xmlme.XMLAttribute
Get attribute name
getName() - Method in class org.garret.xmlme.XMLElement
Get element name
getNextSibling() - Method in class org.garret.xmlme.XMLElement
Return next sibling.
getRoot() - Method in class org.garret.xmlme.XMLParser
Build complete XML occument tree and return root of this tree.
getSibling(String) - Method in class org.garret.xmlme.XMLElement
Get sibling with specified name
getSiblings() - Method in class org.garret.xmlme.XMLElement
Get siblings of this element
getValue() - Method in class org.garret.xmlme.XMLAttribute
Get attribute value
getValue() - Method in class org.garret.xmlme.XMLElement
Get value of this element

O

org.garret.xmlme - package org.garret.xmlme
 

P

parse(XMLBuilder) - Method in class org.garret.xmlme.XMLParser
Parse XML document and invoke builder callbacks

S

search(String) - Method in class org.garret.xmlme.XMLElement
Search element siblings which name matches with the pattern
setValue(String) - Method in class org.garret.xmlme.XMLBuilder
Set element value

X

XMLAttribute - class org.garret.xmlme.XMLAttribute.
Class representing XML attribute
XMLBuilder - class org.garret.xmlme.XMLBuilder.
Class providing XML parser callbacks.
XMLBuilder() - Constructor for class org.garret.xmlme.XMLBuilder
 
XMLElement - class org.garret.xmlme.XMLElement.
Class representing XML element
XMLException - exception org.garret.xmlme.XMLException.
Exception thrown by XML parser
XMLException(int, int, String) - Constructor for class org.garret.xmlme.XMLException
Constructor of exception with position in XML buffer
XMLException(String) - Constructor for class org.garret.xmlme.XMLException
Constructor of exception without position
XMLParser - class org.garret.xmlme.XMLParser.
XML parser
XMLParser(InputStream, String) - Constructor for class org.garret.xmlme.XMLParser
XML parser for specified input stream and encoding.
XMLParser(InputStream) - Constructor for class org.garret.xmlme.XMLParser
XML parser for specified input stream with default encoding.
XMLParser(Reader) - Constructor for class org.garret.xmlme.XMLParser
XML parser for specified reader

A C E G O P S X