• The VA Smalltalk support for SAX does not strictly adhere to the SAX-2 specification with regard to querying and setting features and properties. (See http://www.saxproject.org). However, VA Smalltalk XML SAX parser does recognize the following Namespace features:It also supports a true value for the namespaces property and a false value for the namespace-prefixes property as described in the SAX specification. (See http://www.saxproject.org/namespaces.html for more information on Namespace support.)The AbtXmlSaxDefaultHandler class implements the following SAX interfaces:To override parser behavior, users can create subclasses of the AbtXmlSaxDefaultHandler class. For example, the AbtXmlSaxDOMHandler class overrides various interfaces from AbtXmlSaxDefaultHandler to construct a hierarchical document object model (DOM). Methods for each of the various SAX-2 interfaces are separated using Smalltalk method categories.The following table lists each of the supported SAX-2 interfaces from the AbtXmlSaxDefaultHandler class along with the method category used to distinguish methods in the interface: