Java org.jdom2.input DOMBuilder fields, constructors, methods, implement or subclass

Example usage for Java org.jdom2.input DOMBuilder fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Constructor

DOMBuilder()
This creates a new DOMBuilder instance using the DefaultJDOMFactory to build the JDOM content.

Method

Documentbuild(org.w3c.dom.Document domDocument)
This will build a JDOM tree from an existing DOM tree.
org.jdom2.Elementbuild(org.w3c.dom.Element domElement)
This will build a JDOM Element from an existing DOM Element
org.jdom2.CDATAbuild(org.w3c.dom.CDATASection cdata)
This will build a JDOM CDATA from an existing DOM CDATASection
org.jdom2.Textbuild(org.w3c.dom.Text text)
This will build a JDOM Text from an existing DOM Text
org.jdom2.Commentbuild(org.w3c.dom.Comment comment)
This will build a JDOM Comment from an existing DOM Comment
org.jdom2.ProcessingInstructionbuild(org.w3c.dom.ProcessingInstruction pi)
This will build a JDOM ProcessingInstruction from an existing DOM ProcessingInstruction
org.jdom2.EntityRefbuild(org.w3c.dom.EntityReference er)
This will build a JDOM EntityRef from an existing DOM EntityReference
org.jdom2.DocTypebuild(org.w3c.dom.DocumentType doctype)
This will build a JDOM Element from an existing DOM Element