Namespace Sax.Ext
Classes
Attributes2
SAX2 extension helper for additional Attributes information, implementing the Attributes2 interface.
DefaultHandler2
This class extends the SAX2 base handler class to support the
SAX2 ILexical
Locator2
SAX2 extension helper for holding additional Entity information, implementing the Locator2 interface.
Interfaces
IAttributes2
SAX2 extension to augment the per-attribute information
provided though IAttributes.
If an implementation supports this extension, the attributes
provided in IContent
This module, both source code and documentation, is in the Public Domain, and comes with NO WARRANTY.
XMLReader implementations are not required to support this information, and it is not part of core-only SAX2 distributions.
Note that if an attribute was defaulted (!IsSpecified()) it will of necessity also have been declared(IsDeclared()) in the DTD. Similarly if an attribute's type is anything except CDATA, then it must have been declared.
IDeclHandler
SAX2 extension handler for DTD declaration events.
IEntityResolver2
Extended interface for mapping external entity references to input
sources, or providing a missing external subset. The
Entity
ILexicalHandler
SAX2 extension handler for lexical events.
ILocator2
SAX2 extension to augment the entity information provided though a ILocator.