org.dom4j
Interface CDATA

All Superinterfaces:
CharacterData, Cloneable, Node

public interface CDATA
extends CharacterData

CDATA defines an XML CDATA section.

Version:
$Revision: 1.1 $
Author:
James Strachan

Field Summary
 
Fields inherited from interface org.dom4j.Node
ANY_NODE, ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_REFERENCE_NODE, MAX_NODE_TYPE, NAMESPACE_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE, UNKNOWN_NODE
 
Method Summary
 CDATA clone()
           clone will return a deep clone or if this node is read-only then clone will return the same instance.
 
Methods inherited from interface org.dom4j.CharacterData
appendText
 
Methods inherited from interface org.dom4j.Node
accept, asXML, asXPathResult, createXPath, detach, getDocument, getName, getNodeType, getNodeTypeName, getParent, getPath, getPath, getStringValue, getText, getUniquePath, getUniquePath, hasContent, isReadOnly, matches, numberValueOf, selectNodes, selectNodes, selectNodes, selectObject, selectSingleNode, setDocument, setName, setParent, setText, supportsParent, valueOf, write
 

Method Detail

clone

CDATA clone()
Description copied from interface: Node

clone will return a deep clone or if this node is read-only then clone will return the same instance.

Specified by:
clone in interface CharacterData
Specified by:
clone in interface Node
Returns:
a deep clone of myself or myself if I am read only.


Copyright ? 2009 MetaStuff Ltd. All Rights Reserved. Hosted by

SourceForge Logo