Class PageSAXParserHandler<PN extends ParsedNodeBase>
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.eclnt.jsfserver.util.pageparsing.PageSAXParserHandler<PN>
- All Implemented Interfaces:
ContentHandler,DTDHandler,EntityResolver,ErrorHandler
Actual SAX parser that is used during SAX parser. You may oerride in order
to add own information into the parsed result.
-
Constructor Summary
ConstructorsConstructorDescriptionPageSAXParserHandler(PN rootNode, boolean excludeOutestRow, String currentPageInfo) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidendElement(String uri, String localName, String name) voidstartElement(String uri, String localName, String name, Attributes attributes) protected voidMethods inherited from class org.xml.sax.helpers.DefaultHandler
characters, endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, 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
-
Constructor Details
-
PageSAXParserHandler
-
-
Method Details
-
startElement
public void startElement(String uri, String localName, String name, Attributes attributes) throws SAXException - Specified by:
startElementin interfaceContentHandler- Overrides:
startElementin classDefaultHandler- Throws:
SAXException
-
updateNodeAfterCreation
-
endElement
- Specified by:
endElementin interfaceContentHandler- Overrides:
endElementin classDefaultHandler- Throws:
SAXException
-
clearInterimParsingInfo
public void clearInterimParsingInfo()
-