Language
Asturianu (ast)
Català (ca)
Čeština (cs)
Dansk (da)
Deutsch (de)
English [US] (en-US)
Español (es)
Esperanto (eo)
Eesti keel (et)
Euskara (eu)
Français (fr)
Gàidhlig (gd)
Galego (gl)
Italiano (it)
Lietuvių (lt)
Magyar (hu)
Nederlands (nl)
Norsk (no)
Polski (pl)
Português [do Brasil] (pt-BR)
Português [Europeu] (pt)
Română (ro)
Slovenčina (sk)
Slovenščina (sl)
Suomi (fi)
Svenska (sv)
Yкраїнська (uk)
Tiếng Việt (vi)
Türkçe (tr)
ኦሮሚኛ (om)
Հայերեն (hy)
Ελληνικά (el)
български език (bg)
Русский (ru)
Cрпски [ћирилицом] (sr)
עברית (he)
हिन्दी (hi)
ភាសាខ្មែរ (km)
தமிழ் (ta)
ภาษาไทย (th)
简体中文 (zh-CN)
正體中文 (zh-TW)
日本語 (ja)
한국어 (ko)
The Free and Open Productivity Suite
:: com :: sun :: star :: xml :: sax ::
struct InputSource
Description
specifies the Datasource plus some additional information for the parser.
There are two places where the application will deliver this input
source to the parser:
as the argument of XParser::parseStream
as the return value of XEntityReslover::resolveEntity .
Elements' Summary
aInputStream
contains the byte input stream of the document.
sEncoding
contains the encoding of the data stream. This is used by the parser
to do unicode conversions.
sPublicId
constains the public Id of the document, for example, needed in
exception-message strings.
sSystemId
contains the sytemID of the document.
Elements' Details
aInputStream
::com::sun::star::io ::XInputStream aInputStream ;
Description
contains the byte input stream of the document.
sEncoding
string sEncoding ;
Description
contains the encoding of the data stream. This is used by the parser
to do unicode conversions.
Note that in general you do not need to specify an encoding.
Either it is UTF-8 or UTF-16 which is recognized by the parser
or it is specified in the first line of the XML-File
( e.g. ?xml encoding="EUC-JP"? ).
sPublicId
string sPublicId ;
Description
constains the public Id of the document, for example, needed in
exception-message strings.
sSystemId
string sSystemId ;
Description
contains the sytemID of the document.
Top of Page Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.