Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/docxml/src/utilities/xquery.ts>INodesFactory

TypeScript (component) library for building and parsing a DOCX file
Go to Latest
interface INodesFactory
implements ISimpleNodesFactory
import { type INodesFactory } from "https://deno.land/x/docxml@5.6.0/src/utilities/xquery.ts";

Defines the factory methods used in XQuery. Basically equivalent to the Document interface, but with the 'createDocument' factory method added.

Methods

createDocument(): Document_2