Public Member Functions | |
DefaultMutableTreeNode | getRoot () |
void | startElement (String namespaceURI, String lName, String qName, Attributes attrs) throws SAXException |
void | endElement (String namespaceURI, String sName, String qName) throws SAXException |
void | characters (char buf[], int offset, int len) throws SAXException |
Definition at line 37 of file XMLIconTreeHandler.java.
void org.nexusformat.nxvalidate.XMLIconTreeHandler.characters | ( | char | buf[], |
int | offset, | ||
int | len | ||
) | throws SAXException |
Definition at line 70 of file XMLIconTreeHandler.java.
void org.nexusformat.nxvalidate.XMLIconTreeHandler.endElement | ( | String | namespaceURI, |
String | sName, | ||
String | qName | ||
) | throws SAXException |
Definition at line 64 of file XMLIconTreeHandler.java.
DefaultMutableTreeNode org.nexusformat.nxvalidate.XMLIconTreeHandler.getRoot | ( | ) |
Definition at line 42 of file XMLIconTreeHandler.java.
Referenced by org.nexusformat.nxvalidate.NXvalidateBasicGui.parseXML().
void org.nexusformat.nxvalidate.XMLIconTreeHandler.startElement | ( | String | namespaceURI, |
String | lName, | ||
String | qName, | ||
Attributes | attrs | ||
) | throws SAXException |
Definition at line 47 of file XMLIconTreeHandler.java.