Uses of Interface
org.xml.sax.AttributeList

Packages that use AttributeList
org.apache.xalan.xsltc.runtime   
org.xml.sax   
org.xml.sax.helpers   
 

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)
          Adapter implementation method; do not call.
 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 © 2006 Apache XML Project. All Rights Reserved.