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, Writer out, int indentLevel, XMLOutputter.NamespaceStack namespaces)
           This will handle printing out an Element, its Attributes, and its value.
protected  void XMLOutputter.printElementContent(Element element, Writer out, int indentLevel, XMLOutputter.NamespaceStack namespaces, List eltContent)
           This will handle printing out an Element's content only, not including its tag, attributes, and namespace info.
protected  void XMLOutputter.printAttributes(List attributes, Element parent, Writer out, XMLOutputter.NamespaceStack namespaces)
           This will handle printing out an Attribute list.
 



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