Package com.microsoft.azure.maven.utils
Class PomUtils.CustomSAXContentHandler
- java.lang.Object
-
- org.xml.sax.helpers.DefaultHandler
-
- org.dom4j.io.SAXContentHandler
-
- com.microsoft.azure.maven.utils.PomUtils.CustomSAXContentHandler
-
- All Implemented Interfaces:
ContentHandler,DTDHandler,EntityResolver,ErrorHandler,DeclHandler,LexicalHandler
- Enclosing class:
- PomUtils
static class PomUtils.CustomSAXContentHandler extends org.dom4j.io.SAXContentHandler
-
-
Field Summary
Fields Modifier and Type Field Description private org.dom4j.DocumentFactorydocumentFactory
-
Constructor Summary
Constructors Constructor Description CustomSAXContentHandler(org.dom4j.DocumentFactory documentFactory, org.dom4j.ElementHandler elementHandler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetDocumentLocator(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
-
-
-
-
Method Detail
-
setDocumentLocator
public void setDocumentLocator(Locator documentLocator)
- Specified by:
setDocumentLocatorin interfaceContentHandler- Overrides:
setDocumentLocatorin classorg.dom4j.io.SAXContentHandler
-
-