Class DEFReplacerFilter

java.lang.Object
xj3d.filter.AbstractFilter
xj3d.filter.filters.DEFReplacerFilter
All Implemented Interfaces:
BinaryContentHandler, ContentHandler, ProtoHandler, RouteHandler, ScriptHandler, StringContentHandler

public class DEFReplacerFilter extends AbstractFilter
Search for nodes matching a DEF name table. Replaces the content with the X3D content specified in a file. Params supported: -mappingFile foo.properties -- A Java properties file that maps DEF names to files. The X3D files must be a valid X3D file. The content of the DEFed node in the source file will be replaced with the content of the same DEF name in the mapped file. Any child DEF's that might match are ignored.
Version:
$Revision: 1.2 $
Author:
Alan Hudson