Class X3DReader

java.lang.Object
org.web3d.vrml.parser.BaseReader
org.web3d.parser.x3d.X3DReader
All Implemented Interfaces:
VRMLReader

public class X3DReader extends BaseReader
Implementation of an X3D reader that can be either strict or lenient in the parsing and supports both VRML and XML encoded files.

When requested to parse, the reader will open the stream and check to see that we have the right sort of parser.

This parser supports the following properties:

  • "conformance": ["weak", "strict"]. String values. Defaults to weak
Version:
$Revision: 1.15 $
Author:
Justin Couch