public class VersionChecker extends 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, 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 © 2017 JBoss by Red Hat. All rights reserved.