Package org.forester.io.parsers.tol
Class TolXmlHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.forester.io.parsers.tol.TolXmlHandler
- All Implemented Interfaces:
 ContentHandler,DTDHandler,EntityResolver,ErrorHandler
- 
Method Summary
Modifier and TypeMethodDescriptionstatic booleanattributeEqualsValue(XmlElement element, String attributeName, String attributeValue) voidcharacters(char[] chars, int start_index, int end_index) voidendElement(String namespace_uri, String local_name, String qualified_name) static StringgetAtttributeValue(XmlElement element, String attributeName) voidvoidstartElement(String namespace_uri, String local_name, String qualified_name, Attributes attributes) Methods inherited from class org.xml.sax.helpers.DefaultHandler
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startPrefixMapping, unparsedEntityDecl, warningMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.xml.sax.ContentHandler
declaration 
- 
Method Details
- 
characters
public void characters(char[] chars, int start_index, int end_index) - Specified by:
 charactersin interfaceContentHandler- Overrides:
 charactersin classDefaultHandler
 - 
endElement
public void endElement(String namespace_uri, String local_name, String qualified_name) throws SAXException - Specified by:
 endElementin interfaceContentHandler- Overrides:
 endElementin classDefaultHandler- Throws:
 SAXException
 - 
startDocument
- Specified by:
 startDocumentin interfaceContentHandler- Overrides:
 startDocumentin classDefaultHandler- Throws:
 SAXException
 - 
startElement
public void startElement(String namespace_uri, String local_name, String qualified_name, Attributes attributes) throws SAXException - Specified by:
 startElementin interfaceContentHandler- Overrides:
 startElementin classDefaultHandler- Throws:
 SAXException
 - 
attributeEqualsValue
public static boolean attributeEqualsValue(XmlElement element, String attributeName, String attributeValue)  - 
getAtttributeValue
 
 -