Package | Description |
---|---|
org.jdom2.output.support |
Classes used to implement output functionality that are not part of the
actual Output API, but rather part of the implementation.
|
Modifier and Type | Method and Description |
---|---|
protected Node |
AbstractDOMOutputProcessor.helperContentDispatcher(FormatStack fstack,
NamespaceStack nstack,
Document basedoc,
Content content)
This method contains code which is reused in a number of places.
|
protected void |
AbstractDOMOutputProcessor.printContent(FormatStack fstack,
NamespaceStack nstack,
Document basedoc,
Node target,
Walker walker)
This will handle printing of a List of
Content . |
protected void |
AbstractSAXOutputProcessor.printContent(SAXTarget out,
FormatStack fstack,
NamespaceStack nstack,
Walker walker)
This will handle printing of a List of
Content . |
protected void |
AbstractXMLOutputProcessor.printContent(Writer out,
FormatStack fstack,
NamespaceStack nstack,
Walker walker)
This will handle printing of a List of
Content . |
protected void |
AbstractStAXEventProcessor.printContent(XMLEventConsumer out,
FormatStack fstack,
NamespaceStack nstack,
XMLEventFactory eventfactory,
Walker walker)
This will handle printing of a List of
Content . |
protected void |
AbstractStAXStreamProcessor.printContent(XMLStreamWriter out,
FormatStack fstack,
NamespaceStack nstack,
Walker walker)
This will handle printing of a List of
Content . |
protected Document |
AbstractDOMOutputProcessor.printDocument(FormatStack fstack,
NamespaceStack nstack,
Document basedoc,
Document doc)
This will handle printing of a
Document . |
protected void |
AbstractSAXOutputProcessor.printDocument(SAXTarget out,
FormatStack fstack,
NamespaceStack nstack,
Document document)
This will handle printing of a
Document . |
protected void |
AbstractXMLOutputProcessor.printDocument(Writer out,
FormatStack fstack,
NamespaceStack nstack,
Document doc)
This will handle printing of a
Document . |
protected void |
AbstractStAXEventProcessor.printDocument(XMLEventConsumer out,
FormatStack fstack,
NamespaceStack nstack,
XMLEventFactory eventfactory,
Document doc)
This will handle printing of a
Document . |
protected void |
AbstractStAXStreamProcessor.printDocument(XMLStreamWriter out,
FormatStack fstack,
NamespaceStack nstack,
Document doc)
This will handle printing of a
Document . |
protected Element |
AbstractDOMOutputProcessor.printElement(FormatStack fstack,
NamespaceStack nstack,
Document basedoc,
Element element)
This will handle printing of an
Element . |
protected void |
AbstractSAXOutputProcessor.printElement(SAXTarget out,
FormatStack fstack,
NamespaceStack nstack,
Element element)
This will handle printing of an
Element . |
protected void |
AbstractXMLOutputProcessor.printElement(Writer out,
FormatStack fstack,
NamespaceStack nstack,
Element element)
This will handle printing of an
Element . |
protected void |
AbstractStAXEventProcessor.printElement(XMLEventConsumer out,
FormatStack fstack,
NamespaceStack nstack,
XMLEventFactory eventfactory,
Element element)
This will handle printing of an
Element . |
protected void |
AbstractStAXStreamProcessor.printElement(XMLStreamWriter out,
FormatStack fstack,
NamespaceStack nstack,
Element element)
This will handle printing of an
Element . |
Copyright ? 2015 Jason Hunter, Brett McLaughlin. All Rights Reserved.