Package org.forester.io.parsers.phyloxml
Class PhyloXmlParser
java.lang.Object
org.forester.io.parsers.phyloxml.PhyloXmlParser
- All Implemented Interfaces:
 PhylogenyParser
- 
Field Summary
Fields - 
Method Summary
Modifier and TypeMethodDescriptionstatic PhyloXmlParserstatic PhyloXmlParserintgetName()intbooleanisValid()parse()voidvoidsetValidateAgainstSchema(String schema_location) voidsetZippedInputstream(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:
 parsein interfacePhylogenyParser- Throws:
 IOExceptionPhylogenyParserException
 - 
setSource
- Specified by:
 setSourcein interfacePhylogenyParser
 - 
setValidateAgainstSchema
 - 
setZippedInputstream
public void setZippedInputstream(boolean zipped_inputstream)  - 
createPhyloXmlParserXsdValidating
 - 
createPhyloXmlParser
 - 
getName
- Specified by:
 getNamein interfacePhylogenyParser
 
 -