Uses of Class
com.sun.msv.reader.relax.core.RELAXCoreReader.StateFactory
-
Packages that use RELAXCoreReader.StateFactory Package Description com.sun.msv.reader.relax.core parses RELAX Core into AGM.com.sun.msv.relaxns.reader.relax parses XML representation of RELAXNS-extended RELAX Core. -
-
Uses of RELAXCoreReader.StateFactory in com.sun.msv.reader.relax.core
Methods in com.sun.msv.reader.relax.core that return RELAXCoreReader.StateFactory Modifier and Type Method Description protected RELAXCoreReader.StateFactory
RELAXCoreReader. getStateFactory()
Constructors in com.sun.msv.reader.relax.core with parameters of type RELAXCoreReader.StateFactory Constructor Description RELAXCoreReader(GrammarReaderController controller, javax.xml.parsers.SAXParserFactory parserFactory, RELAXCoreReader.StateFactory stateFactory, ExpressionPool pool, java.lang.String expectedTargetNamespace)
full constructor. -
Uses of RELAXCoreReader.StateFactory in com.sun.msv.relaxns.reader.relax
Subclasses of RELAXCoreReader.StateFactory in com.sun.msv.relaxns.reader.relax Modifier and Type Class Description private static class
RELAXCoreIslandSchemaReader.StateFactory
-