BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Uses of Class
weblogic.apache.xerces.validators.common.InsertableElementsInfo

Packages that use InsertableElementsInfo
weblogic.apache.xerces.validators.common   
 

Uses of InsertableElementsInfo in weblogic.apache.xerces.validators.common
 

Methods in weblogic.apache.xerces.validators.common with parameters of type InsertableElementsInfo
 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 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.
protected  int XMLValidator.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.
 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.
 


Documentation is available at
http://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.