public class

XCDATASection

extends XText
implements CDATASection
java.lang.Object
   ↳ com.pnfsoftware.jeb.util.encoding.xml.XNode
     ↳ com.pnfsoftware.jeb.util.encoding.xml.XCharacterData
       ↳ com.pnfsoftware.jeb.util.encoding.xml.XText
         ↳ com.pnfsoftware.jeb.util.encoding.xml.XCDATASection

Class Overview

Implementation of the CDATASection API used by XmlParser.

Summary

[Expand]
Inherited Constants
From interface org.w3c.dom.Node
Public Constructors
XCDATASection(String value)
Public Methods
String getNodeName()
short getNodeType()
[Expand]
Inherited Methods
From class com.pnfsoftware.jeb.util.encoding.xml.XText
From class com.pnfsoftware.jeb.util.encoding.xml.XCharacterData
From class com.pnfsoftware.jeb.util.encoding.xml.XNode
From class java.lang.Object
From interface org.w3c.dom.CharacterData
From interface org.w3c.dom.Node
From interface org.w3c.dom.Text

Public Constructors

public XCDATASection (String value)

Public Methods

public String getNodeName ()

public short getNodeType ()