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

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

Introduction

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

The text is from its open source code.

Constructor

Method

Documentread(File file)

Reads a Document from the given File

Documentread(URL url)

Reads a Document from the given URL

Documentread(String systemID)

Reads a Document from the given URL or filename.

Documentread(InputStream in)

Reads a Document from the given stream

Documentread(Reader reader)

Reads a Document from the given Reader

Documentread(char[] text)

Reads a Document from the given array of characters