Proto.java 416 Bytes
/*
 * Decompiled with CFR 0_118.
 */
package com.adobe.xfa;

import com.adobe.xfa.Element;
import com.adobe.xfa.Node;
import com.adobe.xfa.ProtoableNode;
import com.adobe.xfa.XFA;

public final class Proto
extends ProtoableNode {
    public Proto(Element parent, Node prevSibling) {
        super(parent, prevSibling, null, "proto", "proto", null, XFA.PROTOTAG, "proto");
        this.setTransparent(true);
    }
}