Package org.apache.plc4x.test.dom4j
Class LocationAwareSAXContentHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.dom4j.io.SAXContentHandler
org.apache.plc4x.test.dom4j.LocationAwareSAXContentHandler
- All Implemented Interfaces:
ContentHandler,DTDHandler,EntityResolver,ErrorHandler,DeclHandler,LexicalHandler
public class LocationAwareSAXContentHandler
extends org.dom4j.io.SAXContentHandler
-
Constructor Summary
ConstructorsConstructorDescriptionLocationAwareSAXContentHandler(org.dom4j.DocumentFactory documentFactory, org.dom4j.ElementHandler elementHandler) -
Method Summary
Methods inherited from class org.dom4j.io.SAXContentHandler
addAttributes, addDeclaredNamespaces, addDTDDeclaration, addExternalDTDDeclaration, attributeDecl, characters, comment, completeCurrentTextNode, createDocument, createElementStack, elementDecl, endCDATA, endDocument, endDTD, endElement, endEntity, endPrefixMapping, error, externalEntityDecl, fatalError, getDocument, getElementStack, getEntityResolver, getInputSource, internalEntityDecl, isIgnorableEntity, isIgnoreComments, isIncludeExternalDTDDeclarations, isIncludeInternalDTDDeclarations, isMergeAdjacentText, isStripWhitespaceText, notationDecl, processingInstruction, setElementStack, setEntityResolver, setIgnoreComments, setIncludeExternalDTDDeclarations, setIncludeInternalDTDDeclarations, setInputSource, setMergeAdjacentText, setStripWhitespaceText, startCDATA, startDocument, startDTD, startElement, startEntity, startPrefixMapping, unparsedEntityDecl, warningMethods inherited from class org.xml.sax.helpers.DefaultHandler
ignorableWhitespace, resolveEntity, skippedEntity
-
Constructor Details
-
LocationAwareSAXContentHandler
public LocationAwareSAXContentHandler(org.dom4j.DocumentFactory documentFactory, org.dom4j.ElementHandler elementHandler)
-
-
Method Details
-
setDocumentLocator
- Specified by:
setDocumentLocatorin interfaceContentHandler- Overrides:
setDocumentLocatorin classorg.dom4j.io.SAXContentHandler
-
getLocator
-