BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Uses of Interface
weblogic.apache.xerces.framework.XMLContentSpec.Provider

Packages that use XMLContentSpec.Provider
weblogic.apache.xerces.framework   
weblogic.apache.xerces.parsers   
weblogic.apache.xerces.validators.common   
weblogic.apache.xerces.validators.dtd   
weblogic.apache.xerces.validators.schema   
 

Uses of XMLContentSpec.Provider in weblogic.apache.xerces.framework
 

Methods in weblogic.apache.xerces.framework with parameters of type XMLContentSpec.Provider
 void XMLContentSpec.setValues(XMLContentSpec.Provider provider, int contentSpecIndex)
          Sets the values from the values specified by the given content spec provider and identifier.
static java.lang.String XMLContentSpec.toString(XMLContentSpec.Provider provider, StringPool stringPool, int contentSpecIndex)
          Returns a string representation of the specified content spec identifier in the form of a DTD element content model.
 void XMLDocumentHandler.DTDHandler.elementDecl(QName elementDecl, int contentSpecType, int contentSpecIndex, XMLContentSpec.Provider contentSpecProvider)
          callback for an element declaration.
 

Constructors in weblogic.apache.xerces.framework with parameters of type XMLContentSpec.Provider
XMLContentSpec.XMLContentSpec(XMLContentSpec.Provider provider, int contentSpecIndex)
          Constructs a content spec from the values specified by the given content spec provider and identifier.
 

Uses of XMLContentSpec.Provider in weblogic.apache.xerces.parsers
 

Methods in weblogic.apache.xerces.parsers with parameters of type XMLContentSpec.Provider
 void SAXParser.elementDecl(QName elementDecl, int contentSpecType, int contentSpecIndex, XMLContentSpec.Provider contentSpecProvider)
          Report an element type declaration.
 void DOMParser.elementDecl(QName elementDecl, int contentSpecType, int contentSpecIndex, XMLContentSpec.Provider contentSpecProvider)
          <!ELEMENT Name contentspec>
 

Uses of XMLContentSpec.Provider in weblogic.apache.xerces.validators.common
 

Classes in weblogic.apache.xerces.validators.common that implement XMLContentSpec.Provider
 class Grammar
           
 

Uses of XMLContentSpec.Provider in weblogic.apache.xerces.validators.dtd
 

Classes in weblogic.apache.xerces.validators.dtd that implement XMLContentSpec.Provider
 class DTDGrammar
          A DTD grammar.
 

Uses of XMLContentSpec.Provider in weblogic.apache.xerces.validators.schema
 

Classes in weblogic.apache.xerces.validators.schema that implement XMLContentSpec.Provider
 class SchemaGrammar
           
 


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.