Constructors

Methods

  • Parameters

    • element: Element
    • name: string

    Returns boolean

  • Parameters

    • xmlTag: Element

    Returns undefined | string

  • Parameters

    • element: null | Element
    • name: string

    Returns undefined | number

  • Parameters

    • tags: Map<string, string>
    • tagElement: Element

    Returns void

  • Parameters

    • xmlDoc: Element | Document

    Returns Map<string, string>

  • Parameters

    • logicValue: string

    Returns undefined | boolean

  • Parameters

    • xmlTag: null | Element
    • attribute: string

    Returns string

  • Parameters

    • xmlTag: null | Element | Document
    • child: string

    Returns string

  • Validates whether the provided value in an I18nWithDynamic object is a valid positive number string.

    Parameters

    • Optionalvalue: I18nWithDynamic

      The object containing the value to be tested.

    Returns boolean

    Returns true if the value exists, is non-empty, and matches the regex pattern for a positive number; otherwise, returns false.

  • Determines whether the given value is an initial numeric value. This method checks if the provided value is defined, has a value property, and passes the initValueNumberTest logic.

    Parameters

    Returns boolean

    Returns true if the value is an initial numeric value, otherwise false.