Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface XmlOptions

Package version

Options to govern behavior of xml parser and builder.

Hierarchy

  • XmlOptions

Index

Properties

Optional includeRoot

includeRoot: undefined | false | true

indicates whether the root element is to be included or not in the output when parsing XML.

Optional rootName

rootName: undefined | string

indicates the name of the root element in the resulting XML when building XML.

Optional xmlCharKey

xmlCharKey: undefined | string

key used to access the XML value content when parsing XML.

Generated using TypeDoc