|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLOutputter.NamespaceStack | |
---|---|
org.apache.maven.archetype.common.util |
Uses of XMLOutputter.NamespaceStack in org.apache.maven.archetype.common.util |
---|
Methods in org.apache.maven.archetype.common.util with parameters of type XMLOutputter.NamespaceStack | |
---|---|
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. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |