type
constructors
make |
Construct a text node with the specified value. |
---|
fields
cdata |
If true then this text node was read/will be written as a CDATA section. |
---|---|
val |
Character data for this text node. |
methods
copy |
Make a copy of this text node. |
---|---|
nodeType |
Return the |
toStr |
Return the string value (truncated if it is long). |
write |
Write this node to the output stream. |
Slot Details
cdata
copy
make
nodeType
src
virtual override XNodeType nodeType()
Return the XNodeType.text
.