parse5
Preparing search index...
parse5
TreeAdapterTypeMap
Interface TreeAdapterTypeMap<Node, ParentNode, ChildNode, Document, DocumentFragment, Element, CommentNode, TextNode, Template, DocumentType>
interface
TreeAdapterTypeMap
<
Node
=
unknown
,
ParentNode
=
unknown
,
ChildNode
=
unknown
,
Document
=
unknown
,
DocumentFragment
=
unknown
,
Element
=
unknown
,
CommentNode
=
unknown
,
TextNode
=
unknown
,
Template
=
unknown
,
DocumentType
=
unknown
,
>
{
childNode
:
ChildNode
;
commentNode
:
CommentNode
;
document
:
Document
;
documentFragment
:
DocumentFragment
;
documentType
:
DocumentType
;
element
:
Element
;
node
:
Node
;
parentNode
:
ParentNode
;
template
:
Template
;
textNode
:
TextNode
;
}
Type Parameters
Node
=
unknown
ParentNode
=
unknown
ChildNode
=
unknown
Document
=
unknown
DocumentFragment
=
unknown
Element
=
unknown
CommentNode
=
unknown
TextNode
=
unknown
Template
=
unknown
DocumentType
=
unknown
Index
Properties
child
Node
comment
Node
document
document
Fragment
document
Type
element
node
parent
Node
template
text
Node
Properties
child
Node
childNode
:
ChildNode
comment
Node
commentNode
:
CommentNode
document
document
:
Document
document
Fragment
documentFragment
:
DocumentFragment
document
Type
documentType
:
DocumentType
element
element
:
Element
node
node
:
Node
parent
Node
parentNode
:
ParentNode
template
template
:
Template
text
Node
textNode
:
TextNode
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
child
Node
comment
Node
document
document
Fragment
document
Type
element
node
parent
Node
template
text
Node
parse5
Loading...