public class VerifierFilterImpl extends XMLFilterImpl implements VerifierFilter
| Constructor and Description |
|---|
VerifierFilterImpl(Verifier verifier1) |
| Modifier and Type | Method and Description |
|---|---|
void |
characters(char[] ac,
int i,
int j) |
void |
endDocument() |
void |
endElement(String s,
String s1,
String s2) |
void |
endPrefixMapping(String s) |
void |
ignorableWhitespace(char[] ac,
int i,
int j) |
boolean |
isValid() |
void |
processingInstruction(String s,
String s1) |
void |
setDocumentLocator(Locator locator) |
void |
setEntityResolver(EntityResolver entityresolver) |
void |
setErrorHandler(ErrorHandler errorhandler) |
void |
skippedEntity(String s) |
void |
startDocument() |
void |
startElement(String s,
String s1,
String s2,
Attributes attributes) |
void |
startPrefixMapping(String s,
String s1) |
error, fatalError, getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getParent, getProperty, notationDecl, parse, parse, resolveEntity, setContentHandler, setDTDHandler, setFeature, setParent, setProperty, unparsedEntityDecl, warningclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getProperty, parse, parse, setContentHandler, setDTDHandler, setFeature, setPropertypublic VerifierFilterImpl(Verifier verifier1) throws SAXException
SAXExceptionpublic boolean isValid()
isValid in interface VerifierFilterpublic void setErrorHandler(ErrorHandler errorhandler)
setErrorHandler in interface XMLReadersetErrorHandler in class XMLFilterImplpublic void setEntityResolver(EntityResolver entityresolver)
setEntityResolver in interface XMLReadersetEntityResolver in class XMLFilterImplpublic void setDocumentLocator(Locator locator)
setDocumentLocator in interface ContentHandlersetDocumentLocator in class XMLFilterImplpublic void startDocument()
throws SAXException
startDocument in interface ContentHandlerstartDocument in class XMLFilterImplSAXExceptionpublic void endDocument()
throws SAXException
endDocument in interface ContentHandlerendDocument in class XMLFilterImplSAXExceptionpublic void startPrefixMapping(String s, String s1) throws SAXException
startPrefixMapping in interface ContentHandlerstartPrefixMapping in class XMLFilterImplSAXExceptionpublic void endPrefixMapping(String s) throws SAXException
endPrefixMapping in interface ContentHandlerendPrefixMapping in class XMLFilterImplSAXExceptionpublic void startElement(String s, String s1, String s2, Attributes attributes) throws SAXException
startElement in interface ContentHandlerstartElement in class XMLFilterImplSAXExceptionpublic void endElement(String s, String s1, String s2) throws SAXException
endElement in interface ContentHandlerendElement in class XMLFilterImplSAXExceptionpublic void characters(char[] ac,
int i,
int j)
throws SAXException
characters in interface ContentHandlercharacters in class XMLFilterImplSAXExceptionpublic void ignorableWhitespace(char[] ac,
int i,
int j)
throws SAXException
ignorableWhitespace in interface ContentHandlerignorableWhitespace in class XMLFilterImplSAXExceptionpublic void processingInstruction(String s, String s1) throws SAXException
processingInstruction in interface ContentHandlerprocessingInstruction in class XMLFilterImplSAXExceptionpublic void skippedEntity(String s) throws SAXException
skippedEntity in interface ContentHandlerskippedEntity in class XMLFilterImplSAXExceptionCopyright © 2017 Oracle Corporation. All rights reserved.