public interface Verifier
| Modifier and Type | Field and Description |
|---|---|
static String |
FEATURE_FILTER
Deprecated.
Field FEATURE_FILTER is deprecated
|
static String |
FEATURE_HANDLER
Deprecated.
Field FEATURE_HANDLER is deprecated
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getProperty(String s) |
VerifierFilter |
getVerifierFilter() |
VerifierHandler |
getVerifierHandler() |
boolean |
isFeature(String s) |
void |
setEntityResolver(EntityResolver entityresolver) |
void |
setErrorHandler(ErrorHandler errorhandler) |
void |
setFeature(String s,
boolean flag) |
void |
setProperty(String s,
Object obj) |
boolean |
verify(File file) |
boolean |
verify(InputSource inputsource) |
boolean |
verify(Node node) |
boolean |
verify(String s) |
static final String FEATURE_HANDLER
static final String FEATURE_FILTER
boolean isFeature(String s) throws SAXNotRecognizedException, SAXNotSupportedException
void setFeature(String s, boolean flag) throws SAXNotRecognizedException, SAXNotSupportedException
Object getProperty(String s) throws SAXNotRecognizedException, SAXNotSupportedException
void setProperty(String s, Object obj) throws SAXNotRecognizedException, SAXNotSupportedException
void setErrorHandler(ErrorHandler errorhandler)
void setEntityResolver(EntityResolver entityresolver)
boolean verify(String s) throws SAXException, IOException
SAXExceptionIOExceptionboolean verify(InputSource inputsource) throws SAXException, IOException
SAXExceptionIOExceptionboolean verify(File file) throws SAXException, IOException
SAXExceptionIOExceptionboolean verify(Node node) throws SAXException
SAXExceptionVerifierHandler getVerifierHandler() throws SAXException
SAXExceptionVerifierFilter getVerifierFilter() throws SAXException
SAXExceptionCopyright © 2017 Oracle Corporation. All rights reserved.