Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.jdom.output.NamespaceStack

Uses of NamespaceStack in org.jdom.output
 

Subclasses of NamespaceStack in org.jdom.output
protected  class XMLOutputter.NamespaceStack
          Our own null subclass of NamespaceStack.
 

Methods in org.jdom.output with parameters of type NamespaceStack
private  void SAXOutputter.element(org.jdom.Element element, NamespaceStack namespaces)
           This will recursively invoke all of the callbacks for a particular element.
private  org.xml.sax.Attributes SAXOutputter.startPrefixMapping(org.jdom.Element element, NamespaceStack namespaces)
           This will invoke the ContentHandler.startPrefixMapping callback when a new namespace is encountered in the Document.
private  void SAXOutputter.endPrefixMapping(NamespaceStack namespaces, int previouslyDeclaredNamespaces)
           This will invoke the endPrefixMapping callback in the ContentHandler when a namespace is goes out of scope in the Document.
private  void SAXOutputter.elementContent(java.util.List content, NamespaceStack namespaces)
           This will invoke the callbacks for the content of an element.
private  void SAXOutputter.elementContent(org.jdom.Content node, NamespaceStack namespaces)
           This will invoke the callbacks for the content of an element.
private  org.w3c.dom.Element DOMOutputter.output(org.jdom.Element element, org.w3c.dom.Document domDoc, NamespaceStack namespaces)