org.kohsuke.validatelet.jarv
Class JARVSchemaImpl

java.lang.Object
  |
  +--org.kohsuke.validatelet.jarv.JARVSchemaImpl
All Implemented Interfaces:
org.iso_relax.verifier.Schema

public class JARVSchemaImpl
extends java.lang.Object
implements org.iso_relax.verifier.Schema

Wraps a compiled Schema object into the JARV Schema interface.

Author:
Kohsuke Kawaguchi (kk@kohsuke.org)

Constructor Summary
JARVSchemaImpl(runtime.Schema schema)
           
 
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
 

Constructor Detail

JARVSchemaImpl

public JARVSchemaImpl(runtime.Schema schema)
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
org.iso_relax.verifier.VerifierConfigurationException