Class XMLOutputter.NamespaceStack

java.lang.Object
org.apache.maven.archetype.common.util.NamespaceStack
org.apache.maven.archetype.common.util.XMLOutputter.NamespaceStack
Enclosing class:
XMLOutputter

protected static class XMLOutputter.NamespaceStack extends NamespaceStack
Our own null subclass of NamespaceStack. This plays a little trick with Java access protection. We want subclasses of XMLOutputter to be able to override protected methods that declare a NamespaceStack parameter, but we don't want to declare the parent NamespaceStack class as public.
  • Constructor Details

    • NamespaceStack

      protected NamespaceStack()