public abstract class VerifierFactory extends Object
| Constructor and Description |
|---|
VerifierFactory() |
| Modifier and Type | Method and Description |
|---|---|
Schema |
compileSchema(File file) |
abstract Schema |
compileSchema(InputSource inputsource) |
Schema |
compileSchema(InputStream inputstream) |
Schema |
compileSchema(InputStream inputstream,
String s) |
Schema |
compileSchema(String s) |
EntityResolver |
getEntityResolver() |
Object |
getProperty(String s) |
boolean |
isFeature(String s) |
static VerifierFactory |
newInstance()
Deprecated.
Method newInstance is deprecated
|
static VerifierFactory |
newInstance(String s) |
Verifier |
newVerifier(File file) |
Verifier |
newVerifier(InputSource inputsource) |
Verifier |
newVerifier(InputStream inputstream) |
Verifier |
newVerifier(InputStream inputstream,
String s) |
Verifier |
newVerifier(String s) |
void |
setEntityResolver(EntityResolver entityresolver) |
void |
setFeature(String s,
boolean flag) |
void |
setProperty(String s,
Object obj) |
public Verifier newVerifier(String s) throws VerifierConfigurationException, SAXException, IOException
public Verifier newVerifier(File file) throws VerifierConfigurationException, SAXException, IOException
public Verifier newVerifier(InputStream inputstream) throws VerifierConfigurationException, SAXException, IOException
public Verifier newVerifier(InputStream inputstream, String s) throws VerifierConfigurationException, SAXException, IOException
public Verifier newVerifier(InputSource inputsource) throws VerifierConfigurationException, SAXException, IOException
public abstract Schema compileSchema(InputSource inputsource) throws VerifierConfigurationException, SAXException, IOException
public Schema compileSchema(String s) throws VerifierConfigurationException, SAXException, IOException
public Schema compileSchema(InputStream inputstream) throws VerifierConfigurationException, SAXException, IOException
public Schema compileSchema(InputStream inputstream, String s) throws VerifierConfigurationException, SAXException, IOException
public Schema compileSchema(File file) throws VerifierConfigurationException, SAXException, IOException
public boolean isFeature(String s) throws SAXNotRecognizedException, SAXNotSupportedException
public void setFeature(String s, boolean flag) throws SAXNotRecognizedException, SAXNotSupportedException
public Object getProperty(String s) throws SAXNotRecognizedException, SAXNotSupportedException
public void setProperty(String s, Object obj) throws SAXNotRecognizedException, SAXNotSupportedException
public void setEntityResolver(EntityResolver entityresolver)
public EntityResolver getEntityResolver()
public static VerifierFactory newInstance() throws VerifierConfigurationException
VerifierConfigurationExceptionpublic static VerifierFactory newInstance(String s) throws VerifierConfigurationException
VerifierConfigurationExceptionCopyright © 2017 Oracle Corporation. All rights reserved.