Uses of Class
com.sun.msv.reader.GrammarReader
Packages that use GrammarReader
Package
Description
reads XML representation of grammar and creates AGM.
common parts for parseing RELAX Core/Namespace into AGM.
parses RELAX Core into AGM.
shared code between RELAX NG reader and TREX reader.
parses TREX pattern into AGM.
parses RELAX NG into AGM.
parses RELAX NG with DTD compatibility annotation into AGM.
parses XML representation of XML Schema into AGM.
parses XML representation of RELAX Namespace.
parses XML representation of RELAXNS-extended RELAX Core.
-
Uses of GrammarReader in com.sun.msv.reader
Fields in com.sun.msv.reader declared as GrammarReaderModifier and TypeFieldDescriptionprivate final GrammarReader
RunAwayExpressionChecker.reader
State.reader
reader object who is the owner of this object.Methods in com.sun.msv.reader with parameters of type GrammarReaderModifier and TypeMethodDescriptionstatic void
RunAwayExpressionChecker.check
(GrammarReader reader, Expression exp) protected final void
State.init
(GrammarReader reader, State parentState, StartTagInfo startTag) Constructors in com.sun.msv.reader with parameters of type GrammarReader -
Uses of GrammarReader in com.sun.msv.reader.datatype.xsd
Fields in com.sun.msv.reader.datatype.xsd declared as GrammarReaderMethods in com.sun.msv.reader.datatype.xsd with parameters of type GrammarReaderModifier and TypeMethodDescriptionXSDatatypeExp.createFinalizedType
(int finalValue, GrammarReader reader) Derives a new type by setting final values.static XSDatatypeExp
XSDatatypeExp.makeList
(String nsUri, String typeName, XSDatatypeExp itemType, GrammarReader reader) Derives a new type by list.static XSDatatypeExp
XSDatatypeExp.makeUnion
(String typeNameUri, String typeName, Collection members, GrammarReader reader) Derives a new type by union.Constructors in com.sun.msv.reader.datatype.xsd with parameters of type GrammarReaderModifierConstructorDescriptionLazyTypeIncubator
(XSDatatypeExp base, GrammarReader reader) XSDatatypeExp
(String nsUri, 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.relaxModifier and TypeClassDescriptionclass
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.coreModifier and TypeClassDescriptionclass
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.trexModifier and TypeClassDescriptionclass
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.classicModifier and TypeClassDescriptionclass
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.ngModifier and TypeClassDescriptionclass
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.compModifier and TypeClassDescriptionclass
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.xmlschemaModifier and TypeClassDescriptionclass
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.readerModifier and TypeClassDescriptionclass
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.relaxModifier and TypeClassDescriptionclass
reads RELAX-Namespace-extended RELAX Core.