com.thaiopensource.relaxng.match
Class MatchablePatternLoader

java.lang.Object
  extended by com.thaiopensource.relaxng.match.MatchablePatternLoader

public class MatchablePatternLoader
extends java.lang.Object

Provides method to load a MatchablePattern by parsing.


Field Summary
static int COMPACT_SYNTAX_FLAG
           
static int FEASIBLE_FLAG
           
 
Constructor Summary
MatchablePatternLoader()
           
 
Method Summary
 MatchablePattern load(org.xml.sax.InputSource in, org.xml.sax.ErrorHandler eh, DatatypeLibraryFactory dlf, XMLReaderCreator xrc, int flags)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMPACT_SYNTAX_FLAG

public static final int COMPACT_SYNTAX_FLAG
See Also:
Constant Field Values

FEASIBLE_FLAG

public static final int FEASIBLE_FLAG
See Also:
Constant Field Values
Constructor Detail

MatchablePatternLoader

public MatchablePatternLoader()
Method Detail

load

public MatchablePattern load(org.xml.sax.InputSource in,
                             org.xml.sax.ErrorHandler eh,
                             DatatypeLibraryFactory dlf,
                             XMLReaderCreator xrc,
                             int flags)
                      throws java.io.IOException,
                             org.xml.sax.SAXException,
                             IncorrectSchemaException
Throws:
java.io.IOException
org.xml.sax.SAXException
IncorrectSchemaException