Skip to content

@miy2/xml-api


Interface: ExternalNode

Properties

attributes?

optional attributes: ArrayLike<{ name: string; value: string; }>


childNodes

childNodes: ArrayLike<ExternalNode>


nodeName

nodeName: string


nodeType

nodeType: number


textContent

textContent: string | null