Class VRMLEncodedReader

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

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

If the user needs support for XML-encoded files, they should use either X3DReader for generalised X3D support, or XMLReader for XML-only support.

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.7 $
Author:
Justin Couch