<?xml version='1.0' encoding='utf-8' ?>
<component name='mc_Node' extends='Node'>
    <interface>
        <field id='length' type='integer' value='0' />
        <field id='changes' type='array' />
        <field id='version' type='integer' value='0' />
        <field id='isSerializable' type='boolean' value='true' />
        <field id='_showChildren' type='boolean' onChange='_onShowChildren' />
        <function name='setField' />
        <function name='getChildren' />
        <function name='getChild' />
        <function name='sortByKey' />
        <function name='sortByCallFunc' />
        <function name='clear' />
        <function name='peek' />
        <function name='appendChild' />
        <function name='replaceChild' />
        <function name='notifyParentOfRemoval' />
        <function name='insertChild' />
        <function name='insertChildren' />
        <function name='removeChildIndex' />
        <function name='appendChildren' />
        <function name='removeChildrenIndex' />
        <function name='removeChildren' />
        <function name='removeChild' />
        <function name='hasItem' />
        <function name='getIndex' />
        <function name='insertItems' />
        <function name='notifyUpdate' />
        <function name='addChanges' />
        <function name='setNotificationsEnabled' />
        <function name='resetChanges' />
        <function name='createChild' />
        <function name='findNode' />
        <function name='createChildren' />
        <function name='getChildCount' />
    </interface>
    <script type="text/brightscript" uri="pkg:/components/mc/mc_Node.brs" />
    <script type="text/brightscript" uri="pkg:/source/roku_modules/log/LogMixin.brs" />
    <script type="text/brightscript" uri="pkg:/source/core/Utils.brs" />
    <script type="text/brightscript" uri="pkg:/source/core/Types-Polyfill.brs" />
    <script type="text/brightscript" uri="pkg:/source/core/Global.brs" />
    <script type="text/brightscript" uri="pkg:/source/core/Collections.brs" />
    <script type="text/brightscript" uri="pkg:/source/roku_modules/rokucommunity_bslib/bslib.brs" />
</component>
