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 GrammarDriver. 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 classRELAXModule"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 classRELAXNGGrammarGrammar 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 classTREXGrammarTREX 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 classXMLSchemaGrammarset 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 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 Modifier and Type Method Description GrammarRELAXCoreReader. 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 GrammarTREXBaseReader. 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 GrammarGrammarLoader. _loadSchema(java.lang.Object source)Actual "meat" of parsing schema.static GrammarGrammarLoader. loadSchema(java.lang.String url)parses the specified schema and returns the result as a Grammar object.static GrammarGrammarLoader. loadSchema(java.lang.String source, GrammarReaderController controller)returns a thread-safe AGM object, depending on the language used.static GrammarGrammarLoader. 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 GrammarGrammarLoader. loadSchema(org.xml.sax.InputSource source)static GrammarGrammarLoader. loadSchema(org.xml.sax.InputSource source, GrammarReaderController controller)returns a thread-safe AGM object, depending on the language used.static GrammarGrammarLoader. loadSchema(org.xml.sax.InputSource source, GrammarReaderController controller, javax.xml.parsers.SAXParserFactory factory)GrammarGrammarLoader. parse(java.lang.String url)GrammarGrammarLoader. 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 REDocumentDeclarationGrammarLoader. 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 GrammarXMLSchemaReader. 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 classRELAXGrammar"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 GrammarRELAXIslandSchema. getGrammar()Methods in com.sun.msv.relaxns.grammar.relax with parameters of type Grammar Modifier and Type Method Description protected voidAnyOtherElementExp. 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 GrammarTREXIslandSchema. 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 GrammarRELAXNSReader. 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 GrammarIslandSchemaImpl. 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 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 Grammar Modifier and Type Field Description protected GrammarSchemaImpl. grammarMethods in com.sun.msv.verifier.jarv that return Grammar Modifier and Type Method Description protected GrammarDTDFactoryImpl. parse(java.lang.String source, GrammarReaderController controller)protected GrammarDTDFactoryImpl. parse(org.xml.sax.InputSource is, GrammarReaderController controller)protected abstract GrammarFactoryImpl. parse(org.xml.sax.InputSource source, GrammarReaderController controller)parses a Grammar from the specified source.protected GrammarRELAXCoreFactoryImpl. parse(org.xml.sax.InputSource is, GrammarReaderController controller)protected GrammarRELAXNGFactoryImpl. parse(org.xml.sax.InputSource is, GrammarReaderController controller)protected GrammarTheFactoryImpl. parse(java.lang.String source, GrammarReaderController controller)protected GrammarTheFactoryImpl. parse(org.xml.sax.InputSource is, GrammarReaderController controller)protected GrammarTREXFactoryImpl. parse(org.xml.sax.InputSource is, GrammarReaderController controller)protected GrammarXSFactoryImpl. 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 IVerifierFactoryImpl. 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 voidGrammarWriter. 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 GrammarRELAXNGWriter. grammarGrammar object which we are writing.Methods in com.sun.msv.writer.relaxng with parameters of type Grammar Modifier and Type Method Description voidRELAXNGWriter. write(Grammar g)voidRELAXNGWriter. write(Grammar g, java.lang.String _defaultNs)generates SAX2 events of the specified grammar.static voidDriver. writeGrammar(Grammar g, java.io.OutputStream out)Writes a grammar to the specified output.
-