Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/docxml/src/classes/XmlFile.ts>UnhandledXmlFile

An experimental Deno tool to transform XML to DOCX with a little XPath- and component based configuration
Go to Latest
class UnhandledXmlFile
extends XmlFile
import { UnhandledXmlFile } from "https://deno.land/x/docxml@2.4.2/src/classes/XmlFile.ts";

Constructors

new
protected
UnhandledXmlFile(location: string, xml: string)

Properties

private
xml: string

Methods

protected
toNode(): Document

Static Methods

fromArchive(archive: ZipArchive, location: string)