Package org.apache.xerces.validators.dtd

Interface Summary
DTDValidator.EventHandler  
XMLContentModel ContentModel is an interface that can be used by your own custom validators to plug in various types of content models.
 

Class Summary
CMBinOp  
CMLeaf  
CMNode  
CMUniOp  
DFAContentModel DFAContentModel is the derivative of ContentModel that does all of the non-trivial element content validation.
DTDValidator  
ElementDeclPool  
EntityPool  
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.
 

Exception Summary
CMException CMException is thrown during CMNode operations
 



Copyright © 1999 Apache XML Project. All Rights Reserved.