ocean.text.xml.SaxParser

Members

Classes

SAXException
class SAXException

Encapsulate a general SAX error or warning.

SaxHandler
class SaxHandler(Ch = char)

Receive notification of the logical content of a document.

SaxParser
class SaxParser(Ch = char)
XMLFilter
class XMLFilter(Ch = char)

Interface for an XML filter.

XMLFilterImpl
class XMLFilterImpl(Ch = char)

Base class for deriving an XML filter.

Interfaces

EntityResolver
interface EntityResolver(Ch = char)

Basic interface for resolving entities.

ErrorHandler
interface ErrorHandler(Ch = char)

Basic interface for SAX error handlers.

Locator
interface Locator(Ch = char)

Interface for associating a SAX event with a document location.

XMLReader
interface XMLReader(Ch = char)

Interface for reading an XML document using callbacks.

Structs

Attribute
struct Attribute(Ch = char)

Single attributes are represented by this struct.

Meta

License

Tango Dual License: 3-Clause BSD License / Academic Free License v3.0. See LICENSE_TANGO.txt for details.

Version

Initial release: February 2008

Authors

stonecobra, Kris Bell

Acknowledgements: Many thanks to the entire group that came up with SAX as an API, and then had the foresight to place it into the public domain so that it can become a de-facto standard. It may not be the best XML API, but it sure is handy. For more information, see <a href='http://www.saxproject.org'>http://www.saxproject.org</a>.