public class VersionPOMHandler extends AbstractPOMHandler
Modifier and Type | Field and Description |
---|---|
protected String |
version |
qName
Constructor and Description |
---|
VersionPOMHandler() |
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 version
protected void processCharacters(StringBuilder sb)
processCharacters
in class AbstractPOMHandler
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.