public class

XText

extends XCharacterData
implements Text
java.lang.Object
   ↳ com.pnfsoftware.jeb.util.encoding.xml.XNode
     ↳ com.pnfsoftware.jeb.util.encoding.xml.XCharacterData
       ↳ com.pnfsoftware.jeb.util.encoding.xml.XText
Known Direct Subclasses

Class Overview

Implementation of the Text API used by XmlParser.

Summary

[Expand]
Inherited Constants
From interface org.w3c.dom.Node
Public Constructors
XText(String value)
Public Methods
String getNodeName()
short getNodeType()
String getWholeText()
boolean isElementContentWhitespace()
Text replaceWholeText(String content)
Text splitText(int offset)
[Expand]
Inherited Methods
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 XText (String value)

Public Methods

public String getNodeName ()

public short getNodeType ()

public String getWholeText ()

public boolean isElementContentWhitespace ()

public Text replaceWholeText (String content)

Throws
DOMException

public Text splitText (int offset)

Throws
DOMException