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

    Constructors
    Constructor
    Description
    LocationAwareSAXContentHandler(org.dom4j.DocumentFactory documentFactory, org.dom4j.ElementHandler elementHandler)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    setDocumentLocator(Locator documentLocator)
     

    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, warning

    Methods inherited from class org.xml.sax.helpers.DefaultHandler

    ignorableWhitespace, resolveEntity, skippedEntity

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • LocationAwareSAXContentHandler

      public LocationAwareSAXContentHandler(org.dom4j.DocumentFactory documentFactory, org.dom4j.ElementHandler elementHandler)
  • Method Details

    • setDocumentLocator

      public void setDocumentLocator(Locator documentLocator)
      Specified by:
      setDocumentLocator in interface ContentHandler
      Overrides:
      setDocumentLocator in class org.dom4j.io.SAXContentHandler
    • getLocator

      public Locator getLocator()