Java org.jdom2.transform JDOMSource fields, constructors, methods, implement or subclass

Example usage for Java org.jdom2.transform JDOMSource fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Constructor

JDOMSource(Document source)
Creates a JDOM TrAX source wrapping a JDOM document.
JDOMSource(List source)
Creates a JDOM TrAX source wrapping a list of JDOM nodes.
JDOMSource(Element source)
Creates a JDOM TrAX source wrapping a JDOM element.

Method

DocumentgetDocument()
Returns the source document used by this TrAX source.
ListgetNodes()
Returns the source node list used by this TrAX source.
XMLReadergetXMLReader()
Returns the XMLReader to be used for the Source.