Uses of Class
org.apache.maven.archetype.common.util.XMLOutputter.NamespaceStack

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(Writer out, List<?> attributes, org.jdom.Element parent, XMLOutputter.NamespaceStack namespaces)
          This will handle printing of a Attribute list.
protected  void XMLOutputter.printElement(Writer out, org.jdom.Element element, int level, XMLOutputter.NamespaceStack namespaces)
          This will handle printing of a Element, its Attributes, and all contained (child) elements, etc.
 



Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.