BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Uses of Class
weblogic.apache.xerces.framework.XMLAttrList

Packages that use XMLAttrList
weblogic.apache.xerces.dom   
weblogic.apache.xerces.framework   
weblogic.apache.xerces.parsers   
weblogic.apache.xerces.validators.schema.identity   
 

Uses of XMLAttrList in weblogic.apache.xerces.dom
 

Methods in weblogic.apache.xerces.dom with parameters of type XMLAttrList
 int DeferredDocumentImpl.createElement(int elementNameIndex, XMLAttrList attrList, int attrListIndex)
          Creates an element node in the table.
 int DeferredDocumentImpl.createElement(int elementNameIndex, int elementURIIndex, XMLAttrList attrList, int attrListIndex)
          Creates an element node with a URI in the table.
 

Uses of XMLAttrList in weblogic.apache.xerces.framework
 

Methods in weblogic.apache.xerces.framework with parameters of type XMLAttrList
 void XMLDocumentHandler.startElement(QName element, XMLAttrList attrList, int attrListHandle)
          callback for the start of element.
 

Uses of XMLAttrList in weblogic.apache.xerces.parsers
 

Methods in weblogic.apache.xerces.parsers with parameters of type XMLAttrList
 void SAXParser.startElement(QName element, XMLAttrList attrList, int attrListIndex)
          Start element
 void DOMParser.startElement(QName elementQName, XMLAttrList xmlAttrList, int attrListIndex)
          Start element.
 

Uses of XMLAttrList in weblogic.apache.xerces.validators.schema.identity
 

Methods in weblogic.apache.xerces.validators.schema.identity with parameters of type XMLAttrList
 void XPathMatcher.startElement(QName element, XMLAttrList attributes, int handle)
          The start of an element.
 void Selector.Matcher.startElement(QName element, XMLAttrList attributes, int handle)
          The start of an element.
 


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.