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.NamespaceStackXMLOutputter.createNamespaceStack()Factory for making new NamespaceStack objects.Methods in org.apache.maven.archetype.common.util with parameters of type XMLOutputter.NamespaceStackModifier and TypeMethodDescriptionprivate voidXMLOutputter.printAdditionalNamespaces(Writer out, org.jdom2.Element element, XMLOutputter.NamespaceStack namespaces) protected voidXMLOutputter.printAttributes(Writer out, List<?> attributes, org.jdom2.Element parent, XMLOutputter.NamespaceStack namespaces) This will handle printing of alist.Attributeprivate voidXMLOutputter.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 voidXMLOutputter.printElement(Writer out, org.jdom2.Element element, int level, XMLOutputter.NamespaceStack namespaces) This will handle printing of a, itsElements, and all contained (child) elements, etc.Attributeprivate voidXMLOutputter.printElementNamespace(Writer out, org.jdom2.Element element, XMLOutputter.NamespaceStack namespaces) private voidXMLOutputter.printNamespace(Writer out, org.jdom2.Namespace ns, XMLOutputter.NamespaceStack namespaces) This will handle printing of any neededdeclarations.Namespace