Uses of Class
com.sun.msv.reader.GrammarReader
-
Packages that use GrammarReader Package Description com.sun.msv.reader reads XML representation of grammar and creates AGM.com.sun.msv.reader.datatype.xsd com.sun.msv.reader.relax common parts for parseing RELAX Core/Namespace into AGM.com.sun.msv.reader.relax.core parses RELAX Core into AGM.com.sun.msv.reader.trex shared code between RELAX NG reader and TREX reader.com.sun.msv.reader.trex.classic parses TREX pattern into AGM.com.sun.msv.reader.trex.ng parses RELAX NG into AGM.com.sun.msv.reader.trex.ng.comp parses RELAX NG with DTD compatibility annotation into AGM.com.sun.msv.reader.xmlschema parses XML representation of XML Schema into AGM.com.sun.msv.relaxns.reader parses XML representation of RELAX Namespace.com.sun.msv.relaxns.reader.relax parses XML representation of RELAXNS-extended RELAX Core. -
-
Uses of GrammarReader in com.sun.msv.reader
Fields in com.sun.msv.reader declared as GrammarReader Modifier and Type Field Description private GrammarReader
RunAwayExpressionChecker. reader
GrammarReader
State. reader
reader object who is the owner of this object.Methods in com.sun.msv.reader with parameters of type GrammarReader Modifier and Type Method Description static void
RunAwayExpressionChecker. check(GrammarReader reader, Expression exp)
protected void
State. init(GrammarReader reader, State parentState, StartTagInfo startTag)
Constructors in com.sun.msv.reader with parameters of type GrammarReader Constructor Description RunAwayExpressionChecker(GrammarReader reader)
-
Uses of GrammarReader in com.sun.msv.reader.datatype.xsd
Fields in com.sun.msv.reader.datatype.xsd declared as GrammarReader Modifier and Type Field Description private GrammarReader
LazyTypeIncubator. reader
Methods in com.sun.msv.reader.datatype.xsd with parameters of type GrammarReader Modifier and Type Method Description XSDatatypeExp
XSDatatypeExp. createFinalizedType(int finalValue, GrammarReader reader)
Derives a new type by setting final values.static XSDatatypeExp
XSDatatypeExp. makeList(java.lang.String nsUri, java.lang.String typeName, XSDatatypeExp itemType, GrammarReader reader)
Derives a new type by list.static XSDatatypeExp
XSDatatypeExp. makeUnion(java.lang.String typeNameUri, java.lang.String typeName, java.util.Collection members, GrammarReader reader)
Derives a new type by union.Constructors in com.sun.msv.reader.datatype.xsd with parameters of type GrammarReader Constructor Description LazyTypeIncubator(XSDatatypeExp base, GrammarReader reader)
XSDatatypeExp(java.lang.String nsUri, java.lang.String typeName, GrammarReader reader, XSDatatypeExp.Renderer _renderer)
Creates lazily created datatype. -
Uses of GrammarReader in com.sun.msv.reader.relax
Subclasses of GrammarReader in com.sun.msv.reader.relax Modifier and Type Class Description class
RELAXReader
reads RELAX grammar/module by SAX2 and constructs abstract grammar model. -
Uses of GrammarReader in com.sun.msv.reader.relax.core
Subclasses of GrammarReader in com.sun.msv.reader.relax.core Modifier and Type Class Description class
RELAXCoreReader
reads RELAX module (classic RELAX module; no namespace extension) by SAX2 and constructs abstract grammar model. -
Uses of GrammarReader in com.sun.msv.reader.trex
Subclasses of GrammarReader in com.sun.msv.reader.trex Modifier and Type Class Description class
TREXBaseReader
reads TREX grammar from SAX2 and constructs abstract grammar model. -
Uses of GrammarReader in com.sun.msv.reader.trex.classic
Subclasses of GrammarReader in com.sun.msv.reader.trex.classic Modifier and Type Class Description class
TREXGrammarReader
reads TREX grammar from SAX2 and constructs abstract grammar model. -
Uses of GrammarReader in com.sun.msv.reader.trex.ng
Subclasses of GrammarReader in com.sun.msv.reader.trex.ng Modifier and Type Class Description class
RELAXNGReader
reads RELAX NG grammar from SAX2 and constructs abstract grammar model. -
Uses of GrammarReader in com.sun.msv.reader.trex.ng.comp
Subclasses of GrammarReader in com.sun.msv.reader.trex.ng.comp Modifier and Type Class Description class
RELAXNGCompReader
reads RELAX NG grammar with DTD compatibility annotation and constructs abstract grammar model. -
Uses of GrammarReader in com.sun.msv.reader.xmlschema
Subclasses of GrammarReader in com.sun.msv.reader.xmlschema Modifier and Type Class Description class
XMLSchemaReader
parses XML representation of XML Schema and constructs AGM. -
Uses of GrammarReader in com.sun.msv.relaxns.reader
Subclasses of GrammarReader in com.sun.msv.relaxns.reader Modifier and Type Class Description class
RELAXNSReader
parses RELAX Namespace XML and constructs a SchemaProvider. -
Uses of GrammarReader in com.sun.msv.relaxns.reader.relax
Subclasses of GrammarReader in com.sun.msv.relaxns.reader.relax Modifier and Type Class Description class
RELAXCoreIslandSchemaReader
reads RELAX-Namespace-extended RELAX Core.
-