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 ,
its Attribute s, and all contained (child)
elements, etc. |
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. |