Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface XMLAdapterSettings

The settings for XMLFileAdapter or SyncXMLFileAdapter: beautify - should the generated xml be beautified (default: true) beautify_space - the space to indent the xml with (default: 2)

This is the input version of the interface. It gets applied all default values when passed to a XMLFileAdapter or SyncXMLFileAdapter

author

Nicolas Schmidt <@nsc-de>

see

XMLFileAdapter

see

SyncXMLFileAdapter

Hierarchy

  • XMLAdapterSettings

Index

Properties

beautify

beautify: boolean

Should the generated xml be beautified?

author

Nicolas Schmidt <@nsc-de>

see

XMLAdapterSettingsInput - 👩‍👦 the parent interface

beautify_space

beautify_space: number

How many spaces should be used to indent the generated xml?

author

Nicolas Schmidt <@nsc-de>

see

XMLAdapterSettingsInput - 👩‍👦 the parent interface

fullTagEmptyElement

fullTagEmptyElement: boolean

Should empty tags be generated as <element></element> instead of <element/>?

author

Nicolas Schmidt <@nsc-de>

see

XMLAdapterSettingsInput - 👩‍👦 the parent interface

indentAttributes

indentAttributes: boolean

Should attributes be split over multiple lines and indented when necessary?

author

Nicolas Schmidt <@nsc-de>

see

XMLAdapterSettingsInput - 👩‍👦 the parent interface

Generated using TypeDoc