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.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 TypeClassDescriptionclassGrammar 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 TypeClassDescriptionclassTREX 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 GrammarGrammarReader.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 TypeMethodDescriptionstatic GrammarGrammarLoader.loadSchema(String url) parses the specified schema and returns the result as a Grammar object.static GrammarGrammarLoader.loadSchema(String source, GrammarReaderController controller) returns a thread-safe AGM object, depending on the language used.static GrammarGrammarLoader.loadSchema(String url, GrammarReaderController controller, SAXParserFactory factory) parses the specified schema and returns the result as a Grammar object.static GrammarGrammarLoader.loadSchema(InputSource source) static GrammarGrammarLoader.loadSchema(InputSource source, GrammarReaderController controller) returns a thread-safe AGM object, depending on the language used.static GrammarGrammarLoader.loadSchema(InputSource source, GrammarReaderController controller, SAXParserFactory factory) GrammarLoader.parse(InputSource source) -
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 voidAnyOtherElementExp.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 GrammarIslandSchemaImpl.getGrammar()get the grammar object that represents this island.Methods in com.sun.msv.relaxns.verifier with parameters of type GrammarModifier and TypeMethodDescriptionstatic SchemaProviderImplSchemaProviderImpl.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 GrammarDTDFactoryImpl.parse(String source, GrammarReaderController controller) protected GrammarDTDFactoryImpl.parse(InputSource is, GrammarReaderController controller) protected abstract GrammarFactoryImpl.parse(InputSource source, GrammarReaderController controller) parses a Grammar from the specified source.protected GrammarRELAXCoreFactoryImpl.parse(InputSource is, GrammarReaderController controller) protected GrammarRELAXNGFactoryImpl.parse(InputSource is, GrammarReaderController controller) protected GrammarTheFactoryImpl.parse(String source, GrammarReaderController controller) protected GrammarTheFactoryImpl.parse(InputSource is, GrammarReaderController controller) protected GrammarTREXFactoryImpl.parse(InputSource is, GrammarReaderController controller) protected GrammarXSFactoryImpl.parse(InputSource is, GrammarReaderController controller) Constructors in com.sun.msv.verifier.jarv with parameters of type GrammarModifierConstructorDescriptionSchemaImpl(Grammar grammar) protectedSchemaImpl(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 GrammarRELAXNGWriter.grammarGrammar object which we are writing.Methods in com.sun.msv.writer.relaxng with parameters of type Grammar