Searched defs:ParentNode (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DParentNode.java35 * ParentNode inherits from ChildNode and adds the capability of having child
39 * ParentNode, just like NodeImpl, also implements NodeList, so it can
51 * point we used to have ParentNode inheriting from NodeImpl and another class
71 * @version $Id: ParentNode.java,v 1.6 2009/07/21 20:30:28 joehw Exp $
73 public abstract class ParentNode class in inherits:ChildNode
95 * No public constructor; only subclasses of ParentNode should be
98 protected ParentNode(CoreDocumentImpl ownerDocument) { method in class:ParentNode
104 public ParentNode() {} method in class:ParentNode
133 ParentNode newnode = (ParentNode) supe
[all...]

Completed in 38 milliseconds