Class LocationAwareDocumentFactory

java.lang.Object
org.dom4j.DocumentFactory
org.apache.plc4x.test.dom4j.LocationAwareDocumentFactory
All Implemented Interfaces:
Serializable

public class LocationAwareDocumentFactory extends org.dom4j.DocumentFactory
See Also:
  • Field Summary

    Fields inherited from class org.dom4j.DocumentFactory

    cache
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.dom4j.Element
    createElement(org.dom4j.QName qname)
     
    void
     

    Methods inherited from class org.dom4j.DocumentFactory

    createAttribute, createAttribute, createCDATA, createComment, createDocType, createDocument, createDocument, createDocument, createElement, createElement, createEntity, createNamespace, createPattern, createProcessingInstruction, createProcessingInstruction, createQName, createQName, createQName, createQName, createQNameCache, createSingleton, createText, createXPath, createXPath, createXPathFilter, createXPathFilter, getInstance, getQNames, getXPathNamespaceURIs, init, intern, setXPathNamespaceURIs

    Methods inherited from class java.lang.Object

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

    • LocationAwareDocumentFactory

      public LocationAwareDocumentFactory()
  • Method Details

    • createElement

      public org.dom4j.Element createElement(org.dom4j.QName qname)
      Overrides:
      createElement in class org.dom4j.DocumentFactory
    • setLocator

      public void setLocator(Locator locator)