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

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

Introduction

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

Usage

From source file org.jivesoftware.phone.xmpp.element.PhoneAction.java

/**
 * @author Andrew Wright
 */
public class PhoneAction extends BaseElement {

    private static final Namespace NAMESPACE = new Namespace(null, PhoneConstants.NAMESPACE);

From source file org.jivesoftware.phone.xmpp.element.PhoneEvent.java

/**
 * @author Andrew Wright
 */
public class PhoneEvent extends BaseElement {

    private static final Namespace NAMESPACE = new Namespace(null, PhoneConstants.NAMESPACE);

From source file org.jivesoftware.phone.xmpp.element.PhoneStatus.java

/**
 * @author Andrew Wright
 */
public class PhoneStatus extends BaseElement {

    private static final Namespace NAMESPACE = new Namespace(null, PhoneConstants.NAMESPACE);

From source file org.pentaho.ui.xul.dom.dom4j.XulElementDom4J.java

/**
 * @author OEM
 * 
 */
public class XulElementDom4J extends org.dom4j.tree.BaseElement {
    private static final long serialVersionUID = -2463576912677723967L;