#include <px7IChain.idl>
Inheritance diagram for px7IChain


Public Methods | |
| void | streamProcessingInstruction (in wstring target, in wstring data) |
| Redirect an output stage from the documenthandler interface to a response stream. | |
| void | streamStartElement (in wstring name, in saxIAttributeList atts) |
Public Attributes | |
| attribute px7IRequest | request |
| Allow an application to register a request object. More... | |
| attribute px7IResponse | response |
| Allow an application to register a response object. More... | |
All SAX parsers must implement this basic interface: it allows applications to register handlers for different types of events and to initiate a parse from a URI, or a character stream.
All SAX parsers must also implement a zero-argument constructor (though other constructors are also allowed).
SAX parsers are reusable but not re-entrant: the application may reuse a parser object (possibly with a different input source) once the first parse has completed successfully, but it may not invoke the parse() methods recursively within a parse.
Definition at line 39 of file px7IChain.idl.
|
|
Redirect an output stage from the documenthandler interface to a response stream.
|
|
|
|
|
|
Allow an application to register a request object.
Definition at line 44 of file px7IChain.idl. |
|
|
Allow an application to register a response object.
Definition at line 49 of file px7IChain.idl. |
1.2.1 written by Dimitri van Heesch,
© 1997-2000