Xj3D VRML/X3D Code API

org.web3d.parser
Class DefaultFieldParserFactory

java.lang.Object
  extended byorg.web3d.vrml.parser.FieldParserFactory
      extended byorg.web3d.parser.DefaultFieldParserFactory

public class DefaultFieldParserFactory
extends FieldParserFactory

Representation of a parser factory for field content.

Version:
$Revision: 1.3 $
Author:
Justin Couch

Field Summary
 
Fields inherited from class org.web3d.vrml.parser.FieldParserFactory
FACTORY_CLASS_PROP
 
Constructor Summary
DefaultFieldParserFactory()
          Construct a default instance of this factory.
 
Method Summary
 VRMLFieldReader newFieldParser(int major, int minor)
          Request a new instance of a parser for fields of the given specification version.
 
Methods inherited from class org.web3d.vrml.parser.FieldParserFactory
getFieldParserFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultFieldParserFactory

public DefaultFieldParserFactory()
Construct a default instance of this factory.

Method Detail

newFieldParser

public VRMLFieldReader newFieldParser(int major,
                                      int minor)
Request a new instance of a parser for fields of the given specification version.

Specified by:
newFieldParser in class FieldParserFactory
Parameters:
major - The major version number of this scene
minor - The minor version number of this scene
Returns:
A new parser instance

Xj3D VRML/X3D Code API

Copyright © 2001 - 2005 Web3D Consortium