Sophie

Sophie

distrib > Mandriva > current > i586 > media > main-updates > by-pkgid > fc480f9d5aabed8eeaffe8ad3401a94c > files > 9290

openoffice.org-devel-doc-3.2.1-0.3mdv2010.2.i586.rpm

<html>
<head>
<title>class UnoUrl</title>
<link rel="stylesheet" type="text/css" href="../../cpp.css">
</head>
<body>
<div id="adc-cppref">

<a name="_top_"> </a><table class="navimain" border="0" cellpadding="1" cellspacing="0">
<tr align="center" valign="top">
<td class="navimain">&nbsp;<a href="../../index.html">Overview</a>&nbsp;</td>
<td class="navimain">&nbsp;<a href="index.html">Namespace</a>&nbsp;</td>
<td class="navimainself">&nbsp;Class&nbsp;</td>
<td class="navimain">&nbsp;<a href="../../index-files/index-1.html">Index</a>&nbsp;</td>
<td class="navimain">&nbsp;<a href="../../help.html">Help</a>&nbsp;</td>
</tr>
</table>
<table class="navisub" cellpadding="0" cellspacing="3">
<tr>
<td width="20%"><font size="-2">PUBLIC MEMBERS:</font></td>
<td>
&nbsp;<font size="-2">CLASSES</font>
|&nbsp;<font size="-2">STRUCTS</font>
|&nbsp;<font size="-2">UNIONS</font>
|&nbsp;<font size="-2">ENUMS</font>
|&nbsp;<font size="-2">TYPEDEFS</font>
|&nbsp;<a href="#publ_ops"><font size="-2"><b>METHODS</b></font></a>
|&nbsp;<font size="-2">STATIC METHODS</font>
|&nbsp;<font size="-2">DATA</font>
|&nbsp;<font size="-2">STATIC DATA</font></td>
</tr>
<tr>
<td width="20%"><font size="-2">PRIVATE MEMBERS:</font></td>
<td>
&nbsp;<font size="-2">CLASSES</font>
|&nbsp;<font size="-2">STRUCTS</font>
|&nbsp;<font size="-2">UNIONS</font>
|&nbsp;<font size="-2">ENUMS</font>
|&nbsp;<font size="-2">TYPEDEFS</font>
|&nbsp;<font size="-2">METHODS</font>
|&nbsp;<font size="-2">STATIC METHODS</font>
|&nbsp;<a href="#priv_vars"><font size="-2"><b>DATA</b></font></a>
|&nbsp;<font size="-2">STATIC DATA</font></td>
</tr>
</table>
<hr>
<a href="../../names/index.html" alt="Global Namespace in C++"><font size="+1"><b>::</b></font></a> <a href="index.html" alt="namespace"><font size="+1"><b>cppu</b></font></a><font size="+1"> :: </font><div class="title"><h2>class UnoUrl</h2>
</div><hr>
<dl>
<dt>Base Classes</dt>
<dd>None.</dd>
</dl>
<dl>
<dt>Known Derived Classes</dt>
<dd>None.</dd>
</dl>
<br>
<table class="flag-table" border="1" cellspacing="0">
<tr>
<td width="25%" class="flagname">virtual</td>
<td width="25%" class="flagname">abstract</td>
<td width="25%" class="flagname">interface</td>
<td width="25%" class="flagname">template</td>
</tr>
<tr>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
<td class="flagno">NO</td>
</tr>
</table>
<dl>
<dt>Summary</dt>
<dd><pre>Parse UNO URLs into their components.

</pre></dd>
<dt>Description</dt>
<dd><pre>    The ABNF for UNO URLs is as follows (see RFCs 2234, 2396, also see
    &lt;http://udk.openoffice.org/common/man/spec/uno-url.html&gt;):

    uno-url = &quot;UNO:&quot; connection &quot;;&quot; protocol &quot;;&quot; object-name
    connection = descriptor
    protocol = descriptor
    descriptor = name *(&quot;,&quot; parameter)
    name = 1*alphanum
    parameter = key &quot;=&quot; value
    key = 1*alphanum
    value = *vchar
    valchar = unreserved / escaped / &quot;$&quot; / &quot;&amp;&quot; / &quot;+&quot; / &quot;/&quot; / &quot;:&quot; / &quot;?&quot; / &quot;@&quot;
    object-name = 1*ochar
    ochar = unreserved / &quot;$&quot; / &quot;&amp;&quot; / &quot;+&quot; / &quot;,&quot; / &quot;/&quot; / &quot;:&quot; / &quot;=&quot; / &quot;?&quot; / &quot;@&quot;

    Within a descriptor, the name and the keys are case insensitive, and within
    the parameter list all keys must be distinct.

    Parameter values are encoded using UTF-8.  Note that parsing of parameter
    values as done by UnoUrl and UnoUrlDescriptor is not strict:  Invalid UTF-16
    entities in the input, as well as broken escape sequences (&quot;%&quot; not followed
    by two hex digits) are copied verbatim to the output, invalid bytes in the
    converted UTF-8 data are considered individual Unicode characters, and
    invalid UTF-16 entities in the resulting output (e.g., a high surrogate not
    followed by a low surrogate) are not detected.
 </pre></dd>
</dl>
<dl>
<dt>File</dt>
<dd>unourl.hxx</dd>
</dl>
<hr>
<dl>
<dt class="subtitle"><a name="publ_"><h3>Public Members</h3>
</a></dt>
<dd><a name="publ_ops"> </a><table class="childlist" border="1" cellpadding="5" cellspacing="0" width="100%">
<tr class="subtitle">
<td colspan="2"><h4>Methods</h4>
</td>
</tr>
<tr>
<td>explicit  <br>
<a href="UnoUrl/o.html#UnoUrl-3787">UnoUrl</a>( const rtl::OUString &amp; rUrl );</td>
<td width="50%"> Construct a UNO URL from a string representation.

</td>
</tr>
<tr>
<td> <br>
<a href="UnoUrl/o.html#UnoUrl-3788">UnoUrl</a>( const UnoUrl &amp; rOther );</td>
<td width="50%"> </td>
</tr>
<tr>
<td> <br>
<a href="UnoUrl/o.html#~UnoUrl-3789">~UnoUrl</a>( );</td>
<td width="50%"> </td>
</tr>
<tr>
<td>UnoUrl &amp; <br>
<a href="UnoUrl/o.html#operator=-3790">operator=</a>( const UnoUrl &amp; rOther );</td>
<td width="50%"> </td>
</tr>
<tr>
<td>const UnoUrlDescriptor &amp; <br>
<a href="UnoUrl/o.html#getConnection-3791">getConnection</a>( ) const;</td>
<td width="50%"> Return the connection descriptor component of the URL.

</td>
</tr>
<tr>
<td>const UnoUrlDescriptor &amp; <br>
<a href="UnoUrl/o.html#getProtocol-3792">getProtocol</a>( ) const;</td>
<td width="50%"> Return the protocol descriptor component of the URL.

</td>
</tr>
<tr>
<td>const rtl::OUString &amp; <br>
<a href="UnoUrl/o.html#getObjectName-3793">getObjectName</a>( ) const;</td>
<td width="50%"> Return the object-name component of the URL.

</td>
</tr>
</table>
<hr>
</dd>
</dl>
<dl>
<dt class="subtitle"><a name="priv_"><h3>Private Members</h3>
</a></dt>
<dd><a name="priv_vars"> </a><table class="childlist" border="1" cellpadding="5" cellspacing="0" width="100%">
<tr class="subtitle">
<td colspan="2"><h4>Data</h4>
</td>
</tr>
<tr bgcolor="white">
<td>std::auto_ptr&lt; Impl &gt; <a href="UnoUrl/d.html#m_xImpl"><strong>m_xImpl;</strong></a></td>
<td/></tr>
</table>
<hr>
</dd>
</dl>
<a href="#_top_" class="objchapter">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.</p>

</div> <!-- id="adc-cppref" -->
</body>

</html>