• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
3<title>oscl_string_xml.h Source File</title>
4<link href="doxygen.css" rel="stylesheet" type="text/css">
5</head><body>
6<!-- Generated by Doxygen 1.2.18 -->
7<center>
8<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="modules.html">Modules</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Data Structures</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Data Fields</a> &nbsp; <a class="qindex" href="globals.html">Globals</a> &nbsp; </center>
9<hr><h1>oscl_string_xml.h</h1><a href="oscl__string__xml_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <span class="comment">// -*- c++ -*-</span>
1000002 <span class="comment">// = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =</span>
1100003
1200004 <span class="comment">//               O S C L _ S T R I N G _ X M L</span>
1300005
1400006 <span class="comment">// = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =</span>
1500007
1600024 <span class="preprocessor">#ifndef OSCL_STRING_XML_H</span>
1700025 <span class="preprocessor"></span><span class="preprocessor">#define OSCL_STRING_XML_H</span>
1800026 <span class="preprocessor"></span>
1900027 <span class="comment">// - - Inclusion - - - - - - - - - - - - - - - - - - - - - - - - - - - -</span>
2000028 <span class="preprocessor">#ifndef OSCL_BASE_H_INCLUDED</span>
2100029 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__base_8h.html">oscl_base.h</a>"</span>
2200030 <span class="preprocessor">#endif</span>
2300031 <span class="preprocessor"></span>
2400032 <span class="comment">// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -</span>
2500033 <span class="comment">// Function prototypes</span>
2600051 <span class="comment"></span>OSCL_IMPORT_REF <span class="keywordtype">bool</span>  <a class="code" href="group__osclutil.html#a42">oscl_str_need_escape_xml</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *str_buf, uint32&amp; num_escape_bytes, uint32 max_bytes = 0);
2700070 OSCL_IMPORT_REF int32  <a class="code" href="group__osclutil.html#a43">oscl_str_escape_xml</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *str_buf_in, <span class="keywordtype">char</span> *str_buf_out, uint32 max_out_buf_bytes, uint32 max_bytes = 0,
2800071         uint32 * num_bytes_written = <a class="code" href="group__osclbase.html#a81">NULL</a>);
2900072 <span class="preprocessor">#endif</span>
3000073 <span class="preprocessor"></span>
3100074
32</pre></div><hr size="1"><img src="pvlogo_small.jpg"><address style="align: right;"><small>OSCL API</small>
33<address style="align: left;"><small>Posting Version: OPENCORE_20090310 </small>
34</small></address>
35</body>
36</html>
37