com.plumtree.openfoundation.xml.dom
Class XPCDATASection

java.lang.Object
  extended bycom.plumtree.openfoundation.xml.dom.XPNode
      extended bycom.plumtree.openfoundation.xml.dom.XPCharacterData
          extended bycom.plumtree.openfoundation.xml.dom.XPCDATASection

public class XPCDATASection
extends XPCharacterData

The XPCDATASection class is a wrapper for objects implementing org.w3c.dom.CDATASection interface. Please refer to CDATASection (Java 2 Platform SE v1.4.2) for detail information.

Author:
djc

Field Summary
 
Fields inherited from class com.plumtree.openfoundation.xml.dom.XPNode
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
 
Constructor Summary
protected XPCDATASection(org.w3c.dom.CDATASection currCData)
          Creates a new XPCDATASection object.
 
Methods inherited from class com.plumtree.openfoundation.xml.dom.XPCharacterData
AppendData, DeleteData, GetData, GetLength, GetUnderlyingObject, InsertData, ReplaceData, SetData, SubStringData
 
Methods inherited from class com.plumtree.openfoundation.xml.dom.XPNode
AppendChild, CloneNode, GetAttributes, GetChildNodes, GetFirstChild, GetLastChild, GetLocalName, GetNamespaceURI, GetNextSibling, GetNodeName, GetNodeType, GetNodeValue, GetOwnerDocument, GetParentNode, GetPrefix, GetPreviousSibling, HasAttributes, HasChildNodes, InsertBefore, IsAttributeNode, IsCDATASectionNode, IsCommentNode, IsDocumentFragmentNode, IsDocumentNode, IsDocumentTypeNode, IsElementNode, IsProcessingInstructionNode, IsSupported, IsTextNode, Normalize, RemoveChild, ReplaceChild, SetNodeValue, SetPrefix, StoreNode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XPCDATASection

protected XPCDATASection(org.w3c.dom.CDATASection currCData)
Creates a new XPCDATASection object.

Parameters:
currCData - - the underlying dataobject


Copyright © 2002, 2003, 2004 Plumtree Software Inc. All Rights Reserved.