Class BaseReader

java.lang.Object
org.web3d.vrml.parser.BaseReader
All Implemented Interfaces:
VRMLReader
Direct Known Subclasses:
VRML97Reader, VRMLEncodedReader, X3DReader

public abstract class BaseReader extends Object implements VRMLReader
Common reader implementation that can be either strict or lenient in the parsing.

This parser supports the following properties:

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