com.sun.msv.verifier.jarv
Class  XSFactoryImpl
java.lang.Object
  |
  +--org.iso_relax.verifier.VerifierFactory
        |
        +--com.sun.msv.verifier.jarv.FactoryImpl
              |
              +--com.sun.msv.verifier.jarv.XSFactoryImpl
- public class XSFactoryImpl
- extends com.sun.msv.verifier.jarv.FactoryImpl
  
VerifierFactory implementation for XML Schema.
- Author: 
 - Kohsuke KAWAGUCHI
 
 
 
 
 
XSFactoryImpl
public XSFactoryImpl()
isFeature
public boolean isFeature(String feature)
                  throws SAXNotRecognizedException
- Overrides:
 isFeature in class VerifierFactory
 
setFeature
public void setFeature(String feature,
                       boolean value)
                throws SAXNotRecognizedException
- Overrides:
 setFeature in class VerifierFactory
 
getProperty
public Object getProperty(String property)
                   throws SAXNotRecognizedException
- Overrides:
 getProperty in class VerifierFactory
 
setProperty
public void setProperty(String property,
                        Object value)
                 throws SAXNotRecognizedException
- Overrides:
 setProperty in class VerifierFactory
 
compileSchema
public Schema compileSchema(String uri)
                     throws VerifierConfigurationException,
                            SAXException
- Overrides:
 compileSchema in class VerifierFactory
 
compileSchema
public Schema compileSchema(InputSource source)
                     throws VerifierConfigurationException,
                            SAXException
- Overrides:
 compileSchema in class VerifierFactory
 
newVerifier
public Verifier newVerifier(String uri)
                     throws VerifierConfigurationException,
                            SAXException
- Overrides:
 newVerifier in class VerifierFactory
 
newVerifier
public Verifier newVerifier(InputSource source)
                     throws VerifierConfigurationException,
                            SAXException
- Overrides:
 newVerifier in class VerifierFactory