Example usage for org.jdom2 Document subclass-usage

List of usage examples for org.jdom2 Document subclass-usage

Introduction

In this page you can find the example usage for org.jdom2 Document subclass-usage.

Usage

From source file de.altimos.util.asset.ext.XmlDocument.java

/**
 * A xml Document wrapper to use jdom lib with asset system.
 * 
 * @author Jan Graichen <jg@altimos.de>
 * @version $Id$
 */

From source file se.miun.itm.input.model.Document.java

/**
 * A wrapper class that wraps third party library classes, in order to not make
 * users directly depend on them, and due to the restrictions of third party
 * class exposure to service consumers.
 * 
 * @author Felix Dobslaw