Package | Description |
---|---|
org.jdom.output |
Classes to output JDOM documents to various destinations.
|
Modifier and Type | Method and Description |
---|---|
protected void |
XMLOutputter.printAttributes(java.io.Writer out,
java.util.List attributes,
Element parent,
XMLOutputter.NamespaceStack namespaces)
This will handle printing of a
list. |
protected void |
XMLOutputter.printElement(java.io.Writer out,
Element element,
int level,
XMLOutputter.NamespaceStack namespaces)
|
Copyright © 2007 Jason Hunter, Brett McLaughlin. All Rights Reserved.