Visits a DOM-ish API and generates SAX events.
This interface is not tied to any particular DOM API.
Used by the
Binder .
Since we are parsing a DOM-ish tree, I don't think this
scanner itself will ever find an error, so this class
doesn't have its own error reporting scheme.
This interface MAY NOT be implemented by the generated
runtime nor the generated code. We may add new methods on
this interface later. This is to be implemented by the static runtime
only.
author: Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com) since: 2.0 |