vot.js - v2.4.12
Preparing search index...
@vot.js/node
<internal>
Node
Class Node
Index
Constructors
constructor
Properties
attributes
child
Nodes
is
Self
Close
Tag
namespace
node
Name
node
Type
parent
Node
text
ELEMENT_
NODE
TEXT_
NODE
Accessors
first
Child
inner
HTML
last
Child
outer
HTML
text
Content
Methods
get
Attribute
get
Element
By
Id
get
Elements
By
Class
Name
get
Elements
By
Name
get
Elements
By
Tag
Name
Constructors
constructor
new
Node
(
__namedParameters
:
NodeProps
)
:
Node
Parameters
__namedParameters
:
NodeProps
Returns
Node
Properties
attributes
attributes
:
NodeAttribute
[]
child
Nodes
childNodes
:
Node
[]
Readonly
is
Self
Close
Tag
isSelfCloseTag
:
boolean
namespace
namespace
:
null
|
string
node
Name
nodeName
:
string
node
Type
nodeType
:
NodeType
parent
Node
parentNode
:
null
|
Node
text
text
:
null
|
string
Static
ELEMENT_
NODE
ELEMENT_NODE
:
NodeType
Static
TEXT_
NODE
TEXT_NODE
:
NodeType
Accessors
first
Child
get
firstChild
()
:
Node
Returns
Node
inner
HTML
get
innerHTML
()
:
string
Returns
string
last
Child
get
lastChild
()
:
Node
Returns
Node
outer
HTML
get
outerHTML
()
:
string
Returns
string
text
Content
get
textContent
()
:
string
Returns
string
Methods
get
Attribute
getAttribute
(
name
:
string
)
:
string
Parameters
name
:
string
Returns
string
get
Element
By
Id
getElementById
(
id
:
string
)
:
Node
Parameters
id
:
string
Returns
Node
get
Elements
By
Class
Name
getElementsByClassName
(
className
:
string
)
:
Node
[]
Parameters
className
:
string
Returns
Node
[]
get
Elements
By
Name
getElementsByName
(
name
:
string
)
:
Node
[]
Parameters
name
:
string
Returns
Node
[]
get
Elements
By
Tag
Name
getElementsByTagName
(
tagName
:
string
)
:
Node
[]
Parameters
tagName
:
string
Returns
Node
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
attributes
child
Nodes
is
Self
Close
Tag
namespace
node
Name
node
Type
parent
Node
text
ELEMENT_
NODE
TEXT_
NODE
Accessors
first
Child
inner
HTML
last
Child
outer
HTML
text
Content
Methods
get
Attribute
get
Element
By
Id
get
Elements
By
Class
Name
get
Elements
By
Name
get
Elements
By
Tag
Name
vot.js - v2.4.12
Loading...