Class CRExternProtoBuilder

java.lang.Object
org.web3d.vrml.renderer.CRExternProtoBuilder
All Implemented Interfaces:
BinaryContentHandler, ContentHandler, ProtoHandler, RouteHandler, ScriptHandler, StringContentHandler
Direct Known Subclasses:
NRExternProtoBuilder, OGLExternProtoBuilder

public abstract class CRExternProtoBuilder extends Object implements StringContentHandler, BinaryContentHandler, ProtoHandler, ScriptHandler, RouteHandler
A SAV interface for dealing with building a single extern proto.

The builder is designed to create a single proto. However, that single proto may well have nested protos as part of it, so we must deal with that too.

Version:
$Revision: 1.14 $
Author:
Alan Hudson, Justin Couch