Uses of Package
com.sun.msv.reader
-
Packages that use com.sun.msv.reader Package Description com.sun.msv.driver.textui Command line verifier.com.sun.msv.reader reads XML representation of grammar and creates AGM.com.sun.msv.reader.datatype interface of Datatype vocabulary reader.com.sun.msv.reader.datatype.xsd com.sun.msv.reader.dtd reads DTD and constructs AGM.com.sun.msv.reader.relax common parts for parseing RELAX Core/Namespace into 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.trex.classic parses TREX pattern into AGM.com.sun.msv.reader.trex.ng parses RELAX NG into AGM.com.sun.msv.reader.trex.ng.comp parses RELAX NG with DTD compatibility annotation into AGM.com.sun.msv.reader.trex.typed reads TREX grammar with "label annotation".com.sun.msv.reader.util Miscellaneous utilitiescom.sun.msv.reader.xmlschema parses XML representation of XML Schema into AGM.com.sun.msv.relaxns.reader parses XML representation of RELAX Namespace.com.sun.msv.relaxns.reader.relax parses XML representation of RELAXNS-extended RELAX Core.com.sun.msv.verifier.jarv Implementation of JARV (Java API for RELAX Verifier). -
Classes in com.sun.msv.reader used by com.sun.msv.driver.textui Class Description GrammarReaderController Event notification interface for controlling grammar parsing process. -
Classes in com.sun.msv.reader used by com.sun.msv.reader Class Description AbortException This exception will be thrown when the schema parsing is aborted after all the errors are reported through GrammarReaderController.Controller Internal view of GrammarReaderController.ExpressionOwner interface that must be implemented by the parent state of ExpressionState.ExpressionState Base implementation for those states who read tags representing an expression.ExpressionWithChildState State that parses Expression which contains other expressions.ExpressionWithoutChildState Base implementation for those states who cannot have any children.GrammarReader base implementation of grammar readers that read grammar from SAX2 stream.GrammarReader.BackPatch GrammarReader.BackwardReferenceMap memorizes what declarations are referenced from where.GrammarReader.InclusionContext information that must be sheltered before switching InputSource (typically by inclusion).GrammarReader.PrefixResolver namespace prefix to URI conversion map.GrammarReaderController Event notification interface for controlling grammar parsing process.GrammarReaderController2 SimpleState base interface of the most of parsing states.State base interface of 'parsing state'. -
Classes in com.sun.msv.reader used by com.sun.msv.reader.datatype Class Description State base interface of 'parsing state'. -
Classes in com.sun.msv.reader used by com.sun.msv.reader.datatype.xsd Class Description ChildlessState state that has no children.GrammarReader base implementation of grammar readers that read grammar from SAX2 stream.GrammarReader.BackPatch SimpleState base interface of the most of parsing states.State base interface of 'parsing state'. -
Classes in com.sun.msv.reader used by com.sun.msv.reader.dtd Class Description Controller Internal view of GrammarReaderController.GrammarReaderController Event notification interface for controlling grammar parsing process. -
Classes in com.sun.msv.reader used by com.sun.msv.reader.relax Class Description ExpressionOwner interface that must be implemented by the parent state of ExpressionState.ExpressionState Base implementation for those states who read tags representing an expression.ExpressionWithoutChildState Base implementation for those states who cannot have any children.GrammarReader base implementation of grammar readers that read grammar from SAX2 stream.GrammarReaderController Event notification interface for controlling grammar parsing process.SimpleState base interface of the most of parsing states.State base interface of 'parsing state'. -
Classes in com.sun.msv.reader used by com.sun.msv.reader.relax.core Class Description ChildlessState state that has no children.ExpressionOwner interface that must be implemented by the parent state of ExpressionState.ExpressionState Base implementation for those states who read tags representing an expression.ExpressionWithChildState State that parses Expression which contains other expressions.ExpressionWithoutChildState Base implementation for those states who cannot have any children.GrammarReader base implementation of grammar readers that read grammar from SAX2 stream.GrammarReaderController Event notification interface for controlling grammar parsing process.SimpleState base interface of the most of parsing states.State base interface of 'parsing state'. -
Classes in com.sun.msv.reader used by com.sun.msv.reader.trex Class Description ExpressionOwner interface that must be implemented by the parent state of ExpressionState.ExpressionState Base implementation for those states who read tags representing an expression.ExpressionWithChildState State that parses Expression which contains other expressions.ExpressionWithoutChildState Base implementation for those states who cannot have any children.GrammarReader base implementation of grammar readers that read grammar from SAX2 stream.GrammarReaderController Event notification interface for controlling grammar parsing process.SequenceState state that creates SequenceExp.SimpleState base interface of the most of parsing states.State base interface of 'parsing state'. -
Classes in com.sun.msv.reader used by com.sun.msv.reader.trex.classic Class Description ExpressionOwner interface that must be implemented by the parent state of ExpressionState.ExpressionState Base implementation for those states who read tags representing an expression.ExpressionWithChildState State that parses Expression which contains other expressions.ExpressionWithoutChildState Base implementation for those states who cannot have any children.GrammarReader base implementation of grammar readers that read grammar from SAX2 stream.GrammarReaderController Event notification interface for controlling grammar parsing process.SimpleState base interface of the most of parsing states.State base interface of 'parsing state'. -
Classes in com.sun.msv.reader used by com.sun.msv.reader.trex.ng Class Description ChildlessState state that has no children.ExpressionOwner interface that must be implemented by the parent state of ExpressionState.ExpressionState Base implementation for those states who read tags representing an expression.ExpressionWithChildState State that parses Expression which contains other expressions.ExpressionWithoutChildState Base implementation for those states who cannot have any children.GrammarReader base implementation of grammar readers that read grammar from SAX2 stream.GrammarReaderController Event notification interface for controlling grammar parsing process.SequenceState state that creates SequenceExp.SimpleState base interface of the most of parsing states.State base interface of 'parsing state'. -
Classes in com.sun.msv.reader used by com.sun.msv.reader.trex.ng.comp Class Description ExpressionOwner interface that must be implemented by the parent state of ExpressionState.ExpressionState Base implementation for those states who read tags representing an expression.ExpressionWithChildState State that parses Expression which contains other expressions.GrammarReader base implementation of grammar readers that read grammar from SAX2 stream.GrammarReaderController Event notification interface for controlling grammar parsing process.SequenceState state that creates SequenceExp.SimpleState base interface of the most of parsing states.State base interface of 'parsing state'. -
Classes in com.sun.msv.reader used by com.sun.msv.reader.trex.typed Class Description ExpressionOwner interface that must be implemented by the parent state of ExpressionState.ExpressionState Base implementation for those states who read tags representing an expression.ExpressionWithChildState State that parses Expression which contains other expressions.SequenceState state that creates SequenceExp.SimpleState base interface of the most of parsing states.State base interface of 'parsing state'. -
Classes in com.sun.msv.reader used by com.sun.msv.reader.util Class Description Controller Internal view of GrammarReaderController.GrammarReaderController Event notification interface for controlling grammar parsing process. -
Classes in com.sun.msv.reader used by com.sun.msv.reader.xmlschema Class Description AbortException This exception will be thrown when the schema parsing is aborted after all the errors are reported through GrammarReaderController.ChildlessState state that has no children.DOMLSInput A GrammarReaderController2 may already have a DOM element for an imported schema.ExpressionOwner interface that must be implemented by the parent state of ExpressionState.ExpressionState Base implementation for those states who read tags representing an expression.ExpressionWithChildState State that parses Expression which contains other expressions.ExpressionWithoutChildState Base implementation for those states who cannot have any children.GrammarReader base implementation of grammar readers that read grammar from SAX2 stream.GrammarReaderController Event notification interface for controlling grammar parsing process.GrammarReaderController2 SequenceState state that creates SequenceExp.SimpleState base interface of the most of parsing states.State base interface of 'parsing state'. -
Classes in com.sun.msv.reader used by com.sun.msv.relaxns.reader Class Description ChildlessState state that has no children.ExpressionOwner interface that must be implemented by the parent state of ExpressionState.GrammarReader base implementation of grammar readers that read grammar from SAX2 stream.GrammarReaderController Event notification interface for controlling grammar parsing process.SimpleState base interface of the most of parsing states.State base interface of 'parsing state'. -
Classes in com.sun.msv.reader used by com.sun.msv.relaxns.reader.relax Class Description ExpressionState Base implementation for those states who read tags representing an expression.ExpressionWithoutChildState Base implementation for those states who cannot have any children.GrammarReader base implementation of grammar readers that read grammar from SAX2 stream.GrammarReaderController Event notification interface for controlling grammar parsing process.SimpleState base interface of the most of parsing states.State base interface of 'parsing state'. -
Classes in com.sun.msv.reader used by com.sun.msv.verifier.jarv Class Description GrammarReaderController Event notification interface for controlling grammar parsing process.