Class IMPORT

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

public class IMPORT extends X3DConcreteStatement implements X3DChildNode
Functional summary: IMPORT provides ROUTE access to a node that has a corresponding EXPORT statement within an Inline scene. These connections allow event values to be exchanged via ROUTE statements between a parent model and a child Inline model. This concrete class represents an X3D IMPORT statement.

IMPORT statement tooltip: IMPORT enables ROUTE access to an external node that has a corresponding EXPORT statement within an Inline scene. Such connections allow event values to be passed via ROUTE statements between a parent model and a child Inline model.
See Also: