Class VRML97RelaxedParser

java.lang.Object
org.web3d.parser.vrml97.VRML97RelaxedParser
All Implemented Interfaces:
VRML97RelaxedParserConstants

public class VRML97RelaxedParser extends Object implements VRML97RelaxedParserConstants
A parser for VRML97 syntax that is not very strict about the incoming syntax.

Automatically generated from the JavaCC source grammar VRML97Relaxed.jj The grammar is not a strict interpretation of the VRML97 BNF from Appendix A. You can see what JavaCC thinks the grammar is here

Version:
Grammar $Revision: 1.27 $
Author:
Justin Couch