Class ProtoDeclareObject

java.lang.Object
All Implemented Interfaces:
X3DChildNode, X3DNode

public class ProtoDeclareObject
extends X3DConcreteStatement
implements X3DChildNode
ProtoDeclare defines new Prototype nodes. Nested ProtoDeclares and ProtoInstances are allowed by the specification. This concrete class represents an X3D ProtoDeclare statement.

X3D statement tooltip: [X3D statement] ProtoDeclare is a Prototype Declaration, defining a new node made up of other node(s). ProtoDeclare contains ProtoInterface and ProtoBody statements.
See Also:
X3D Abstract Specification: ProtoDeclare, X3D Tooltips: ProtoDeclare, X3D Scene Authoring Hints: InlinesPrototypes