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, 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 XMLFilterImplSAXExceptionpublic void endDocument()
throws SAXException
endDocument in interface ContentHandlerendDocument in class XMLFilterImplSAXExceptionpublic void setDocumentLocator(Locator locator)
setDocumentLocator in interface ContentHandlersetDocumentLocator in class XMLFilterImplCopyright © 2017 JBoss by Red Hat. All rights reserved.