Methods' Details
|
- parseStream
-  
- void
parseStream(
-
- raises ( com::sun::star::xml::sax::SAXException, com::sun::star::io::IOException );
- Description
- parses an XML document from a stream.
Set the desired handlers before calling this method.
|
- setDocumentHandler
-  
- void
setDocumentHandler(
-
- Description
- allows an application to register a document event handler.
|
- setErrorHandler
-  
- void
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
-  
- void
setDTDHandler(
-
- Description
- allows an application to register a DTD-Handler.
|
- setEntityResolver
-  
- void
setEntityResolver(
-
- Description
- allows an application to register a DTD-Handler.
|
- setLocale
-  
- void
setLocale(
-
- 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 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.