Java org.jdom2.output DOMOutputter fields, constructors, methods, implement or subclass

Example usage for Java org.jdom2.output DOMOutputter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jdom2.output DOMOutputter.

The text is from its open source code.

Constructor

DOMOutputter()
This creates a new DOMOutputter which will attempt to first locate a DOM implementation to use via JAXP, and if JAXP does not exist or there's a problem, will fall back to the default parser.

Method

org.w3c.dom.Documentoutput(Document document)
This converts the JDOM Document parameter to a DOM Document, returning the DOM version.
org.w3c.dom.DocumentTypeoutput(DocType doctype)
This converts the JDOM DocType parameter to a DOM DocumentType, returning the DOM version.
org.w3c.dom.Elementoutput(Element element)
This converts the JDOM Element parameter to a DOM Element, returning the DOM version.
org.w3c.dom.Textoutput(Text text)
This converts the JDOM Text parameter to a DOM Text Node, returning the DOM version.
org.w3c.dom.CDATASectionoutput(CDATA cdata)
This converts the JDOM CDATA parameter to a DOM CDATASection Node, returning the DOM version.
org.w3c.dom.ProcessingInstructionoutput(ProcessingInstruction pi)
This converts the JDOM ProcessingInstruction parameter to a DOM ProcessingInstruction, returning the DOM version.
org.w3c.dom.Commentoutput(Comment comment)
This converts the JDOM ProcessingInstruction parameter to a DOM ProcessingInstruction, returning the DOM version.
org.w3c.dom.EntityReferenceoutput(EntityRef entity)
This converts the JDOM EntityRef parameter to a DOM EntityReference Node, returning the DOM version.
org.w3c.dom.Attroutput(Attribute attribute)
This converts the JDOM Attribute parameter to a DOM Attr Node, returning the DOM version.
Listoutput(List list)
This converts the JDOM Attribute parameter to a DOM Attr Node, returning the DOM version.