Uses of Interface
com.sun.msv.grammar.Grammar
-
Packages that use Grammar Package Description com.sun.msv.generator com.sun.msv.grammar.relax abstract grammar model(AGM): RELAX stub.com.sun.msv.grammar.relaxng com.sun.msv.grammar.trex abstract grammar model (AGM): TREX extension and TREX stub.com.sun.msv.grammar.xmlschema W3C XML Schema grammar model.com.sun.msv.reader reads XML representation of grammar and creates 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.util Miscellaneous utilitiescom.sun.msv.reader.xmlschema parses XML representation of XML Schema into AGM.com.sun.msv.relaxns.grammar abstract grammar model(AGM) for RELAX Namespace.com.sun.msv.relaxns.grammar.relax abstract grammar model(AGM) for RELAXNS-extended RELAX Core.com.sun.msv.relaxns.grammar.trex abstract grammar model(AGM) for RELAXNS-extended TREX.com.sun.msv.relaxns.reader parses XML representation of RELAX Namespace.com.sun.msv.relaxns.verifier "divide&validate" framework implementation.com.sun.msv.verifier.jarv Implementation of JARV (Java API for RELAX Verifier).com.sun.msv.verifier.regexp VGM implementation by using regular expression derivation algorithm.com.sun.msv.writer com.sun.msv.writer.relaxng AGM to RELAX NG converter -
-
Uses of Grammar in com.sun.msv.generator
Fields in com.sun.msv.generator declared as Grammar Modifier and Type Field Description Grammar
Driver. grammar
-
Uses of Grammar in com.sun.msv.grammar.relax
Classes in com.sun.msv.grammar.relax that implement Grammar Modifier and Type Class Description class
RELAXModule
"Module" of RELAX Core. -
Uses of Grammar in com.sun.msv.grammar.relaxng
Classes in com.sun.msv.grammar.relaxng that implement Grammar Modifier and Type Class Description class
RELAXNGGrammar
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 Grammar Modifier and Type Class Description class
TREXGrammar
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 Modifier and Type Class Description class
XMLSchemaGrammar
set of XML Schema. -
Uses of Grammar in com.sun.msv.reader
Methods in com.sun.msv.reader that return Grammar Modifier and Type Method Description abstract 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 Modifier and Type Method Description Grammar
RELAXCoreReader. getResultAsGrammar()
-
Uses of Grammar in com.sun.msv.reader.trex
Methods in com.sun.msv.reader.trex that return Grammar Modifier and Type Method Description Grammar
TREXBaseReader. getResultAsGrammar()
-
Uses of Grammar in com.sun.msv.reader.util
Methods in com.sun.msv.reader.util that return Grammar Modifier and Type Method Description private Grammar
GrammarLoader. _loadSchema(java.lang.Object source)
Actual "meat" of parsing schema.static Grammar
GrammarLoader. loadSchema(java.lang.String url)
parses the specified schema and returns the result as a Grammar object.static Grammar
GrammarLoader. loadSchema(java.lang.String source, GrammarReaderController controller)
returns a thread-safe AGM object, depending on the language used.static Grammar
GrammarLoader. loadSchema(java.lang.String url, GrammarReaderController controller, javax.xml.parsers.SAXParserFactory factory)
parses the specified schema and returns the result as a Grammar object.static Grammar
GrammarLoader. loadSchema(org.xml.sax.InputSource source)
static Grammar
GrammarLoader. loadSchema(org.xml.sax.InputSource source, GrammarReaderController controller)
returns a thread-safe AGM object, depending on the language used.static Grammar
GrammarLoader. loadSchema(org.xml.sax.InputSource source, GrammarReaderController controller, javax.xml.parsers.SAXParserFactory factory)
Grammar
GrammarLoader. parse(java.lang.String url)
Grammar
GrammarLoader. parse(org.xml.sax.InputSource source)
Methods in com.sun.msv.reader.util with parameters of type Grammar Modifier and Type Method Description private static REDocumentDeclaration
GrammarLoader. wrapByVGM(Grammar g)
-
Uses of Grammar in com.sun.msv.reader.xmlschema
Methods in com.sun.msv.reader.xmlschema that return Grammar Modifier and Type Method Description Grammar
XMLSchemaReader. getResultAsGrammar()
-
Uses of Grammar in com.sun.msv.relaxns.grammar
Classes in com.sun.msv.relaxns.grammar that implement Grammar Modifier and Type Class Description class
RELAXGrammar
"Grammar" of RELAX Namespace. -
Uses of Grammar in com.sun.msv.relaxns.grammar.relax
Methods in com.sun.msv.relaxns.grammar.relax that return Grammar Modifier and Type Method Description protected Grammar
RELAXIslandSchema. getGrammar()
Methods in com.sun.msv.relaxns.grammar.relax with parameters of type Grammar Modifier and Type Method Description protected void
AnyOtherElementExp. wrapUp(Grammar owner, Expression pseudoContentModel, org.iso_relax.dispatcher.SchemaProvider provider, org.xml.sax.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 Modifier and Type Method Description protected Grammar
TREXIslandSchema. getGrammar()
-
Uses of Grammar in com.sun.msv.relaxns.reader
Methods in com.sun.msv.relaxns.reader that return Grammar Modifier and Type Method Description Grammar
RELAXNSReader. getResultAsGrammar()
-
Uses of Grammar in com.sun.msv.relaxns.verifier
Methods in com.sun.msv.relaxns.verifier that return Grammar Modifier and Type Method Description protected abstract Grammar
IslandSchemaImpl. getGrammar()
get the grammar object that represents this island.Methods in com.sun.msv.relaxns.verifier with parameters of type Grammar Modifier and Type Method Description static 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 Grammar Modifier and Type Field Description protected Grammar
SchemaImpl. grammar
Methods in com.sun.msv.verifier.jarv that return Grammar Modifier and Type Method Description protected Grammar
DTDFactoryImpl. parse(java.lang.String source, GrammarReaderController controller)
protected Grammar
DTDFactoryImpl. parse(org.xml.sax.InputSource is, GrammarReaderController controller)
protected abstract Grammar
FactoryImpl. parse(org.xml.sax.InputSource source, GrammarReaderController controller)
parses a Grammar from the specified source.protected Grammar
RELAXCoreFactoryImpl. parse(org.xml.sax.InputSource is, GrammarReaderController controller)
protected Grammar
RELAXNGFactoryImpl. parse(org.xml.sax.InputSource is, GrammarReaderController controller)
protected Grammar
TheFactoryImpl. parse(java.lang.String source, GrammarReaderController controller)
protected Grammar
TheFactoryImpl. parse(org.xml.sax.InputSource is, GrammarReaderController controller)
protected Grammar
TREXFactoryImpl. parse(org.xml.sax.InputSource is, GrammarReaderController controller)
protected Grammar
XSFactoryImpl. parse(org.xml.sax.InputSource is, GrammarReaderController controller)
Methods in com.sun.msv.verifier.jarv with parameters of type Grammar Modifier and Type Method Description (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 Grammar Constructor Description SchemaImpl(Grammar grammar)
SchemaImpl(Grammar grammar, javax.xml.parsers.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 Constructor Description REDocumentDeclaration(Grammar grammar)
-
Uses of Grammar in com.sun.msv.writer
Methods in com.sun.msv.writer with parameters of type Grammar Modifier and Type Method Description void
GrammarWriter. write(Grammar grammar)
Converts this grammar to the XML representation. -
Uses of Grammar in com.sun.msv.writer.relaxng
Fields in com.sun.msv.writer.relaxng declared as Grammar Modifier and Type Field Description protected Grammar
RELAXNGWriter. grammar
Grammar object which we are writing.Methods in com.sun.msv.writer.relaxng with parameters of type Grammar Modifier and Type Method Description void
RELAXNGWriter. write(Grammar g)
void
RELAXNGWriter. write(Grammar g, java.lang.String _defaultNs)
generates SAX2 events of the specified grammar.static void
Driver. writeGrammar(Grammar g, java.io.OutputStream out)
Writes a grammar to the specified output.
-