HED JavaScript Library
    Preparing search index...
    Index

    Constructors

    Properties

    _versionDefinitions: {
        categoryProperties: any;
        roleProperties: any;
        typeProperties: any;
    }
    attributes: Map<string, SchemaAttribute>
    properties: Map<string, SchemaProperty>
    rootElement: any

    The root XML element.

    The schema's tags.

    The schema's unit classes.

    The schema's unit modifiers.

    The schema's value classes.

    Methods

    • Parameters

      • elements: any
      • namer: any

      Returns Map<any, any>[]

    • Parameters

      • category: any

      Returns Map<any, any>[]

    • Parameters

      • parentElement: any
      • excludeTakeValueTags: boolean = true

      Returns any[]

    • Retrieve all the tags in the schema.

      Returns Map<any, string>

      The tag names and XML elements.

    • Extract the name of an XML element.

      Parameters

      • element: any

        An XML element.

      Returns string

      The name of the element.