@tak-ps/xml-js
Preparing search index...
Element
Interface Element
interface
Element
{
attributes
?:
Attributes
;
cdata
?:
string
;
comment
?:
string
;
declaration
?:
{
attributes
?:
DeclarationAttributes
}
;
doctype
?:
string
;
elements
?:
Element
[]
;
instruction
?:
string
;
name
?:
string
;
text
?:
string
|
number
|
boolean
;
type
?:
string
;
}
Index
Properties
attributes?
cdata?
comment?
declaration?
doctype?
elements?
instruction?
name?
text?
type?
Properties
Optional
attributes
attributes
?:
Attributes
Optional
cdata
cdata
?:
string
Optional
comment
comment
?:
string
Optional
declaration
declaration
?:
{
attributes
?:
DeclarationAttributes
}
Optional
doctype
doctype
?:
string
Optional
elements
elements
?:
Element
[]
Optional
instruction
instruction
?:
string
Optional
name
name
?:
string
Optional
text
text
?:
string
|
number
|
boolean
Optional
type
type
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attributes
cdata
comment
declaration
doctype
elements
instruction
name
text
type
@tak-ps/xml-js
Loading...