Class X3DRetainedSAXExporter

java.lang.Object
All Implemented Interfaces:
SceneGraphTraversalSimpleObserver, BinaryContentHandler, ContentHandler, ProtoHandler, RouteHandler, ScriptHandler, StringContentHandler
Direct Known Subclasses:
X3DBinaryRetainedDirectExporter, X3DXMLRetainedExporter

public abstract class X3DRetainedSAXExporter extends BaseRetainedExporter implements SceneGraphTraversalSimpleObserver
A retained exporter that issues SAX events. Extensions of this class are expected to setup the content handler. This class should contain as much of the XML specific knowledge as possible. This implementation will use FastInfoSet's AttributesHolder to gain a type aware wrapper for attributes. Known Issues: Proto node fields are copied into instances
Version:
$Revision: 1.11 $
Author:
Alan Hudson