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

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

Introduction

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

The text is from its open source code.

Constructor

JDOMResult()
Public default constructor.

Method

DocumentgetDocument()
Returns the result of an XSL Transformation as a JDOM document.
JDOMFactorygetFactory()
Returns the custom JDOMFactory used to build the transformation result.
ListgetResult()
Returns the result of an XSL Transformation as a list of JDOM nodes.