@nodecfdi/cfdi-core
Preparing search index...
types
XmlNodeInterface
Interface XmlNodeInterface
interface
XmlNodeInterface
{
length
:
number
;
"[iterator]"
()
:
IterableIterator
<
XmlNodeInterface
>
;
addAttributes
(
attributes
:
Record
<
string
,
unknown
>
)
:
void
;
addChild
(
node
:
XmlNodeInterface
)
:
XmlNodeInterface
;
attributes
()
:
default
;
cdata
()
:
string
;
children
()
:
default
;
clear
()
:
void
;
getAttribute
(
name
:
string
)
:
string
;
hasAttribute
(
name
:
string
)
:
boolean
;
name
()
:
string
;
searchAttribute
(
...
searchPath
:
string
[]
)
:
string
;
searchNode
(
...
searchPath
:
string
[]
)
:
undefined
|
XmlNodeInterface
;
searchNodes
(
...
searchPath
:
string
[]
)
:
default
;
setAttribute
(
name
:
string
,
value
?:
null
|
string
)
:
void
;
setCData
(
cdata
:
string
)
:
void
;
setValue
(
value
:
string
)
:
void
;
value
()
:
string
;
}
Implemented by
default
Index
Properties
length
Methods
[iterator]
add
Attributes
add
Child
attributes
cdata
children
clear
get
Attribute
has
Attribute
name
search
Attribute
search
Node
search
Nodes
set
Attribute
setCData
set
Value
value
Properties
length
length
:
number
Methods
[iterator]
"[iterator]"
()
:
IterableIterator
<
XmlNodeInterface
>
Returns
IterableIterator
<
XmlNodeInterface
>
add
Attributes
addAttributes
(
attributes
:
Record
<
string
,
unknown
>
)
:
void
Parameters
attributes
:
Record
<
string
,
unknown
>
Returns
void
add
Child
addChild
(
node
:
XmlNodeInterface
)
:
XmlNodeInterface
Parameters
node
:
XmlNodeInterface
Returns
XmlNodeInterface
attributes
attributes
()
:
default
Returns
default
cdata
cdata
()
:
string
Returns
string
children
children
()
:
default
Returns
default
clear
clear
()
:
void
Returns
void
get
Attribute
getAttribute
(
name
:
string
)
:
string
Parameters
name
:
string
Returns
string
has
Attribute
hasAttribute
(
name
:
string
)
:
boolean
Parameters
name
:
string
Returns
boolean
name
name
()
:
string
Returns
string
search
Attribute
searchAttribute
(
...
searchPath
:
string
[]
)
:
string
Parameters
...
searchPath
:
string
[]
Returns
string
search
Node
searchNode
(
...
searchPath
:
string
[]
)
:
undefined
|
XmlNodeInterface
Parameters
...
searchPath
:
string
[]
Returns
undefined
|
XmlNodeInterface
search
Nodes
searchNodes
(
...
searchPath
:
string
[]
)
:
default
Parameters
...
searchPath
:
string
[]
Returns
default
set
Attribute
setAttribute
(
name
:
string
,
value
?:
null
|
string
)
:
void
Parameters
name
:
string
Optional
value
:
null
|
string
Returns
void
setCData
setCData
(
cdata
:
string
)
:
void
Parameters
cdata
:
string
Returns
void
set
Value
setValue
(
value
:
string
)
:
void
Parameters
value
:
string
Returns
void
value
value
()
:
string
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
length
Methods
[iterator]
add
Attributes
add
Child
attributes
cdata
children
clear
get
Attribute
has
Attribute
name
search
Attribute
search
Node
search
Nodes
set
Attribute
setCData
set
Value
value
@nodecfdi/cfdi-core
Loading...