Uses of Class
org.apache.xerces.validators.dtd.InsertableElementsInfo

Packages that use InsertableElementsInfo
org.apache.xerces.validators.dtd   
org.apache.xerces.validators.schema   
 

Uses of InsertableElementsInfo in org.apache.xerces.validators.dtd
 

Methods in org.apache.xerces.validators.dtd with parameters of type InsertableElementsInfo
 int MixedContentModel.whatCanGoHere(boolean fullyValid, InsertableElementsInfo info)
          Returns information about which elements can be placed at a particular point in the passed element's content model.
 int XMLContentModel.whatCanGoHere(boolean fullyValid, InsertableElementsInfo info)
          Returns information about which elements can be placed at a particular point in the passed element's content model.
 int SimpleContentModel.whatCanGoHere(boolean fullyValid, InsertableElementsInfo info)
          Returns information about which elements can be placed at a particular point in the passed element's content model.
 int DFAContentModel.whatCanGoHere(boolean fullyValid, InsertableElementsInfo info)
          Returns information about which elements can be placed at a particular point in the passed element's content model.
 int DTDValidator.whatCanGoHere(int elementIndex, boolean fullyValid, InsertableElementsInfo info)
          Returns information about which elements can be placed at a particular point in the passed element's content model.
 

Uses of InsertableElementsInfo in org.apache.xerces.validators.schema
 

Methods in org.apache.xerces.validators.schema with parameters of type InsertableElementsInfo
 int DatatypeContentModel.whatCanGoHere(boolean fullyValid, InsertableElementsInfo info)
          Returns information about which elements can be placed at a particular point in the passed element's content model.
 int XSchemaValidator.whatCanGoHere(int elementIndex, boolean fullyValid, InsertableElementsInfo info)
          Returns information about which elements can be placed at a particular point in the passed element's content model.
 



Copyright © 1999 Apache XML Project. All Rights Reserved.