Package org.forester.io.parsers.phyloxml
Class PhyloXmlParser
java.lang.Object
org.forester.io.parsers.phyloxml.PhyloXmlParser
- All Implemented Interfaces:
PhylogenyParser
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic PhyloXmlParser
static PhyloXmlParser
int
getName()
int
boolean
isValid()
parse()
void
void
setValidateAgainstSchema
(String schema_location) void
setZippedInputstream
(boolean zipped_inputstream)
-
Field Details
-
JAXP_SCHEMA_LANGUAGE
- See Also:
-
W3C_XML_SCHEMA
- See Also:
-
JAXP_SCHEMA_SOURCE
- See Also:
-
SAX_FEATURES_VALIDATION
- See Also:
-
APACHE_FEATURES_VALIDATION_SCHEMA
- See Also:
-
APACHE_FEATURES_VALIDATION_SCHEMA_FULL
- See Also:
-
APACHE_PROPERTIES_SCHEMA_EXTERNAL_LOCATION
- See Also:
-
-
Method Details
-
getErrorCount
public int getErrorCount() -
getErrorMessages
-
getWarningCount
public int getWarningCount() -
getWarningMessages
-
isValid
public boolean isValid() -
parse
- Specified by:
parse
in interfacePhylogenyParser
- Throws:
IOException
PhylogenyParserException
-
setSource
- Specified by:
setSource
in interfacePhylogenyParser
-
setValidateAgainstSchema
-
setZippedInputstream
public void setZippedInputstream(boolean zipped_inputstream) -
createPhyloXmlParserXsdValidating
-
createPhyloXmlParser
-
getName
- Specified by:
getName
in interfacePhylogenyParser
-