Skip to content

@miy2/xml-api


Interface: Reconciler

Interface for logic that reconciles an external DOM tree with the internal document.

Methods

reconcile()

reconcile(externalNode, internalElement): void

Reconciles the internal element's children to match the external node's children.

Parameters

externalNode

ExternalNode

internalElement

Element

Returns

void