Example usage for org.dom4j.tree DefaultElement subclass-usage

List of usage examples for org.dom4j.tree DefaultElement subclass-usage

Introduction

In this page you can find the example usage for org.dom4j.tree DefaultElement subclass-usage.

Usage

From source file com.arc.xml.Element.java

/**
 * Our own implementation of Element with additional properties.
 */
public class Element extends DefaultElement {
    Element(QName qname) {
        super(qname);

From source file com.cladonia.xml.XElement.java

/**
 * The default implementation of the XElement interface.
 *
 * @version   $Revision: 1.3 $, $Date: 2004/08/18 10:30:19 $
 * @author Dogsbay
 */

From source file org.dentaku.gentaku.tools.cgen.visitor.LocalDefaultElement.java

/**
 * The class that is instantiated by the factory.  Really only does something with the accept method.
 */
public class LocalDefaultElement extends DefaultElement {
    private LocalDefaultElement annotation;
    private Generator generator;

From source file org.olat.ims.cp.objects.CPDependency.java

/**
 * Description:<br>
 * This class represents a dependency-element of a IMS-manifest-file
 * <P>
 * Initial Date: 07.07.2008 <br>
 * 

From source file org.olat.ims.cp.objects.CPFile.java

/**
 * Description:<br>
 * TThis class represents a file-element of a IMS-manifest-file
 * <P>
 * Initial Date: 01.07.2008 <br>
 * 

From source file org.olat.ims.cp.objects.CPItem.java

/**
 * Description:<br>
 * This class represents an item-element of a IMS-manifest-file
 * <P>
 * Initial Date: 26.06.2008 <br>
 * 

From source file org.olat.ims.cp.objects.CPManifest.java

/**
 * Description:<br>
 * This class represents a manifest-element of a IMS-manifest-file it is the root element of a ContentPackage
 * <P>
 * Initial Date: 07.07.2008 <br>
 * 

From source file org.olat.ims.cp.objects.CPMetadata.java

/**
 * Description:<br>
 * This class represents a metadata-element in a IMS-manifest-file
 * <P>
 * Initial Date: 02.07.2008 <br>
 * 

From source file org.olat.ims.cp.objects.CPOrganization.java

/**
 * Description:<br>
 * This class represents a organization-element of a IMS-manifest-file
 * <P>
 * Initial Date: 26.06.2008 <br>
 * 

From source file org.olat.ims.cp.objects.CPOrganizations.java

/**
 * Description:<br>
 * This class represents a organizations-element of a IMS-manifest-file
 * <P>
 * Initial Date: 26.06.2008 <br>
 *