Table of Contents
Namespaces
IBXMLSAX
Classes
IBXMLSAX::AttributeList
The class represents a list of an XML element's attributes and associated values
IBXMLSAX::DTDHandler
Interface for DTD event handling
IBXMLSAX::DocumentHandler
Interface for document event handling
IBXMLSAX::DriverIcedb
Driver for a IBXML database reader
IBXMLSAX::DriverText
Driver for a MIME type text/xml parser
IBXMLSAX::EntityResolver
Interface for resolving entities
IBXMLSAX::ErrorHandler
Basic interface for error handling
IBXMLSAX::HandlerBase
The HandlerBase class is a convenience class provided to aid developers creating implementations of the DocumentHandler, DTDHandler, ErrorHandler and EntityResolver interfaces for registration with a parser
IBXMLSAX::HandlerDump
SAX handler for dumping of XML data in plain text
IBXMLSAX::InputSource
Input source for XML data
IBXMLSAX::Locator
Interface for associating an event with a location in an XML document
IBXMLSAX::Parser
Parser interface
IBXMLSAX::SAXException
Exception for basic warning and error information
IBXMLSAX::SAXParseException
Exception for basic warning and error information associated with a particular location in the XML data
Functions
AttributeList
Default constructor
DTDHandler
Default constructor
DocumentHandler
Default constructor
DriverIcedb
Default constructor
DriverText
Default constructor
EntityResolver
Default constructor
ErrorHandler
Default constructor
HandlerBase
Default constructor
HandlerDump
Default constructor
InputSource
Construct an input source with a specified system identifier
Locator
Construct an input source
Parser
Construct an input source
SAXException
Copy constructor
SAXParseException
Construct a SAXParseException with a message and a location in the source XML document
characters
Callback notification of a character chunk event
endDocument
Callback notification of an end of document event
endElement
Callback notification of an end tag event
error
Notification of a recoverable error which occurred during parsing of the XML document
fatalError
Notification of a non-recoverable error which occurred during parsing of the XML document
getByteStream
Get a byte stream representing the input source
getColumnNumber
Return the column number where the current DocumentHandler event ends
getEncoding
Get encoding of the input source
getLength
Return the number of attributes and associated values in the list
getLineNumber
Return the line number where the current DocumentHandler event ends
getMessage
Return the message associated with the exception
getName
Return the name of an attribute by its position in the list
getOutputEncoding
Get the output encoding to be used by the output functions
getPublicId
Get public identifier of the input source
getSystemId
Return the system identifier of the XML data which is subject of the exception
getType
Return the type of an attribute by its position in the list
getValue
Return the value of an attribute by its name
ignorableWhitespace
Callback notification of a text fragment of whitespace
notationDecl
Callback notifying the client that the parser has encountered a notation declaration
parse
Start parsing of the XML document specified by a system identifier
processingInstruction
Callback notification of a processing instruction event
resolveEntity
Allow the application to resolve external entities
setDTDHandler
Set a custom DTDHandler for the Parser
setDocumentHandler
Set a custom DocumentHandler for the Parser
setDocumentLocator
Receive a Locator object for locating the origin of elements in the XML document being parsed
setEncoding
Set encoding of the input source
setEntityResolver
Set a custom EntityResolver for the Parser
setErrorHandler
Set a custom ErrorHandler for the Parser
setOutputEncoding
Set the output encoding to be used by the output functions
startDocument
Callback notification of a start of document event
startElement
Callback notification of a start tag event
unparsedEntityDecl
Callback notifying the client that the parser has encountered an unparsed entity declaration
warning
Notification of a recoverable condition which arose during parsing of the XML document
~AttributeList
Destructor
~DTDHandler
Destructor
~DocumentHandler
Destructor
~DriverIcedb
Destructor
~DriverText
Destructor
~EntityResolver
Destructor
~ErrorHandler
Destructor
~HandlerBase
Destructor
~HandlerDump
Destructor
~InputSource
Destructor
~Locator
Destructor
~Parser
Destructor
~SAXException
Destructor
~SAXParseException
Destructor
Hierarchy of classes
This page was generated with the help of
DOC++
.