Methods' Details |
parseStream
- Description
- parses an XML document from a stream.
Set the desired handlers before calling this method.
|
|
setDocumentHandler
- Description
- allows an application to register a document event handler.
|
|
setErrorHandler
- Description
- allows an application to register an error event handler.
Note that the error handler can throw an exception when an error or
warning occurs. Note that an exception is thrown by the parser when
an unrecoverable (fatal) error occurs.
|
|
setDTDHandler
- Description
- allows an application to register a DTD-Handler.
|
|
setEntityResolver
- Description
- allows an application to register a DTD-Handler.
|
|
setLocale
void |
setLocale( |
[in] ::com::sun::star::lang::Locale |
locale ); |
- Description
- sets a locale specified for localization of warnings and error messages.
Set the language of the error messages. Useful when the parsing
errors will be presented to the user.
|
|
Copyright © 2003 Sun Microsystems, Inc.