Documentation
Preparing search index...
types/xml
XMLNodeDataSet
Type Alias XMLNodeDataSet
type
XMLNodeDataSet
=
{
_attributes
?:
Attributes
;
_cdata
?:
string
;
_comment
?:
string
;
_declaration
?:
{
_attributes
?:
DeclarationAttributes
}
;
_doctype
?:
string
;
_instruction
?:
{
[
key
:
string
]:
string
}
;
_text
?:
string
|
number
;
}
Index
Properties
_
attributes?
_
cdata?
_
comment?
_
declaration?
_
doctype?
_
instruction?
_
text?
Properties
Optional
_
attributes
_attributes
?:
Attributes
Optional
_
cdata
_cdata
?:
string
Optional
_
comment
_comment
?:
string
Optional
_
declaration
_declaration
?:
{
_attributes
?:
DeclarationAttributes
}
Optional
_
doctype
_doctype
?:
string
Optional
_
instruction
_instruction
?:
{
[
key
:
string
]:
string
}
Optional
_
text
_text
?:
string
|
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_
attributes
_
cdata
_
comment
_
declaration
_
doctype
_
instruction
_
text
Documentation
Loading...