Java org.jdom2.input.sax SAXHandler fields, constructors, methods, implement or subclass

Example usage for Java org.jdom2.input.sax SAXHandler fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jdom2.input.sax SAXHandler.

The text is from its open source code.

Constructor

SAXHandler(final JDOMFactory factory)
This will create a new SAXHandler that listens to SAX events and creates a JDOM Document.
SAXHandler()
This will create a new SAXHandler that listens to SAX events and creates a JDOM Document.

Method

DocumentgetDocument()
Returns the document.