Class SFNode

java.lang.Object
All Implemented Interfaces:
org.mozilla.javascript.Scriptable, NodeImplSource

public class SFNode extends NodeFieldObject implements NodeImplSource
SFNode field object wrapper for ECMAScript.

The node implementation works by dynamically querying the underlying node for fields. Once it finds a field, it will cache the details internally. We do this because scripts generally tend to operate on only a few fields of a given node, but when they do, they access that field very regularly.

Version:
$Revision: 1.26 $
Author:
Justin Couch