Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/docxml/src/utilities/components.ts>createChildComponentsFromNodes

TypeScript library for parsing and building a DOCXML file
Go to Latest
function createChildComponentsFromNodes
import { createChildComponentsFromNodes } from "https://deno.land/x/docxml@5.1.0/src/utilities/components.ts";

Transforms a list of (OOXML) XML nodes to component instances based on a list of possible component names. The component names must have been registered before using registerComponent.

This is useful for instantiating the children of a component based on an existing DOCX file.

Type Parameters

T extends AnyComponent | string

Parameters

names: string[]
nodes: Node[]