|
XFA4J | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.adobe.xfa.Obj
com.adobe.xfa.Node
com.adobe.xfa.Chars
public class Chars
A class to represent the XML character data nodes in the DOM.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.adobe.xfa.Node |
|---|
Node.ChangeLogger |
| Field Summary |
|---|
| Fields inherited from class com.adobe.xfa.Node |
|---|
CREATE_ALWAYS_NEW, CREATE_IF_NOT_EXIST, CREATE_MUST_NOT_EXIST, CREATE_REPLACE |
| Constructor Summary | |
|---|---|
Chars(Element parent,
Node prevSibling,
java.lang.String text)
Instantiates a character data node with the given text. |
|
| Method Summary | |
|---|---|
java.lang.String |
getData()
Gets this node's data. |
java.lang.String |
getName()
Gets this node's name. |
java.lang.String |
getText()
Gets this node's text. |
boolean |
isXMLSpace()
Determines if this character data node consists entirely of XML white spaces. |
void |
setText(java.lang.String text)
Sets this node's text. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Chars(Element parent,
Node prevSibling,
java.lang.String text)
parent - the node's parent, if any.prevSibling - the node's previous sibling, if any.text - the node's text.| Method Detail |
|---|
public java.lang.String getData()
Node
getData in class NodeNode.getData()public java.lang.String getName()
getName in class Nodepublic java.lang.String getText()
public boolean isXMLSpace()
public void setText(java.lang.String text)
text - the text.
|
XFA4J | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||