public final class TolXmlHandler extends org.xml.sax.helpers.DefaultHandler
| Modifier and Type | Method and Description |
|---|---|
static boolean |
attributeEqualsValue(XmlElement element,
String attributeName,
String attributeValue) |
void |
characters(char[] chars,
int start_index,
int end_index) |
void |
endElement(String namespace_uri,
String local_name,
String qualified_name) |
static String |
getAtttributeValue(XmlElement element,
String attributeName) |
void |
startDocument() |
void |
startElement(String namespace_uri,
String local_name,
String qualified_name,
Attributes attributes) |
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startPrefixMapping, unparsedEntityDecl, warningpublic void characters(char[] chars,
int start_index,
int end_index)
characters in interface ContentHandlercharacters in class org.xml.sax.helpers.DefaultHandlerpublic void endElement(String namespace_uri, String local_name, String qualified_name) throws SAXException
endElement in interface ContentHandlerendElement in class org.xml.sax.helpers.DefaultHandlerSAXExceptionpublic void startDocument()
throws SAXException
startDocument in interface ContentHandlerstartDocument in class org.xml.sax.helpers.DefaultHandlerSAXExceptionpublic void startElement(String namespace_uri, String local_name, String qualified_name, Attributes attributes) throws SAXException
startElement in interface ContentHandlerstartElement in class org.xml.sax.helpers.DefaultHandlerSAXExceptionpublic static boolean attributeEqualsValue(XmlElement element, String attributeName, String attributeValue)
public static String getAtttributeValue(XmlElement element, String attributeName)
Copyright © 2016. All rights reserved.