Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface XMLAdapterSettingsInput

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

  • XMLAdapterSettingsInput

Index

Properties

Optional beautify

beautify: undefined | false | true

Should the generated xml be beautified?

author

Nicolas Schmidt <@nsc-de>

see

XMLAdapterSettingsInput - 👩‍👦 the parent interface

Optional beautify_space

beautify_space: undefined | number

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

author

Nicolas Schmidt <@nsc-de>

see

XMLAdapterSettingsInput - 👩‍👦 the parent interface

Optional fullTagEmptyElement

fullTagEmptyElement: undefined | false | true

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

author

Nicolas Schmidt <@nsc-de>

see

XMLAdapterSettingsInput - 👩‍👦 the parent interface

Optional indentAttributes

indentAttributes: undefined | false | true

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

author

Nicolas Schmidt <@nsc-de>

see

XMLAdapterSettingsInput - 👩‍👦 the parent interface

Generated using TypeDoc