public class VersionChecker extends org.xml.sax.helpers.XMLFilterImpl
| Constructor and Description |
|---|
VersionChecker(ContentHandler handler,
ErrorHandler eh,
EntityResolver er) |
VersionChecker(XMLReader parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
endDocument() |
void |
setDocumentLocator(Locator locator) |
void |
startElement(String namespaceURI,
String localName,
String qName,
Attributes atts) |
characters, endElement, endPrefixMapping, error, fatalError, getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getParent, getProperty, ignorableWhitespace, notationDecl, parse, parse, processingInstruction, resolveEntity, setContentHandler, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setParent, setProperty, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningpublic VersionChecker(XMLReader parent)
public VersionChecker(ContentHandler handler, ErrorHandler eh, EntityResolver er)
public void startElement(String namespaceURI, String localName, String qName, Attributes atts) throws SAXException
startElement in interface ContentHandlerstartElement in class org.xml.sax.helpers.XMLFilterImplSAXExceptionpublic void endDocument()
throws SAXException
endDocument in interface ContentHandlerendDocument in class org.xml.sax.helpers.XMLFilterImplSAXExceptionpublic void setDocumentLocator(Locator locator)
setDocumentLocator in interface ContentHandlersetDocumentLocator in class org.xml.sax.helpers.XMLFilterImplCopyright © 2015 Oracle Corporation. All Rights Reserved.