Uses of Class
org.dom4j.tree.NamespaceStack
Packages that use NamespaceStack
Package
Description
An implementation of the dom4j API which allows JavaBeans to be used to
store and retrieve attribute values from Element.
Provides input and output via SAX and DOM together with writing dom4j
objects to streams as XML text.
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 NamespaceStackModifier and TypeMethodDescriptionvoid
BeanElement.setAttributes
(Attributes attributes, NamespaceStack namespaceStack, boolean noNamespaceAttributes) -
Uses of NamespaceStack in org.dom4j.io
Methods in org.dom4j.io with parameters of type NamespaceStackModifier and TypeMethodDescriptionprotected void
SAXWriter.endPrefixMapping
(NamespaceStack stack, int stackSize) Fires a SAX endPrefixMapping event for all the namespaceStack which have gone out of scopeprotected boolean
SAXWriter.isIgnoreableNamespace
(Namespace namespace, NamespaceStack namespaceStack) DOCUMENT ME!protected AttributesImpl
SAXWriter.startPrefixMapping
(Element element, NamespaceStack namespaceStack) Fires a SAX startPrefixMapping event for all the namespaceStack which have just come into scopeprotected void
SAXWriter.write
(Element element, NamespaceStack namespaceStack) protected void
SAXWriter.writeContent
(Branch branch, NamespaceStack namespaceStack) -
Uses of NamespaceStack in org.dom4j.tree
Methods in org.dom4j.tree with parameters of type NamespaceStackModifier and TypeMethodDescriptionvoid
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 inSAXReader
.