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

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

Introduction

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

The text is from its open source code.

Constructor

STAXEventReader()
Constructs a default STAXEventReader instance with a default DocumentFactory .

Method

DocumentreadDocument(InputStream is)
Constructs a StAX event stream from the provided I/O stream and reads a DOM4J document from it.
DocumentreadDocument(Reader reader)
Constructs a StAX event stream from the provided I/O character stream and reads a DOM4J document from it.
DocumentreadDocument(XMLEventReader reader)
Reads a DOM4J Document from the provided stream.