Search
Preparing search index...
The search index is not available
RxComp ServerModule
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
RxCData
Class RxCData
Hierarchy
RxNode
RxCData
Index
Constructors
constructor
Properties
node
Type
node
Value
parent
Node
Accessors
inner
Text
outerHTML
text
Content
whole
Text
Methods
clone
Node
serialize
Constructors
constructor
new
RxCData
(
parentNode
?:
RxElement
|
null
, nodeValue
:
any
)
:
RxCData
Parameters
Default value
parentNode:
RxElement
|
null
= null
nodeValue:
any
Returns
RxCData
Properties
node
Type
node
Type
:
RxNodeType
node
Value
node
Value
:
string
parent
Node
parent
Node
:
RxElement
|
null
Accessors
inner
Text
get
innerText
(
)
:
string
|
null
set
innerText
(
nodeValue
:
null
|
string
)
:
void
Returns
string
|
null
Parameters
nodeValue:
null
|
string
Returns
void
outerHTML
get
outerHTML
(
)
:
string
|
null
Returns
string
|
null
text
Content
get
textContent
(
)
:
string
|
null
set
textContent
(
nodeValue
:
null
|
string
)
:
void
Returns
string
|
null
Parameters
nodeValue:
null
|
string
Returns
void
whole
Text
get
wholeText
(
)
:
string
|
null
Returns
string
|
null
Methods
clone
Node
clone
Node
(
deep
?:
boolean
)
:
RxNode
Parameters
Default value
deep:
boolean
= false
Returns
RxNode
serialize
serialize
(
)
:
string
Returns
string
Globals
RxCData
constructor
node
Type
node
Value
parent
Node
inner
Text
outerHTML
text
Content
whole
Text
clone
Node
serialize