OpenSheetMusicDisplay
    Preparing search index...

    Class IXmlElement

    Just a wrapper for an XML Element object. It facilitates handling of XML elements by OSMD

    Index

    Constructors

    Properties

    firstAttribute: Attr
    hasAttributes: boolean = false
    hasElements: boolean
    name: string
    value: string

    Methods

    • Get the attribute with the given name

      Parameters

      • attributeName: string

      Returns Attr

    • Get the first child element with the given node name with all the children of consequent child elements with the same node name. for example two tags will be combined for better processing

      Parameters

      • elementName: string

      Returns IXmlElement