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

x/docxml/src/classes/BinaryFile.ts>BinaryFile#getRelated

An experimental Deno tool to transform XML to DOCX with a little XPath- and component based configuration
Go to Latest
method BinaryFile.prototype.getRelated
import { BinaryFile } from "https://deno.land/x/docxml@5.0.1/src/classes/BinaryFile.ts";

Get all XmlFile instances related to this one, including self. This helps the system serialize itself back to DOCX fullly. Probably not useful for consumers of the library.

By default only returns the instance itself but no other related instances.