Methods in org.jdom.output with parameters of type XMLOutputter.NamespaceStack |
protected void |
XMLOutputter.printElement(Element element,
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(List content,
int start,
int end,
Writer out,
int level,
XMLOutputter.NamespaceStack namespaces)
This will handle printing of content within a given range. |
protected void |
XMLOutputter.printAttributes(List attributes,
Element parent,
Writer out,
XMLOutputter.NamespaceStack namespaces)
This will handle printing of a Attribute list. |