Uses of Class
org.dom4j.tree.NamespaceStack
-
Packages that use NamespaceStack Package Description 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 Modifier and Type Method Description void
BeanElement. setAttributes(org.xml.sax.Attributes attributes, NamespaceStack namespaceStack, boolean noNamespaceAttributes)
-
Uses of NamespaceStack in org.dom4j.io
Methods in org.dom4j.io with parameters of type NamespaceStack Modifier and Type Method Description protected 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 org.xml.sax.helpers.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 NamespaceStack Modifier and Type Method Description void
AbstractElement. setAttributes(org.xml.sax.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
.
-