rg/sax/features/
| (URL)/external-general-entities | Value defaults to true |
| (URL)/external-parameter-entities | Value defaults to true |
| (URL)/is-standalone | (PRELIMINARY) Returns true iff the document's parsing has started (some non-error event after startDocument() was reported) and the document's standalone flag is set. |
| (URL)/namespace-prefixes | Value defaults to false (but XML 1.0 names are always reported) |
| (URL)/lexical-handler/parameter-entities | Value is fixed at true |
| (URL)/namespaces | Value defaults to true |
| (URL)/resolve-dtd-uris | (PRELIMINARY) Value defaults to true |
| (URL)/string-interning | Value is fixed at true |
| (URL)/use-attributes2 | (PRELIMINARY) Value is fixed at true |
| (URL)/use-entity-resolver2 | (PRELIMINARY) Value defaults to true |
| (URL)/validation | Value is fixed at false |
| Handler Properties ... URL prefix is http://xml.org/sax/properties/ |
| (URL)/declaration-handler | A declaration handler may be provided. |
| (URL)/lexical-handler | A lexical handler may be provided. |
This parser currently implements the SAX1 Parser API, but it may not continue to do so in the future.
@author Written by David Megginson (version 1.2a from Microstar)
@author Updated by David Brownell <dbrownell@users.sourceforge.net>
@see org.xml.sax.Parser