Uses of Interface
com.sun.msv.grammar.Grammar
Packages that use Grammar
Package
Description
abstract grammar model(AGM): RELAX stub.
abstract grammar model (AGM): TREX extension
and TREX stub.
W3C XML Schema grammar model.
reads XML representation of grammar and creates AGM.
parses RELAX Core into AGM.
shared code between RELAX NG reader and TREX reader.
Miscellaneous utilities
parses XML representation of XML Schema into AGM.
abstract grammar model(AGM) for RELAX Namespace.
abstract grammar model(AGM) for RELAXNS-extended RELAX Core.
abstract grammar model(AGM) for RELAXNS-extended TREX.
parses XML representation of RELAX Namespace.
"divide&validate" framework implementation.
Implementation of JARV (Java API for RELAX
Verifier).
VGM implementation by using regular expression derivation algorithm.
AGM to RELAX NG converter
-
Uses of Grammar in com.sun.msv.generator
Fields in com.sun.msv.generator declared as Grammar -
Uses of Grammar in com.sun.msv.grammar.relax
Classes in com.sun.msv.grammar.relax that implement Grammar -
Uses of Grammar in com.sun.msv.grammar.relaxng
Classes in com.sun.msv.grammar.relaxng that implement GrammarModifier and TypeClassDescriptionclass
Grammar for RELAX NG (with DTD compatibility annotation). -
Uses of Grammar in com.sun.msv.grammar.trex
Classes in com.sun.msv.grammar.trex that implement GrammarModifier and TypeClassDescriptionclass
TREX grammar, which is expressed as <grammar> element. -
Uses of Grammar in com.sun.msv.grammar.xmlschema
Classes in com.sun.msv.grammar.xmlschema that implement Grammar -
Uses of Grammar in com.sun.msv.reader
Methods in com.sun.msv.reader that return GrammarModifier and TypeMethodDescriptionabstract Grammar
GrammarReader.getResultAsGrammar()
gets the parsed AGM. -
Uses of Grammar in com.sun.msv.reader.relax.core
Methods in com.sun.msv.reader.relax.core that return Grammar -
Uses of Grammar in com.sun.msv.reader.trex
Methods in com.sun.msv.reader.trex that return Grammar -
Uses of Grammar in com.sun.msv.reader.util
Methods in com.sun.msv.reader.util that return GrammarModifier and TypeMethodDescriptionprivate Grammar
GrammarLoader._loadSchema
(Object source) Actual "meat" of parsing schema.static Grammar
GrammarLoader.loadSchema
(String url) parses the specified schema and returns the result as a Grammar object.static Grammar
GrammarLoader.loadSchema
(String source, GrammarReaderController controller) returns a thread-safe AGM object, depending on the language used.static Grammar
GrammarLoader.loadSchema
(String url, GrammarReaderController controller, SAXParserFactory factory) parses the specified schema and returns the result as a Grammar object.static Grammar
GrammarLoader.loadSchema
(InputSource source) static Grammar
GrammarLoader.loadSchema
(InputSource source, GrammarReaderController controller) returns a thread-safe AGM object, depending on the language used.static Grammar
GrammarLoader.loadSchema
(InputSource source, GrammarReaderController controller, SAXParserFactory factory) GrammarLoader.parse
(InputSource source) Methods in com.sun.msv.reader.util with parameters of type Grammar -
Uses of Grammar in com.sun.msv.reader.xmlschema
Methods in com.sun.msv.reader.xmlschema that return Grammar -
Uses of Grammar in com.sun.msv.relaxns.grammar
Classes in com.sun.msv.relaxns.grammar that implement Grammar -
Uses of Grammar in com.sun.msv.relaxns.grammar.relax
Methods in com.sun.msv.relaxns.grammar.relax that return GrammarMethods in com.sun.msv.relaxns.grammar.relax with parameters of type GrammarModifier and TypeMethodDescriptionprotected void
AnyOtherElementExp.wrapUp
(Grammar owner, Expression pseudoContentModel, org.iso_relax.dispatcher.SchemaProvider provider, ErrorHandler errorHandler) creates pseudo content model and name class. -
Uses of Grammar in com.sun.msv.relaxns.grammar.trex
Methods in com.sun.msv.relaxns.grammar.trex that return Grammar -
Uses of Grammar in com.sun.msv.relaxns.reader
Methods in com.sun.msv.relaxns.reader that return Grammar -
Uses of Grammar in com.sun.msv.relaxns.verifier
Methods in com.sun.msv.relaxns.verifier that return GrammarModifier and TypeMethodDescriptionprotected abstract Grammar
IslandSchemaImpl.getGrammar()
get the grammar object that represents this island.Methods in com.sun.msv.relaxns.verifier with parameters of type GrammarModifier and TypeMethodDescriptionstatic SchemaProviderImpl
SchemaProviderImpl.fromGrammar
(Grammar grammar) creates SchemaProvider from generic Grammar (including TREX/RELAX Core) -
Uses of Grammar in com.sun.msv.verifier.jarv
Fields in com.sun.msv.verifier.jarv declared as GrammarMethods in com.sun.msv.verifier.jarv that return GrammarModifier and TypeMethodDescriptionprotected Grammar
DTDFactoryImpl.parse
(String source, GrammarReaderController controller) protected Grammar
DTDFactoryImpl.parse
(InputSource is, GrammarReaderController controller) protected abstract Grammar
FactoryImpl.parse
(InputSource source, GrammarReaderController controller) parses a Grammar from the specified source.protected Grammar
RELAXCoreFactoryImpl.parse
(InputSource is, GrammarReaderController controller) protected Grammar
RELAXNGFactoryImpl.parse
(InputSource is, GrammarReaderController controller) protected Grammar
TheFactoryImpl.parse
(String source, GrammarReaderController controller) protected Grammar
TheFactoryImpl.parse
(InputSource is, GrammarReaderController controller) protected Grammar
TREXFactoryImpl.parse
(InputSource is, GrammarReaderController controller) protected Grammar
XSFactoryImpl.parse
(InputSource is, GrammarReaderController controller) Methods in com.sun.msv.verifier.jarv with parameters of type GrammarModifier and TypeMethodDescription(package private) static IVerifier
FactoryImpl.createVerifier
(Grammar g) gets the VGM by sniffing its type.Constructors in com.sun.msv.verifier.jarv with parameters of type GrammarModifierConstructorDescriptionSchemaImpl
(Grammar grammar) protected
SchemaImpl
(Grammar grammar, SAXParserFactory factory, boolean _usePanicMode) -
Uses of Grammar in com.sun.msv.verifier.regexp
Constructors in com.sun.msv.verifier.regexp with parameters of type Grammar -
Uses of Grammar in com.sun.msv.writer
Methods in com.sun.msv.writer with parameters of type Grammar -
Uses of Grammar in com.sun.msv.writer.relaxng
Fields in com.sun.msv.writer.relaxng declared as GrammarModifier and TypeFieldDescriptionprotected Grammar
RELAXNGWriter.grammar
Grammar object which we are writing.Methods in com.sun.msv.writer.relaxng with parameters of type GrammarModifier and TypeMethodDescriptionvoid
void
generates SAX2 events of the specified grammar.static void
Driver.writeGrammar
(Grammar g, OutputStream out) Writes a grammar to the specified output.