Package | Description |
---|---|
org.apache.maven.archetype.common.util |
Modifier and Type | Method and Description |
---|---|
private XMLOutputter.NamespaceStack |
XMLOutputter.createNamespaceStack()
Factory for making new NamespaceStack objects.
|
Modifier and Type | Method and Description |
---|---|
private void |
XMLOutputter.printAdditionalNamespaces(java.io.Writer out,
org.jdom.Element element,
XMLOutputter.NamespaceStack namespaces) |
protected void |
XMLOutputter.printAttributes(java.io.Writer out,
java.util.List<?> attributes,
org.jdom.Element parent,
XMLOutputter.NamespaceStack namespaces)
This will handle printing of a
list. |
private void |
XMLOutputter.printContentRange(java.io.Writer out,
java.util.List<?> content,
int start,
int end,
int level,
XMLOutputter.NamespaceStack namespaces)
This will handle printing of content within a given range.
|
protected void |
XMLOutputter.printElement(java.io.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. |
private void |
XMLOutputter.printElementNamespace(java.io.Writer out,
org.jdom.Element element,
XMLOutputter.NamespaceStack namespaces) |
private void |
XMLOutputter.printNamespace(java.io.Writer out,
org.jdom.Namespace ns,
XMLOutputter.NamespaceStack namespaces)
This will handle printing of any needed
declarations. |