public abstract class Content extends Object implements Cloneable, Serializable
Parent nodes.Comment, 
DocType, 
Element, 
EntityRef, 
Parent, 
ProcessingInstruction, 
Text, 
Serialized Form| Modifier | Constructor and Description | 
|---|---|
protected  | 
Content()  | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
clone()
Returns a deep, unattached copy of this child and its descendants
 detached from any parent or document. 
 | 
Content | 
detach()
Detaches this child from its parent or does nothing if the child
 has no parent. 
 | 
boolean | 
equals(Object ob)
This tests for equality of this Content object to the supplied object. 
 | 
Document | 
getDocument()
Return this child's owning document or null if the branch containing
 this child is currently not attached to a document. 
 | 
Parent | 
getParent()
Return this child's parent, or null if this child is currently
 not attached. 
 | 
Element | 
getParentElement()
A convenience method that returns any parent element for this element,
 or null if the element is unattached or is a root element. 
 | 
abstract String | 
getValue()
Returns the XPath 1.0 string value of this child. 
 | 
int | 
hashCode()
This returns the hash code for this  
Content item. | 
protected Content | 
setParent(Parent parent)
Sets the parent of this Content. 
 | 
protected Parent parent
public Content detach()
public Parent getParent()
Element
 or a Document.public Element getParentElement()
protected Content setParent(Parent parent)
parent - new parent elementpublic Document getDocument()
public abstract String getValue()
public Object clone()
public final boolean equals(Object ob)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.