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

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

Introduction

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

The text is from its open source code.

Constructor

STAXEventWriter(File file)
Constructs a STAXEventWriter that writes events to the provided file.
STAXEventWriter(Writer writer)
Constructs a STAXEventWriter that writes events to the provided character stream.
STAXEventWriter(OutputStream stream)
Constructs a STAXEventWriter that writes events to the provided stream.
STAXEventWriter(XMLEventConsumer consumer)
Constructs a STAXEventWriter that writes events to the provided event stream.

Method

voidwriteNode(Node n)
Writes a DOM4J Node to the stream.