Uses of Class
org.apache.maven.archetype.common.util.XMLOutputter.NamespaceStack
Packages that use XMLOutputter.NamespaceStack
-
Uses of XMLOutputter.NamespaceStack in org.apache.maven.archetype.common.util
Methods in org.apache.maven.archetype.common.util with parameters of type XMLOutputter.NamespaceStackModifier and TypeMethodDescriptionprotected void
XMLOutputter.printAttributes
(Writer out, List<?> attributes, org.jdom2.Element parent, XMLOutputter.NamespaceStack namespaces) This will handle printing of a
list.Attribute
protected void
XMLOutputter.printElement
(Writer out, org.jdom2.Element element, int level, XMLOutputter.NamespaceStack namespaces) This will handle printing of a
, itsElement
s, and all contained (child) elements, etc.Attribute