com.sun.msv.verifier.jarv

Class 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

Method Summary

Object
getProperty(String name)
void
setProperty(String name, Object value)

Methods inherited from class com.sun.msv.verifier.jarv.FactoryImpl

compileSchema, getEntityResolver, isFeature, setEntityResolver, setFeature

Method Details

getProperty

public Object getProperty(String name)
            throws SAXNotRecognizedException,
                   SAXNotSupportedException

setProperty

public void setProperty(String name,
                        Object value)
            throws SAXNotRecognizedException,
                   SAXNotSupportedException