Search
Preparing search index...
The search index is not available
RxComp ServerModule
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
RxDocumentFragment
Class RxDocumentFragment
Hierarchy
RxElement
RxDocumentFragment
Index
Constructors
constructor
Properties
attributes
child
Nodes
class
List
node
Name
node
Type
node
Value
parent
Node
style
Accessors
child
Element
Count
children
first
Child
first
Element
Child
innerHTML
inner
Text
last
Child
last
Element
Child
next
Sibling
outerHTML
previous
Sibling
text
Content
whole
Text
Methods
add
Listener
append
append
Child
clone
Node
get
Attribute
has
Attribute
insert
Before
prepend
query
Selector
query
Selector
All
remove
Attribute
remove
Child
remove
Listener
replace
Child
replace
Children
serialize
serialize
Attributes
set
Attribute
Constructors
constructor
new
RxDocument
Fragment
(
)
:
RxDocumentFragment
Returns
RxDocumentFragment
Properties
attributes
attributes
:
{}
Type declaration
[
key:
string
]:
string
|
null
child
Nodes
child
Nodes
:
RxNode
[]
class
List
class
List
:
RxClassList
node
Name
node
Name
:
string
node
Type
node
Type
:
RxNodeType
node
Value
node
Value
:
string
|
null
= null
parent
Node
parent
Node
:
RxElement
|
null
style
style
:
RxStyle
Accessors
child
Element
Count
get
childElementCount
(
)
:
number
Returns
number
children
get
children
(
)
:
RxElement
[]
Returns
RxElement
[]
first
Child
get
firstChild
(
)
:
RxNode
|
null
Returns
RxNode
|
null
first
Element
Child
get
firstElementChild
(
)
:
RxElement
|
null
Returns
RxElement
|
null
innerHTML
get
innerHTML
(
)
:
string
set
innerHTML
(
html
:
string
)
:
void
Returns
string
Parameters
html:
string
Returns
void
inner
Text
get
innerText
(
)
:
string
|
null
set
innerText
(
nodeValue
:
string
|
null
)
:
void
Returns
string
|
null
Parameters
nodeValue:
string
|
null
Returns
void
last
Child
get
lastChild
(
)
:
RxNode
|
null
Returns
RxNode
|
null
last
Element
Child
get
lastElementChild
(
)
:
RxElement
|
null
Returns
RxElement
|
null
next
Sibling
get
nextSibling
(
)
:
RxNode
|
null
Returns
RxNode
|
null
outerHTML
get
outerHTML
(
)
:
string
|
null
Returns
string
|
null
previous
Sibling
get
previousSibling
(
)
:
RxNode
|
null
Returns
RxNode
|
null
text
Content
get
textContent
(
)
:
string
|
null
set
textContent
(
nodeValue
:
string
|
null
)
:
void
Returns
string
|
null
Parameters
nodeValue:
string
|
null
Returns
void
whole
Text
get
wholeText
(
)
:
undefined
|
null
|
string
Returns
undefined
|
null
|
string
Methods
add
Listener
add
Listener
(
eventName
:
string
, handler
:
(
e
:
any
)
=>
{}
)
:
void
Parameters
eventName:
string
handler:
(
e
:
any
)
=>
{}
(
e
:
any
)
:
{}
Parameters
e:
any
Returns
{}
Returns
void
append
append
(
...
nodesOrDOMStrings
:
(
RxNode
|
string
)
[]
)
:
void
Parameters
Rest
...
nodesOrDOMStrings:
(
RxNode
|
string
)
[]
Returns
void
append
Child
append
Child<T>
(
newChild
:
T
)
:
T
Type parameters
T
:
RxNode
Parameters
newChild:
T
Returns
T
clone
Node
clone
Node
(
deep
?:
boolean
)
:
RxNode
Parameters
Default value
deep:
boolean
= false
Returns
RxNode
get
Attribute
get
Attribute
(
attribute
:
string
)
:
string
|
null
Parameters
attribute:
string
Returns
string
|
null
has
Attribute
has
Attribute
(
attribute
:
string
)
:
boolean
Parameters
attribute:
string
Returns
boolean
insert
Before
insert
Before
(
newNode
:
RxNode
, referenceNode
?:
RxNode
|
null
)
:
RxNode
Parameters
newNode:
RxNode
Default value
referenceNode:
RxNode
|
null
= null
Returns
RxNode
prepend
prepend
(
...
nodesOrDOMStrings
:
(
RxNode
|
string
)
[]
)
:
void
Parameters
Rest
...
nodesOrDOMStrings:
(
RxNode
|
string
)
[]
Returns
void
query
Selector
query
Selector
(
selector
:
string
)
:
RxNode
|
null
Parameters
selector:
string
Returns
RxNode
|
null
query
Selector
All
query
Selector
All
(
selector
:
string
)
:
RxNode
[]
|
null
Parameters
selector:
string
Returns
RxNode
[]
|
null
remove
Attribute
remove
Attribute
(
attribute
:
string
)
:
void
Parameters
attribute:
string
Returns
void
remove
Child
remove
Child
(
child
:
RxNode
)
:
RxNode
Parameters
child:
RxNode
Returns
RxNode
remove
Listener
remove
Listener
(
eventName
:
string
, handler
:
(
e
:
any
)
=>
{}
)
:
void
Parameters
eventName:
string
handler:
(
e
:
any
)
=>
{}
(
e
:
any
)
:
{}
Parameters
e:
any
Returns
{}
Returns
void
replace
Child
replace
Child
(
newChild
:
RxNode
, oldChild
:
RxNode
)
:
RxNode
Parameters
newChild:
RxNode
oldChild:
RxNode
Returns
RxNode
replace
Children
replace
Children
(
...
nodesOrDOMStrings
:
(
RxNode
|
string
)
[]
)
:
void
Parameters
Rest
...
nodesOrDOMStrings:
(
RxNode
|
string
)
[]
Returns
void
serialize
serialize
(
)
:
string
Returns
string
serialize
Attributes
serialize
Attributes
(
)
:
string
Returns
string
set
Attribute
set
Attribute
(
attribute
:
string
, value
:
any
)
:
void
Parameters
attribute:
string
value:
any
Returns
void
Globals
Rx
Document
Fragment
constructor
attributes
child
Nodes
class
List
node
Name
node
Type
node
Value
parent
Node
style
child
Element
Count
children
first
Child
first
Element
Child
innerHTML
inner
Text
last
Child
last
Element
Child
next
Sibling
outerHTML
previous
Sibling
text
Content
whole
Text
add
Listener
append
append
Child
clone
Node
get
Attribute
has
Attribute
insert
Before
prepend
query
Selector
query
Selector
All
remove
Attribute
remove
Child
remove
Listener
replace
Child
replace
Children
serialize
serialize
Attributes
set
Attribute