Package gov.nasa.pds.tools.util
Class LabelParser
java.lang.Object
gov.nasa.pds.tools.util.LabelParser
- All Implemented Interfaces:
net.sf.saxon.lib.ErrorReporter
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LabelParser
public LabelParser()
-
-
Method Details
-
parse
public static net.sf.saxon.om.TreeInfo parse(Source source, boolean ignoreErrors) throws TransformerException Parses a label.- Parameters:
source- the source to parse.- Returns:
- a DocumentInfo object.
- Throws:
TransformerException
-
report
public void report(net.sf.saxon.s9api.XmlProcessingError error) - Specified by:
reportin interfacenet.sf.saxon.lib.ErrorReporter
-