String bind (String contextXPointer, String
relativeXPointer, String atXPointer)
Bind a new element and return its XPointer.
String getException()
Returns a string representation of the error.
String getName (String XPointer)
Returns the name of the matching element.
String getValue (String XPointer)
Returns the value of the matching element or an empty string if there is no value set.
boolean hasException()
Checks if there was an exception.
void load (String xpointer, String xml)
Loads the xml document in the matching element.
void loadFromURI (String xpointer,
String uri)
Loads the xml document in the matching element from the URI.
String lookup (String contextXPointer, String
relativeXPointer)
Returns the xpointer of the matching element or an empty string if no match was found.
String lookupAll (String
contextXPointer, String relativeXPointer, String separator)
Returns a string of xpointers of all matching elements separated by the separator or an empty string if no match was found.
String lookupBind (String contextXPointer,
String relativeXPointer, String atXPointer)
Returns the xpointer of the matching or bound element.
void refresh(int ms)
Refreshes the component after ms milliseconds.
String save (String xpointer)
Returns an xml document starting from the matching element
void setValue (String XPointer, String
value)
Set the value of the matching element.
void unbind (String contextXPointer, String
relativeXPointer)
Unbind the matching element.
void unbindAll (String contextXPointer,
String relativeXPointer)
Unbind all matching elements.