Uses of Interface
org.xml.sax.AttributeList

Packages that use AttributeList
org.apache.xmlrpc   
org.apache.xmlrpc.applet   
org.xml.sax   
uk.co.wilson.xml   
uk.org.xml.sax   
 

Uses of AttributeList in org.apache.xmlrpc
 

Methods in org.apache.xmlrpc with parameters of type AttributeList
 void XmlRpc.startElement(java.lang.String name, AttributeList atts)
          Method called by SAX driver.
 void XmlRpcClientResponseProcessor.startElement(java.lang.String name, AttributeList atts)
          Overrides method in XmlRpc to handle fault repsonses.
 

Uses of AttributeList in org.apache.xmlrpc.applet
 

Methods in org.apache.xmlrpc.applet with parameters of type AttributeList
 void XmlRpcSupport.startElement(java.lang.String name, AttributeList atts)
          Method called by SAX driver.
 

Uses of AttributeList in org.xml.sax
 

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

Uses of AttributeList in uk.co.wilson.xml
 

Methods in uk.co.wilson.xml with parameters of type AttributeList
 void MinML.startElement(java.lang.String name, AttributeList attributes)
           
 java.io.Writer MinML.startElement(java.lang.String name, AttributeList attributes, java.io.Writer writer)
           
 

Uses of AttributeList in uk.org.xml.sax
 

Methods in uk.org.xml.sax with parameters of type AttributeList
 java.io.Writer DocumentHandler.startElement(java.lang.String name, AttributeList attributes, java.io.Writer writer)
           
 



Copyright 2001-2001-2005 Apache Software Foundation. All Rights Reserved.