Class X3DSAVAdapterTolerant

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

public class X3DSAVAdapterTolerant extends X3DSAVAdapter implements LexicalHandler, ContentHandler
Interface adapter between XML input from a SAX source to the 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. This implementation of the SAVAdapter is tolerant of incorrect files. It will attempt to correct most common errors found in user content.

Version:
$Revision: 1.48 $
Author:
Alan Hudson