Xerces Native Interface ("XNI") based implementation. It sets
namespace non-aware and non-validating features.
Do instantiate it directly, prefer TreeBuilder interface loaded by TreeStreamSource
(i.e. ParserLoader). It will do necessary implementation isolation.
Every well-formed source must be possible to convert to tree structure.
//!!! A mechanism of supressing particular implemenation constrains will
be needed (JAXP validation on request could be a good approach).
author: Petr Kuzel version: rewritten to XNI 2.4.0 |