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 save (String xpointer)
Returns an xml document starting from the matching element.
String lookup (String contextXPointer, String relativeXPointer)
Returns the xpointer of the matching element 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.
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 bind (String contextXPointer, String
relativeXPointer, String atXPointer)
Bind a new element and return its XPointer.
void unbind (String contextXPointer, String relativeXPointer)
Unbind the matching element.
void unbindAll (String contextXPointer, String relativeXPointer)
Unbind all matching elements.
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.
void setValue (String XPointer, String value)
Set the value of the matching element.
boolean hasException()
Checks if there was an exception.
String getException()
Returns a string representation of the error.
void refresh(int ms)
Refreshes the component after ms milliseconds.