public class SnapshotPOMHandler extends AbstractPOMHandler
Modifier and Type | Field and Description |
---|---|
protected String |
buildNumber |
protected String |
snapshotVersion |
protected String |
timestamp |
qName
Constructor and Description |
---|
SnapshotPOMHandler() |
Modifier and Type | Method and Description |
---|---|
static String |
parse(File xml) |
static String |
parse(InputStream in) |
protected void |
processCharacters(StringBuilder sb) |
characters, endElement, startElement
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
protected String snapshotVersion
protected String timestamp
protected String buildNumber
protected void processCharacters(StringBuilder sb) throws SAXException
processCharacters
in class AbstractPOMHandler
SAXException
public static String parse(File xml) throws IOException, ParserConfigurationException, SAXException
public static String parse(InputStream in) throws IOException, ParserConfigurationException, SAXException
Copyright © 2015–2022 SciJava. All rights reserved.