Uses of Package
com.sun.msv.reader

Packages that use com.sun.msv.reader
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 reads XML representation for XML Schema Part.2 
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 utilities 
com.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.schematron.reader   
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
GrammarReaderController
          Event notification interface for controlling grammar parsing process.
 

Classes in com.sun.msv.reader used by com.sun.msv.reader
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.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
State
          base interface of 'parsing state'.
 

Classes in com.sun.msv.reader used by com.sun.msv.reader.datatype.xsd
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
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
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
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
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
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
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
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
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
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
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
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
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.schematron.reader
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.
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.verifier.jarv
GrammarReaderController
          Event notification interface for controlling grammar parsing process.
 



MSV