List of usage examples for org.w3c.dom Node interface-usage
From source file net.sourceforge.pmd.lang.ast.AbstractNode.java
/** * Base class for all implementations of the Node interface. */ public abstract class AbstractNode implements Node { private static final Logger LOG = Logger.getLogger(AbstractNode.class.getName());
From source file com.marklogic.dom.NodeImpl.java
/**
* A read-only W3C DOM Node implementation of MarkLogic's internal
* representation of a node as stored in the expanded tree cache of a forest on
* disk.
*
* <p>
From source file org.apache.axis.message.NodeImpl.java
/** * This is our implementation of the DOM node */ public class NodeImpl implements org.w3c.dom.Node, javax.xml.soap.Node, Serializable, Cloneable { protected static Log log = LogFactory.getLog(NodeImpl.class.getName());
From source file com.gargoylesoftware.htmlunit.html.DomNode.java
/**
* Base class for nodes in the HTML DOM tree. This class is modeled after the
* W3C DOM specification, but does not implement it.
*
* @version $Revision: 5947 $
* @author <a href="mailto:mbowler@GargoyleSoftware.com">Mike Bowler</a>
From source file org.structr.web.entity.dom.DOMNode.java
import org.structr.web.entity.relation.RenderNode; import org.structr.web.entity.relation.Sync; import org.w3c.dom.DOMException; import org.w3c.dom.Document; import org.w3c.dom.Node; import org.w3c.dom.NodeList;