Uses of Interface
org.xml.sax.AttributeList

Packages that use AttributeList
org.apache.xalan.xsltc.runtime   
org.xml.sax Simple API for XML (SAX) 
org.xml.sax.helpers SAX helper classes. 
 

Uses of AttributeList in org.apache.xalan.xsltc.runtime
 

Classes in org.apache.xalan.xsltc.runtime that implement AttributeList
 class Attributes
           
 

Uses of AttributeList in org.xml.sax
 

Methods in org.xml.sax with parameters of type AttributeList
 void HandlerBase.startElement(java.lang.String name, AttributeList attributes)
          Deprecated. Receive notification of the start of an element.
 void DocumentHandler.startElement(java.lang.String name, AttributeList atts)
          Deprecated. Receive notification of the beginning of an element.
 

Uses of AttributeList in org.xml.sax.helpers
 

Classes in org.xml.sax.helpers that implement AttributeList
 class AttributeListImpl
          Deprecated. This class implements a deprecated interface, AttributeList; that interface has been replaced by Attributes, which is implemented in the AttributesImpl helper class.
 

Methods in org.xml.sax.helpers with parameters of type AttributeList
 void ParserAdapter.startElement(java.lang.String qName, AttributeList qAtts)
          Adapt a SAX1 startElement event.
 void AttributeListImpl.setAttributeList(AttributeList atts)
          Deprecated. Set the attribute list, discarding previous contents.
 

Constructors in org.xml.sax.helpers with parameters of type AttributeList
AttributeListImpl.AttributeListImpl(AttributeList atts)
          Deprecated. Construct a persistent copy of an existing attribute list.
 



Copyright © 2002 Apache XML Project. All Rights Reserved.