Parser Package

Maintainer: Petr Kuzel and Libor Kramolis

Updated on: 6th feb 2001

The package provides a parser suitable for XML editing tasks. There are two parsers provided.

  1. A cloned implementation of Sun's JAXP 1.0 reference implementation parser. Entity resolution is patched so it is suitable for tools purposes (allows two-way). Rejected
  2. ParserLoader represents a izolator implemented as filtering class loader for particular Xerces implementation. It will replace almost whole package in future.