com.thaiopensource.relaxng.match
Class MatchablePatternLoader
java.lang.Object
com.thaiopensource.relaxng.match.MatchablePatternLoader
public class MatchablePatternLoader
- extends java.lang.Object
Provides method to load a MatchablePattern by parsing.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
MatchablePatternLoader
public MatchablePatternLoader()
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