Uses of Class
org.jdom.output.XMLOutputter.NamespaceStack

Packages that use XMLOutputter.NamespaceStack
org.jdom.output   
 

Uses of XMLOutputter.NamespaceStack in org.jdom.output
 

Methods in org.jdom.output that return XMLOutputter.NamespaceStack
protected  XMLOutputter.NamespaceStack XMLOutputter.createNamespaceStack()
           Factory for making new NamespaceStack objects.
 

Methods in org.jdom.output with parameters of type XMLOutputter.NamespaceStack
protected  void XMLOutputter.printElement(Element element, java.io.Writer out, int level, XMLOutputter.NamespaceStack namespaces)
           This will handle printing of a Element, it's Attributes, and all contained (child) elements, etc.
protected  void XMLOutputter.printElementContent(Element element, java.io.Writer out, int level, XMLOutputter.NamespaceStack namespaces)
           This will handle printing of a Element's content only, not including it's tag, attributes, or namespace info.
protected  void XMLOutputter.printContent(java.util.List content, java.io.Writer out, int level, XMLOutputter.NamespaceStack namespaces)
           This will handle printing of a Element's content only, not including it's tag, attributes, or namespace info.
protected  void XMLOutputter.printContentRange(java.util.List content, int start, int end, java.io.Writer out, int level, XMLOutputter.NamespaceStack namespaces)
           This will handle printing of content within a given range.
protected  void XMLOutputter.printAttributes(java.util.List attributes, Element parent, java.io.Writer out, XMLOutputter.NamespaceStack namespaces)
           This will handle printing of a Attribute list.
 



Copyright © 2002 Jason Hunter, Brett McLaughlin. All Rights Reserved.