FreeWRL / FreeX3D 4.3.0
X3DChildNode.java
1package org.web3d.x3d.sai;
2
3public interface X3DChildNode extends X3DNode {
4
5}