Package com.microsoft.azure.maven.utils
Class PomUtils.LocatorAwareDocumentFactory
- java.lang.Object
-
- org.dom4j.DocumentFactory
-
- com.microsoft.azure.maven.utils.PomUtils.LocatorAwareDocumentFactory
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- PomUtils
static class PomUtils.LocatorAwareDocumentFactory extends org.dom4j.DocumentFactory
-
-
Field Summary
Fields Modifier and Type Field Description private Locatorlocatorprivate static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description LocatorAwareDocumentFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.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
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
locator
private Locator locator
-
-
Method Detail
-
setLocator
public void setLocator(Locator locator)
-
createElement
public org.dom4j.Element createElement(org.dom4j.QName qname)
- Overrides:
createElementin classorg.dom4j.DocumentFactory
-
-