Package org.apache.plc4x.test.dom4j
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 -
Method Summary
Modifier and TypeMethodDescriptionorg.dom4j.ElementcreateElement(org.dom4j.QName qname) voidsetLocator(Locator locator) 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
-
Constructor Details
-
LocationAwareDocumentFactory
public LocationAwareDocumentFactory()
-
-
Method Details
-
createElement
public org.dom4j.Element createElement(org.dom4j.QName qname) - Overrides:
createElementin classorg.dom4j.DocumentFactory
-
setLocator
-