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 Attribute s, 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. |