Uses of Class org.dom4j.tree.NamespaceStack (dom4j 1.6.1 API)

dom4j API


Uses of Class
org.dom4j.tree.NamespaceStack

Packages that use NamespaceStack
org.dom4j.bean An implementation of the dom4j API which allows JavaBeans to be used to store and retrieve attribute values from Element. 
org.dom4j.io Provides input and output via SAX and DOM together with writing dom4j objects to streams as XML text. 
org.dom4j.tree Contains the default implementations of the dom4j Document Object Model together with some helpful base classes for those wishing to implement their own document object model.  
 

Uses of NamespaceStack in org.dom4j.bean
 

Methods in org.dom4j.bean with parameters of type NamespaceStack
 void BeanElement.setAttributes(Attributes attributes, NamespaceStack namespaceStack, boolean noNamespaceAttributes)
           
 

Uses of NamespaceStack in org.dom4j.io
 

Methods in org.dom4j.io with parameters of type NamespaceStack
protected  void SAXWriter.writeContent(Branch branch, NamespaceStack namespaceStack)
           
protected  void SAXWriter.write(Element element, NamespaceStack namespaceStack)
           
protected  AttributesImpl SAXWriter.startPrefixMapping(Element element, NamespaceStack namespaceStack)
          Fires a SAX startPrefixMapping event for all the namespaceStack which have just come into scope
protected  void SAXWriter.endPrefixMapping(NamespaceStack stack, int stackSize)
          Fires a SAX endPrefixMapping event for all the namespaceStack which have gone out of scope
protected  boolean SAXWriter.isIgnoreableNamespace(Namespace namespace, NamespaceStack namespaceStack)
          DOCUMENT ME!
 

Uses of NamespaceStack in org.dom4j.tree
 

Methods in org.dom4j.tree with parameters of type NamespaceStack
 void AbstractElement.setAttributes(Attributes attributes, NamespaceStack namespaceStack, boolean noNamespaceAttributes)
          This method provides a more optimal way of setting all the attributes on an Element particularly for use in SAXReader.
 



Copyright © 2001-2005 MetaStuff Ltd.. All Rights Reserved.