Interface InfosetScanner<XmlNode>

All Known Implementing Classes:
DOMScanner

public interface InfosetScanner<XmlNode>
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.

Since:
2.0
Author:
Kohsuke Kawaguchi ([email protected])