class ValidationSAXHandler extends BaseHandler
Modifier and Type | Field and Description |
---|---|
private boolean |
first |
private String |
schemaPath |
Constructor and Description |
---|
ValidationSAXHandler() |
Modifier and Type | Method and Description |
---|---|
String |
getSchemaPath() |
void |
startDocument() |
void |
startElement(String uri,
String localName,
String qName,
Attributes attributes) |
resolveEntity
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, setDocumentLocator, skippedEntity, startPrefixMapping, unparsedEntityDecl, warning
private String schemaPath
private boolean first
public String getSchemaPath()
public void startDocument()
startDocument
in interface ContentHandler
startDocument
in class DefaultHandler
public void startElement(String uri, String localName, String qName, Attributes attributes)
startElement
in interface ContentHandler
startElement
in class DefaultHandler
Copyright © 2016 Open Microscopy Environment