Search
Preparing search index...
The search index is not available
RxComp ServerModule
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
RxProcessingInstruction
Class RxProcessingInstruction
Hierarchy
RxNode
RxProcessingInstruction
Index
Constructors
constructor
Properties
node
Type
node
Value
parent
Node
Methods
clone
Node
serialize
Constructors
constructor
new
RxProcessing
Instruction
(
parentNode
?:
RxElement
|
null
, nodeValue
:
any
)
:
RxProcessingInstruction
Parameters
Default value
parentNode:
RxElement
|
null
= null
nodeValue:
any
Returns
RxProcessingInstruction
Properties
node
Type
node
Type
:
RxNodeType
node
Value
node
Value
:
string
|
null
= null
parent
Node
parent
Node
:
RxElement
|
null
Methods
clone
Node
clone
Node
(
deep
?:
boolean
)
:
RxNode
Parameters
Default value
deep:
boolean
= false
Returns
RxNode
serialize
serialize
(
)
:
string
Returns
string
Globals
Rx
Processing
Instruction
constructor
node
Type
node
Value
parent
Node
clone
Node
serialize