com.sun.msv.verifier.jarv

Class FactoryImpl

public abstract class FactoryImpl extends VerifierFactory

base implementation of RELAXFactoryImpl and TREXFactoryImpl

Author: Kohsuke KAWAGUCHI

Method Summary
SchemacompileSchema(InputSource source)
EntityResolvergetEntityResolver()
booleanisFeature(String feature)
voidsetEntityResolver(EntityResolver _resolver)
voidsetFeature(String feature, boolean v)

Method Detail

compileSchema

public Schema compileSchema(InputSource source)

getEntityResolver

public EntityResolver getEntityResolver()

isFeature

public boolean isFeature(String feature)

setEntityResolver

public void setEntityResolver(EntityResolver _resolver)

setFeature

public void setFeature(String feature, boolean v)