| Package | Description |
|---|---|
| org.apache.maven.archetype.common.util |
| Modifier and Type | Method and Description |
|---|---|
protected void |
XMLOutputter.printAttributes(Writer out,
List<?> attributes,
org.jdom.Element parent,
XMLOutputter.NamespaceStack namespaces)
This will handle printing of a
list. |
protected void |
XMLOutputter.printElement(Writer out,
org.jdom.Element element,
int level,
XMLOutputter.NamespaceStack namespaces)
This will handle printing of a
,
its s, and all contained (child)
elements, etc. |
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.