JDOM
1.0beta10

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

Packages that use XMLOutputter.NamespaceStack
org.jdom.output Classes to output JDOM documents to various destinations. 
 

Uses of XMLOutputter.NamespaceStack in org.jdom.output
 

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


JDOM
1.0beta10

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