Class X3DSAVAdapter

java.lang.Object
org.web3d.x3d.jaxp.X3DSAVAdapter
All Implemented Interfaces:
ContentHandler, LexicalHandler
Direct Known Subclasses:
X3DSAVAdapterTolerant

public class X3DSAVAdapter extends Object implements LexicalHandler, ContentHandler
Interface adapter between XML input from a Simple API for XML (SAX) source to the Simple API for VRML Parsing (SAV) source used by the other parsers.

The implementation is a simplistic way for quickly getting XML content into the normal VRML input sources by adapting the SAX feeds to SAV feeds.

Version:
$Revision: 1.48 $
Author:
Justin Couch