List of usage examples for org.jdom2 Element subclass-usage
From source file ca.nrc.cadc.dali.tables.votable.FieldElement.java
public class FieldElement extends Element { /** * Builds a FIELD Element from a TableField. * * @param field * @param namespace
From source file ca.nrc.cadc.dali.tables.votable.GroupElement.java
/** * * @author pdowler */ public class GroupElement extends Element { public GroupElement(VOTableGroup group, Namespace namespace) {
From source file ca.nrc.cadc.uws.util.IterableContent.java
/**
* Extension of a jdom content that allows the child content to be
* generated on-the-fly from an iterator. Instances of this object
* can be added directly to a jdom document. Child elements will
* be generated using the data from the iterator and converted with
* the supplied ContentConverter.
From source file ca.nrc.cadc.xml.IterableContent.java
/**
* Extension of a jdom content that allows the child content to be
* generated on-the-fly from an iterator. Instances of this object
* can be added directly to a jdom document. Child elements will
* be generated using the data from the iterator and converted with
* the supplied ContentConverter.
From source file io.wcm.handler.commons.dom.AbstractElement.java
/** * Generic DOM element. * This element implementation is derived from JDOM element implementation. * @param <T> Class extending Element */ @SuppressWarnings("unchecked")
From source file me.iste.subsonicdialer.model.License.java
/** * @author Iste * @version 1.2 9 mai 2012 * */ public class License extends Element {
From source file se.miun.itm.input.model.element.InPUTElement.java
/**
* The most general type of InPUT Xml elements. The standard XML implementations of jdom have been extended to carry
* the necessary meta data for an easy tree treatment.
*
* @author Felix Dobslaw
*