public abstract class VariantSAXHandler extends DefaultHandler
Variant
objects from XML. It also optionally returns
an XML schema that can be used to verify the XML file.Constructor and Description |
---|
VariantSAXHandler() |
Modifier and Type | Method and Description |
---|---|
Schema |
getSchema()
Return the schema that will be used by the BaseVariantXMLSource to verify the XML input.
|
abstract List<Variant> |
getVariants()
Returns the variants created by the parser.
|
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning
public abstract List<Variant> getVariants()
public Schema getSchema() throws NoSchemaException
NoSchemaException
- Exception thrown if no schema is availableCopyright © 2016. All Rights Reserved.