Uses of Class
org.jdom2.util.NamespaceStack
Packages that use NamespaceStack
Package
Description
Classes used to implement output functionality that are not part of the
actual Output API, but rather part of the implementation.
-
Uses of NamespaceStack in org.jdom2.output.support
Methods in org.jdom2.output.support with parameters of type NamespaceStackModifier and TypeMethodDescriptionprotected NodeAbstractDOMOutputProcessor.helperContentDispatcher(FormatStack fstack, NamespaceStack nstack, Document basedoc, Content content) This method contains code which is reused in a number of places.protected voidAbstractDOMOutputProcessor.printContent(FormatStack fstack, NamespaceStack nstack, Document basedoc, Node target, Walker walker) This will handle printing of a List ofContent.protected voidAbstractSAXOutputProcessor.printContent(SAXTarget out, FormatStack fstack, NamespaceStack nstack, Walker walker) This will handle printing of a List ofContent.protected voidAbstractStAXEventProcessor.printContent(XMLEventConsumer out, FormatStack fstack, NamespaceStack nstack, XMLEventFactory eventfactory, Walker walker) This will handle printing of a List ofContent.protected voidAbstractStAXStreamProcessor.printContent(XMLStreamWriter out, FormatStack fstack, NamespaceStack nstack, Walker walker) This will handle printing of a List ofContent.protected voidAbstractXMLOutputProcessor.printContent(Writer out, FormatStack fstack, NamespaceStack nstack, Walker walker) This will handle printing of a List ofContent.protected DocumentAbstractDOMOutputProcessor.printDocument(FormatStack fstack, NamespaceStack nstack, Document basedoc, Document doc) This will handle printing of aDocument.protected voidAbstractSAXOutputProcessor.printDocument(SAXTarget out, FormatStack fstack, NamespaceStack nstack, Document document) This will handle printing of aDocument.protected voidAbstractStAXEventProcessor.printDocument(XMLEventConsumer out, FormatStack fstack, NamespaceStack nstack, XMLEventFactory eventfactory, Document doc) This will handle printing of aDocument.protected voidAbstractStAXStreamProcessor.printDocument(XMLStreamWriter out, FormatStack fstack, NamespaceStack nstack, Document doc) This will handle printing of aDocument.protected voidAbstractXMLOutputProcessor.printDocument(Writer out, FormatStack fstack, NamespaceStack nstack, Document doc) This will handle printing of aDocument.protected ElementAbstractDOMOutputProcessor.printElement(FormatStack fstack, NamespaceStack nstack, Document basedoc, Element element) This will handle printing of anElement.protected voidAbstractSAXOutputProcessor.printElement(SAXTarget out, FormatStack fstack, NamespaceStack nstack, Element element) This will handle printing of anElement.protected voidAbstractStAXEventProcessor.printElement(XMLEventConsumer out, FormatStack fstack, NamespaceStack nstack, XMLEventFactory eventfactory, Element element) This will handle printing of anElement.protected voidAbstractStAXStreamProcessor.printElement(XMLStreamWriter out, FormatStack fstack, NamespaceStack nstack, Element element) This will handle printing of anElement.protected voidAbstractXMLOutputProcessor.printElement(Writer out, FormatStack fstack, NamespaceStack nstack, Element element) This will handle printing of anElement.