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 TypeMethodDescriptionvoidBeanElement.setAttributes(Attributes attributes, NamespaceStack namespaceStack, boolean noNamespaceAttributes) -
Uses of NamespaceStack in org.dom4j.io
Fields in org.dom4j.io declared as NamespaceStackModifier and TypeFieldDescriptionprivate NamespaceStackDOMReader.namespaceStackstack ofNamespaceandQNameobjectsprivate NamespaceStackDOMSAXContentHandler.namespaceStackstack ofNamespaceandQNameobjectsprivate NamespaceStackDOMWriter.namespaceStackstack ofNamespaceobjectsprivate NamespaceStackSAXContentHandler.namespaceStackstack ofNamespaceandQNameobjectsprivate NamespaceStackXMLWriter.namespaceStackThe Stack of namespaceStack written so farMethods in org.dom4j.io with parameters of type NamespaceStackModifier and TypeMethodDescriptionprotected voidSAXWriter.endPrefixMapping(NamespaceStack stack, int stackSize) Fires a SAX endPrefixMapping event for all the namespaceStack which have gone out of scopeprotected booleanSAXWriter.isIgnoreableNamespace(Namespace namespace, NamespaceStack namespaceStack) DOCUMENT ME!protected AttributesImplSAXWriter.startPrefixMapping(Element element, NamespaceStack namespaceStack) Fires a SAX startPrefixMapping event for all the namespaceStack which have just come into scopeprotected voidSAXWriter.write(Element element, NamespaceStack namespaceStack) protected voidSAXWriter.writeContent(Branch branch, NamespaceStack namespaceStack) -
Uses of NamespaceStack in org.dom4j.tree
Methods in org.dom4j.tree with parameters of type NamespaceStackModifier and TypeMethodDescriptionvoidAbstractElement.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.