This class is responsible for scanning the structure and content
of document fragments.
This class has been modified as per the new design which is more suited to
efficiently build pull parser.
This class is responsible for scanning XML document structure
and content.
This class has been modified as per the new design which is more suited to
efficiently build pull parser.
Will keep track of current entity.
The entity manager handles the registration of general and parameter
entities; resolves entities; and starts entities.
This class performs namespace binding on the startElement and endElement
method calls and passes all other methods through to the registered
document handler.
This class adds the functionality of namespace processing.
This class has been modified as per the new design which is more suited to
efficiently build pull parser.
This class is responsible for holding scanning methods common to
scanning the XML document structure and content as well as the DTD
structure and content.
author: Joe Wang: author: This is an effort to simplify the impl and make the filtered stream reader more compatible author: with those in other implementations.