Package org.enhydra.apache.xerces.validators.common

Interface Summary
GrammarResolver This class embodies the representation of a Grammar pool Resolver.
XMLContentModel ContentModel is an interface that can be used by your own custom validators to plug in various types of content models.
XMLValidator.AttributeValidator AttributeValidator.
 

Class Summary
AllContentModel  
CMAny Content model any node.
CMBinOp  
CMLeaf Content model leaf node.
CMNode  
CMStateSet This class is a very simple bitset class.
CMUniOp  
ContentLeafNameTypeVector A light-weight class that stored the leaf names and types from a DFAContentModel
DFAContentModel DFAContentModel is the derivative of ContentModel that does all of the non-trivial element content validation.
ElementWildcard ElementWildcard is used to check whether two element declarations conflict
Grammar  
Grammar.ChildrenList Children list for contentSpecTree method.
GrammarResolverImpl This class embodies the representation of a Schema Grammar pool.
InsertableElementsInfo --------------------------------------------------------------------------- InsertableElementsInfo is a simple 'data packet' class that is used to get information into and out of the validator APIs that allow you to ask what kind of elements can be inserted into a particular place in an element's content model.
MixedContentModel MixedContentModel is a derivative of the abstract content model base class that handles the special case of mixed model elements.
SimpleContentModel SimpleContentModel is a derivative of the abstract content model base class that handles a small set of simple content models that are just way overkill to give the DFA treatment.
XMLAttributeDecl  
XMLElementDecl  
XMLValidator This class is the super all-in-one validator used by the parser.
XMLValidator.ErrorHandler  
XMLValidator.OrderedHashtable Ordered hashtable.
XMLValidator.OrderedHashtable.Entry Hashtable entry.
XMLValidator.Resolver  
XMLValidator.XPathMatcherStack Stack of XPath matchers for identity constraints.
 

Exception Summary
CMException CMException is thrown during CMNode operations
 



Copyright © 1999 The Apache Software Foundation. All Rights reserved.