CML
Preparing search index...
@svta/cml-xml
XmlNode
Type Alias XmlNode
XML node
type
XmlNode
=
{
attributes
:
Record
<
string
,
string
>
;
childNodes
:
XmlNode
[]
;
localName
?:
string
;
nodeName
:
string
;
nodeValue
:
string
|
null
;
parentElement
?:
XmlNode
|
null
;
prefix
?:
string
|
null
;
}
Index
Properties
attributes
child
Nodes
local
Name?
node
Name
node
Value
parent
Element?
prefix?
Properties
attributes
attributes
:
Record
<
string
,
string
>
child
Nodes
childNodes
:
XmlNode
[]
Optional
local
Name
localName
?:
string
node
Name
nodeName
:
string
node
Value
nodeValue
:
string
|
null
Optional
parent
Element
parentElement
?:
XmlNode
|
null
Optional
prefix
prefix
?:
string
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attributes
child
Nodes
local
Name
node
Name
node
Value
parent
Element
prefix
CML
Loading...
XML node