com.thaiopensource.relaxng.jarv
Class SchemaImpl

java.lang.Object
  extended by com.thaiopensource.relaxng.jarv.SchemaImpl
All Implemented Interfaces:
org.iso_relax.verifier.Schema

 class SchemaImpl
extends Object
implements org.iso_relax.verifier.Schema


Field Summary
private  SchemaPatternBuilder spb
           
private  Pattern start
           
 
Constructor Summary
SchemaImpl(Pattern start, SchemaPatternBuilder spb)
           
 
Method Summary
 org.iso_relax.verifier.Verifier newVerifier()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

spb

private final SchemaPatternBuilder spb

start

private final Pattern start
Constructor Detail

SchemaImpl

SchemaImpl(Pattern start,
           SchemaPatternBuilder spb)
Method Detail

newVerifier

public org.iso_relax.verifier.Verifier newVerifier()
                                            throws org.iso_relax.verifier.VerifierConfigurationException
Specified by:
newVerifier in interface org.iso_relax.verifier.Schema
Throws:
org.iso_relax.verifier.VerifierConfigurationException