Java org.dom4j.io DocumentSource fields, constructors, methods, implement or subclass

Example usage for Java org.dom4j.io DocumentSource fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.dom4j.io DocumentSource.

The text is from its open source code.

Subclass

org.dom4j.io.DocumentSource has subclasses.
Click this link to see all its subclasses.

Constructor

DocumentSource(Node node)
Creates a JAXP SAXSource for the given Node .
DocumentSource(Document document)
Creates a JAXP SAXSource for the given Document .