Example usage for org.w3c.dom Element interface-usage

List of usage examples for org.w3c.dom Element interface-usage

Introduction

In this page you can find the example usage for org.w3c.dom Element interface-usage.

Usage

From source file org.apache.struts2.views.xslt.ProxyElementAdapter.java

/**
 * ProxyElementAdapter is a pass-through adapter for objects which already
 * implement the Element interface.  All methods are proxied to the underlying
 * Node except getParent(), getNextSibling() and getPreviousSibling(), which
 * are implemented by the abstract adapter node to work with the parent adapter.
 *

From source file com.marklogic.dom.ElementImpl.java

/**
 * A read-only W3C DOM Node implementation of MarkLogic's internal
 * representation of a document element as stored in the expanded tree cache of
 * a forest on disk.
 * 
 * <p>

From source file org.sd.xml.DomElement.java

/**
 * Wrapper for a dom element node as provided through XmlLite.Tag.
 * <p>
 * @author Spence Koehler
 */
public class DomElement extends DomNode implements Element {

From source file org.springmodules.cache.config.DomElementStub.java

/**
 * <p>
 * Stub that simulates a DOM XML element.
 * </p>
 * 
 * @author Alex Ruiz

From source file org.structr.web.entity.dom.DOMElement.java

/**
 *
 *
 *
 */
public class DOMElement extends DOMNode implements Element, NamedNodeMap {

From source file org.opensingular.internal.lib.commons.xml.MElement.java

/**
 * Representa um Element com diversos mtodos utilitrios para
 * leitura e montagem do XML. Essa classe substitui a classe XMLToolkit.
 * O MElement  um Element (implementa essa interface) adicionado dos mtodos
 * do XMLToolkit.
 * <p/>

From source file com.gargoylesoftware.htmlunit.html.DomElement.java

/**
 * @author Ahmed Ashour
 * @author Marc Guillemot
 * @author <a href="mailto:tom.anderson@univ.oxon.org">Tom Anderson</a>
 */
public class DomElement extends DomNamespaceNode implements Element, ElementTraversal {

From source file org.exist.dom.ElementImpl.java

/**
 * ElementImpl.java
 *
 * @author Wolfgang Meier
 */
public class ElementImpl extends NamedNode implements Element, ElementAtExist {