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 that return XMLOutputter.NamespaceStackModifier and TypeMethodDescriptionprivate XMLOutputter.NamespaceStack
XMLOutputter.createNamespaceStack()
Factory for making new NamespaceStack objects.Methods in org.apache.maven.archetype.common.util with parameters of type XMLOutputter.NamespaceStackModifier and TypeMethodDescriptionprivate void
XMLOutputter.printAdditionalNamespaces
(Writer out, org.jdom2.Element element, XMLOutputter.NamespaceStack namespaces) protected void
XMLOutputter.printAttributes
(Writer out, List<?> attributes, org.jdom2.Element parent, XMLOutputter.NamespaceStack namespaces) This will handle printing of a
list.Attribute
private void
XMLOutputter.printContentRange
(Writer out, 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
(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
private void
XMLOutputter.printElementNamespace
(Writer out, org.jdom2.Element element, XMLOutputter.NamespaceStack namespaces) private void
XMLOutputter.printNamespace
(Writer out, org.jdom2.Namespace ns, XMLOutputter.NamespaceStack namespaces) This will handle printing of any needed
declarations.Namespace