Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 561b71d6bc68fd08a952745d06b60112 > files > 8353

openoffice.org-devel-doc-3.1.1-0.4mdvmes5.1.i586.rpm

<html>
<head>
<title>Interface XFastSAXSerializable</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../../../../../idl.css">
</head>
<body>
<div id="adc-idlref">

<a name="_top_"> </a><table class="navimain" border="0" cellpadding="3">
<tr>
<td class="navimain"><a href="../../module-ix.html" class="navimain">Overview</a></td>
<td class="navimain"><a href="module-ix.html" class="navimain">Module</a></td>
<td class="navimain"><a href="XFastSAXSerializable-xref.html" class="navimain">Use</a></td>
<td class="navimainnone">Devguide</td>
<td class="navimain"><a href="../../../../../index-files/index-1.html" class="navimain">Index</a></td>
</tr>
</table>
<table class="navisub" border="0" cellpadding="0">
<tr>
<td class="navisub"><a href="#MethodsSummary" class="navisub">Methods' Summary</a></td>
<td class="navisub">Attributes' Summary</td>
<td class="navisub"><a href="#MethodsDetails" class="navisub">Methods' Details</a></td>
<td class="navisub">Attributes' Details</td>
</tr>
</table>
<hr>
<table border="0" width="100%" cellpadding="5" cellspacing="3" class="title-table" style="margin-bottom:6pt;">
<tr>
<td><p class="namechain"><a href="../../../../../module-ix.html" class="namechain">::</a> <a href="../../../../module-ix.html" class="namechain">com</a> :: <a href="../../../module-ix.html" class="namechain">sun</a> :: <a href="../../module-ix.html" class="namechain">star</a> :: <a href="../module-ix.html" class="namechain">xml</a> :: <a href="module-ix.html" class="namechain">sax</a> :: </p>
</td>
</tr>
<tr>
<td class="title"><table class="title-table" width="99%">
<tr>
<td width="25%" class="title2">unpublished </td>
<td width="50%" class="title">interface XFastSAXSerializable</td>
<td width="*"/></tr>
</table>
</td>
</tr>
<tr>
<td/></tr>
<tr>
<td><dl>
<dt><b>Description</b></dt>
<dd>serializes a DOM tree by generating FastSAX events.
 
 </dd>
<dd><p>
 </p>

 </dd>
<dt><b/></dt>
<dd/></dl>
</td>
</tr>
</table>
<hr>
<a name="MethodsSummary"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle" colspan="2">Methods' Summary</td>
</tr>
<tr>
<td class="imsum_left"><a href="#fastSerialize">fastSerialize</a></td>
<td class="imsum_right">serializes an object (e.g. a DOM tree) that represents an XML document
 by generating fast SAX events.

 &nbsp;</td>
</tr>
</table>
<a name="MethodsDetails"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle">Methods' Details</td>
</tr>
<tr>
<td class="imdetail"><a name="fastSerialize" class="membertitle">fastSerialize</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-method" bgcolor="#ffffff" align="center">
<tr>
<td><table class="table-in-method" border="0">
<tr>
<td valign="top" colspan="3">void</td>
</tr>
<tr>
<td valign="top"><b>fastSerialize</b>(</td>
<td valign="top">[in] <a href="XFastDocumentHandler.html">XFastDocumentHandler</a></td>
<td valign="bottom">&nbsp;handler,</td>
</tr>
<tr>
<td/><td valign="top">[in] <a href="XFastTokenHandler.html">XFastTokenHandler</a></td>
<td valign="bottom">&nbsp;tokenHandler,</td>
</tr>
<tr>
<td/><td valign="top">[in] sequence&lt; ::com::sun::star::<a href="../../beans/module-ix.html">beans</a>::<a href="../../beans/StringPair.html">StringPair</a> &gt;</td>
<td valign="bottom">&nbsp;namespaces,</td>
</tr>
<tr>
<td/><td valign="top">[in] sequence&lt; ::beans::Pair &gt;</td>
<td valign="bottom">&nbsp;registerNamespaces )</td>
</tr>
<tr>
<td valign="top" align="right">raises( </td>
<td valign="top" colspan="2"><a href="SAXException.html">SAXException</a> );</td>
</tr>
</table>
<hr>
<dl>
<dt><b>Description</b></dt>
<dd>serializes an object (e.g. a DOM tree) that represents an XML document
 by generating fast SAX events.

 </dd>
<dt><b>Parameter handler</b></dt>
<dd>the SAX event handler that should receive the generated events
 </dd>
<dt><b>Parameter tokenHandler</b></dt>
<dd>the fast SAX token handler that is used to translate names
 </dd>
<dt><b>Parameter namespaces</b></dt>
<dd>a list of namespace declarations that will be added to the root
 element node of the XML document
 <p>
 This is necessary mostly because the DOM implementation does
 not permit attaching namespaces declarations directly to nodes,
 which may lead to duplicate namespace declarations on export,
 and thus larger documents.
 Note that the first part of each tuple is the prefix,
 e.g. "office", and the second is the numeric namespace identifier.
 </p>
 </dd>
<dt><b>Parameter registerNamespaces</b></dt>
<dd>a list of namespace url / namespace token pairs. you need
 to register all namespace in order to have them recognized
 during export. Namespace tokens must be greater than
 FastToken::NAMESPACE.
 </p>

 </dd>
<dt><b>Throws</b></dt>
<dd>com::sun::star::xml::sax::SAXException
 if serializing the XML document fails
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
</table>
<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2010 Sun Microsystems, Inc.</p>

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

</html>