ContentHandler
, DTDHandler
, EntityResolver
, ErrorHandler
, XMLFilter
, XMLReader
public class VersionChecker extends XMLFilterImpl
Constructor | Description |
---|---|
VersionChecker(ContentHandler handler,
ErrorHandler eh,
EntityResolver er) |
|
VersionChecker(XMLReader parent) |
Modifier and Type | Method | Description |
---|---|---|
void |
endDocument() |
|
void |
setDocumentLocator(Locator locator) |
|
void |
startElement(String namespaceURI,
String localName,
String qName,
Attributes atts) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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, warning
public 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 ContentHandler
startElement
in class XMLFilterImpl
SAXException
public void endDocument() throws SAXException
endDocument
in interface ContentHandler
endDocument
in class XMLFilterImpl
SAXException
public void setDocumentLocator(Locator locator)
setDocumentLocator
in interface ContentHandler
setDocumentLocator
in class XMLFilterImpl
Copyright © 2018 Oracle Corporation. All rights reserved.