com.sun.msv.verifier.jarv
Class RELAXNGFactoryImpl

java.lang.Object
  extended byorg.iso_relax.verifier.VerifierFactory
      extended bycom.sun.msv.verifier.jarv.FactoryImpl
          extended bycom.sun.msv.verifier.jarv.RELAXNGFactoryImpl

public class RELAXNGFactoryImpl
extends FactoryImpl

VerifierFactory implementation of RELAX NG. This implementation supports the "datatypeLibraryFactory" property which configures RELAX NG parser with a datatype library factory.

Author:
Kohsuke KAWAGUCHI

Constructor Summary
RELAXNGFactoryImpl()
           
 
Method Summary
 java.lang.Object getProperty(java.lang.String name)
           
 void setProperty(java.lang.String name, java.lang.Object value)
           
 
Methods inherited from class com.sun.msv.verifier.jarv.FactoryImpl
compileSchema, getEntityResolver, isFeature, setEntityResolver, setFeature
 
Methods inherited from class org.iso_relax.verifier.VerifierFactory
compileSchema, compileSchema, compileSchema, compileSchema, newInstance, newInstance, newInstance, newVerifier, newVerifier, newVerifier, newVerifier, newVerifier
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RELAXNGFactoryImpl

public RELAXNGFactoryImpl()
Method Detail

getProperty

public java.lang.Object getProperty(java.lang.String name)
                             throws org.xml.sax.SAXNotRecognizedException,
                                    org.xml.sax.SAXNotSupportedException
Throws:
org.xml.sax.SAXNotRecognizedException
org.xml.sax.SAXNotSupportedException

setProperty

public void setProperty(java.lang.String name,
                        java.lang.Object value)
                 throws org.xml.sax.SAXNotRecognizedException,
                        org.xml.sax.SAXNotSupportedException
Throws:
org.xml.sax.SAXNotRecognizedException
org.xml.sax.SAXNotSupportedException


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