public final class PomHandler extends org.xml.sax.helpers.DefaultHandler
org.eclipse.ant.internal.core.contentDescriber.AntHandler
Constructor and Description |
---|
PomHandler() |
Modifier and Type | Method and Description |
---|---|
void |
endElement(String uri,
String localName,
String qName) |
protected boolean |
hasArtifactIdElement() |
protected boolean |
hasRootProjectElement() |
protected boolean |
parseContents(InputSource contents) |
InputSource |
resolveEntity(String publicId,
String systemId) |
void |
startElement(String uri,
String elementName,
String qualifiedName,
Attributes attributes) |
characters, endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
protected boolean parseContents(InputSource contents) throws IOException, ParserConfigurationException, SAXException
public InputSource resolveEntity(String publicId, String systemId)
resolveEntity
in interface EntityResolver
resolveEntity
in class org.xml.sax.helpers.DefaultHandler
public final void startElement(String uri, String elementName, String qualifiedName, Attributes attributes) throws SAXException
startElement
in interface ContentHandler
startElement
in class org.xml.sax.helpers.DefaultHandler
SAXException
public void endElement(String uri, String localName, String qName) throws SAXException
endElement
in interface ContentHandler
endElement
in class org.xml.sax.helpers.DefaultHandler
SAXException
protected boolean hasRootProjectElement()
protected boolean hasArtifactIdElement()
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.