Uses of Interface
org.xml.sax.AttributeList

Packages that use AttributeList
org.dom4j.io.aelfred The default SAX XMLReader implementation which is a port of the original Aelfred SAX Parser. 
org.xml.sax This package provides the core SAX APIs. 
org.xml.sax.helpers This package contains "helper" classes, including support for bootstrapping SAX-based applications. 
 

Uses of AttributeList in org.dom4j.io.aelfred
 

Classes in org.dom4j.io.aelfred that implement AttributeList
 class SAXDriver
          Deprecated. Use Aelfred2 instead! THIS CLASS WILL BE REMOVED IN dom4j-1.6 !!
 

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(AttributeList atts)
          Deprecated. Construct a persistent copy of an existing attribute list.
 



Copyright © 2004 MetaStuff Ltd. All Rights Reserved. Hosted by

SourceForge Logo