Options
All
  • Public
  • Public/Protected
  • All
Menu

XML API Inputs - Legacy!

Hierarchy

  • InputsLegacy

Index

Constructors

Methods

  • mapGeneric(xmlInputs: Element[], wantedAttributes?: string | string[]): GenericInput[]
  • Map inputs (generic) Legacy method

    Parameters

    • xmlInputs: Element[]
    • wantedAttributes: string | string[] = '*'

    Returns GenericInput[]

  • mapSingle(input: Element, wantedAttributes?: string | string[]): GenericInput
  • Map single input (generic) Legacy method

    Parameters

    • input: Element
    • wantedAttributes: string | string[] = '*'

    Returns GenericInput

Generated using TypeDoc