Uses of Class
org.xml.sax.helpers.AttributesImpl

Packages that use AttributesImpl
org.dom4j.io Provides input and output via SAX and DOM together with writing dom4j objects to streams as XML text. 
org.xml.sax.ext This package contains interfaces to SAX2 facilities that conformant SAX drivers won't necessarily support. 
 

Uses of AttributesImpl in org.dom4j.io
 

Methods in org.dom4j.io that return AttributesImpl
protected  AttributesImpl SAXWriter.startPrefixMapping(Element element, NamespaceStack namespaceStack)
          Fires a SAX startPrefixMapping event for all the namespaceStack which have just come into scope
protected  AttributesImpl SAXWriter.addNamespaceAttribute(AttributesImpl namespaceAttributes, Namespace namespace)
          If isDelcareNamespaceAttributes() is enabled then this method will add the given namespace declaration to the supplied attributes object, creating one if it does not exist.
 

Methods in org.dom4j.io with parameters of type AttributesImpl
protected  void SAXWriter.startElement(Element element, AttributesImpl namespaceAttributes)
           
protected  AttributesImpl SAXWriter.addNamespaceAttribute(AttributesImpl namespaceAttributes, Namespace namespace)
          If isDelcareNamespaceAttributes() is enabled then this method will add the given namespace declaration to the supplied attributes object, creating one if it does not exist.
 

Uses of AttributesImpl in org.xml.sax.ext
 

Subclasses of AttributesImpl in org.xml.sax.ext
 class Attributes2Impl
          SAX2 extension helper for additional Attributes information, implementing the Attributes2 interface.
 



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

SourceForge Logo