ProtoableNodeScript.java 408 Bytes
/*
 * Decompiled with CFR 0_118.
 */
package com.adobe.xfa;

import com.adobe.xfa.ElementScript;
import com.adobe.xfa.ScriptTable;

public class ProtoableNodeScript
extends ElementScript {
    protected static final ScriptTable moScriptTable = new ScriptTable(ElementScript.moScriptTable, "protoableNode", null, null);

    public static ScriptTable getScriptTable() {
        return moScriptTable;
    }
}