com.sun.msv.verifier.jarv

Class FactoryImpl

Known Direct Subclasses:
DTDFactoryImpl, RELAXCoreFactoryImpl, RELAXNGFactoryImpl, TheFactoryImpl, TREXFactoryImpl, XSFactoryImpl

public abstract class FactoryImpl
extends VerifierFactory

base implementation of RELAXFactoryImpl and TREXFactoryImpl
Author:
Kohsuke KAWAGUCHI

Method Summary

Schema
compileSchema(InputSource source)
EntityResolver
getEntityResolver()
boolean
isFeature(String feature)
void
setEntityResolver(EntityResolver _resolver)
void
setFeature(String feature, boolean v)

Method Details

compileSchema

public Schema compileSchema(InputSource source)
            throws VerifierConfigurationException,
                   SAXException

getEntityResolver

public EntityResolver getEntityResolver()

isFeature

public boolean isFeature(String feature)
            throws SAXNotRecognizedException,
                   SAXNotSupportedException

setEntityResolver

public void setEntityResolver(EntityResolver _resolver)

setFeature

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