Class XMLFactory

Base class for creating XML files.

Hierarchy

Constructors

Methods

Constructors

Methods

  • Creates a XML document string.

    For example:

    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <Version xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VersionId="3.0" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/buildingSMART/BCF-XML/release_3_0/Schemas/version.xsd"/>

    Parameters

    • _e: any

    Returns string

Generated using TypeDoc