org.iso_relax.verifier.impl
Class VerifierImpl
java.lang.Object
org.iso_relax.verifier.impl.VerifierImpl
- Verifier
public abstract class VerifierImpl
extends java.lang.Object
Partial implementation of
Verifier
.
This class is useful as the base class of the verifier implementation.
The only remaining method that has to be implemented by the derived
class is the
getVerifierHandler
method. Please be noted
that applications can call the
setErrorHandler
method
after the
getVerifierHandler
method and that change
should take effect.
$Id: VerifierImpl.java,v 1.4 2003/05/30 23:46:33 kkawa Exp $
getProperty
public Object getProperty(String property)
throws SAXNotRecognizedException,
SAXNotSupportedException
- getProperty in interface Verifier
isFeature
public boolean isFeature(String feature)
throws SAXNotRecognizedException,
SAXNotSupportedException
- isFeature in interface Verifier
setFeature
public void setFeature(String feature,
boolean value)
throws SAXNotRecognizedException,
SAXNotSupportedException
- setFeature in interface Verifier
setProperty
public void setProperty(String property,
Object value)
throws SAXNotRecognizedException,
SAXNotSupportedException
- setProperty in interface Verifier
verify
public boolean verify(File f)
throws SAXException,
IOException
- verify in interface Verifier
verify
public boolean verify(InputSource source)
throws SAXException,
IOException
- verify in interface Verifier
verify
public boolean verify(Node node)
throws SAXException
- verify in interface Verifier
verify
public boolean verify(String uri)
throws SAXException,
IOException
- verify in interface Verifier