public final class PomHandler extends 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, warningprotected boolean parseContents(InputSource contents) throws IOException, ParserConfigurationException, SAXException
public InputSource resolveEntity(String publicId, String systemId)
resolveEntity in interface EntityResolverresolveEntity in class DefaultHandlerpublic final void startElement(String uri, String elementName, String qualifiedName, Attributes attributes) throws SAXException
startElement in interface ContentHandlerstartElement in class DefaultHandlerSAXExceptionpublic void endElement(String uri, String localName, String qName) throws SAXException
endElement in interface ContentHandlerendElement in class DefaultHandlerSAXExceptionprotected boolean hasRootProjectElement()
protected boolean hasArtifactIdElement()
Copyright © 2005–2021 Eclipse Foundation. All rights reserved.