com.sun.msv.verifier.jarv
Class FactoryImpl

java.lang.Object
  extended byorg.iso_relax.verifier.VerifierFactory
      extended bycom.sun.msv.verifier.jarv.FactoryImpl
Direct Known Subclasses:
DTDFactoryImpl, RELAXCoreFactoryImpl, RELAXNGFactoryImpl, TheFactoryImpl, TREXFactoryImpl, XSFactoryImpl

public abstract class FactoryImpl
extends org.iso_relax.verifier.VerifierFactory

base implementation of RELAXFactoryImpl and TREXFactoryImpl

Author:
Kohsuke KAWAGUCHI

Method Summary
 org.iso_relax.verifier.Schema compileSchema(InputSource source)
           
 EntityResolver getEntityResolver()
           
 boolean isFeature(String feature)
           
 void setEntityResolver(EntityResolver _resolver)
           
 void setFeature(String feature, boolean v)
           
 
Methods inherited from class org.iso_relax.verifier.VerifierFactory
compileSchema, compileSchema, compileSchema, compileSchema, getProperty, newInstance, newInstance, newInstance, newVerifier, newVerifier, newVerifier, newVerifier, newVerifier, setProperty
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

compileSchema

public org.iso_relax.verifier.Schema compileSchema(InputSource source)
                                            throws org.iso_relax.verifier.VerifierConfigurationException,
                                                   SAXException
Throws:
org.iso_relax.verifier.VerifierConfigurationException
SAXException

getEntityResolver

public EntityResolver getEntityResolver()

isFeature

public boolean isFeature(String feature)
                  throws SAXNotRecognizedException,
                         SAXNotSupportedException
Throws:
SAXNotRecognizedException
SAXNotSupportedException

setEntityResolver

public void setEntityResolver(EntityResolver _resolver)

setFeature

public void setFeature(String feature,
                       boolean v)
                throws SAXNotRecognizedException,
                       SAXNotSupportedException
Throws:
SAXNotRecognizedException
SAXNotSupportedException


Copyright © 2001-2003 Sun Microsystems, Inc. Documenation generated April 28 2005.