1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>property.h Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body bgcolor="#ffffff">
<!-- Generated by Doxygen 1.2.9-20010819 -->
<center>
<a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="globals.html">Globals</a> </center>
<hr><h1>property.h</h1><a href="property_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001
00023 <font class="preprocessor">#ifndef _LIBGNURDF_PROPERTY_H_</font>
00024 <font class="preprocessor"></font><font class="preprocessor">#define _LIBGNURDF_PROPERTY_H_</font>
00025 <font class="preprocessor"></font>
00026 <font class="preprocessor">#include <<a class="code" href="types_8h.html">libgnurdf/types.h</a>></font>
00027
00028 <font class="preprocessor">#ifdef __cplusplus</font>
00029 <font class="preprocessor"></font><font class="keyword">extern</font> <font class="stringliteral">"C"</font> {
00030 <font class="preprocessor">#endif</font>
00031 <font class="preprocessor"></font>
00059 <font class="keywordtype">int</font> <a class="code" href="property_8h.html#a0">rdfGetProperty</a>(<a class="code" href="types_8h.html#a7">RdfElement</a> *parent, <font class="keyword">const</font> <font class="keywordtype">char</font> *property,
00060 <a class="code" href="types_8h.html#a6">RdfNamespace</a> *ns, <font class="keywordtype">char</font> **value, <a class="code" href="types_8h.html#a7">RdfElement</a> **element);
00061
00074 <a class="code" href="types_8h.html#a7">RdfElement</a> *<a class="code" href="property_8h.html#a1">rdfSetProperty</a>(<a class="code" href="types_8h.html#a7">RdfElement</a> *parent, <font class="keyword">const</font> <font class="keywordtype">char</font> *property,
00075 <a class="code" href="types_8h.html#a6">RdfNamespace</a> *ns, <font class="keyword">const</font> <font class="keywordtype">char</font> *value);
00076
00089 <a class="code" href="types_8h.html#a7">RdfElement</a> *<a class="code" href="property_8h.html#a2">rdfSetElement</a>(<a class="code" href="types_8h.html#a7">RdfElement</a> *parent, <font class="keyword">const</font> <font class="keywordtype">char</font> *property,
00090 <a class="code" href="types_8h.html#a6">RdfNamespace</a> *ns, <a class="code" href="types_8h.html#a7">RdfElement</a> *element);
00091
00099 <font class="keywordtype">void</font> <a class="code" href="property_8h.html#a3">rdfRemoveProperty</a>(<a class="code" href="types_8h.html#a7">RdfElement</a> *parent, <font class="keyword">const</font> <font class="keywordtype">char</font> *property,
00100 <a class="code" href="types_8h.html#a6">RdfNamespace</a> *ns);
00106 <font class="keywordtype">void</font> <a class="code" href="property_8h.html#a4">rdfRemoveElement</a>(<a class="code" href="types_8h.html#a7">RdfElement</a> *element);
00107
00108 <font class="comment">/*************************************************************************/</font>
00110 <font class="comment">/*************************************************************************/</font>
00120 <font class="keywordtype">int</font> <a class="code" href="property_8h.html#a5">rdfGetValue</a>(<a class="code" href="types_8h.html#a9">RdfDescription</a> *desc, <font class="keyword">const</font> <font class="keywordtype">char</font> *property,
00121 <a class="code" href="types_8h.html#a6">RdfNamespace</a> *ns, <font class="keywordtype">char</font> **value, <a class="code" href="types_8h.html#a7">RdfElement</a> **element);
00122
00130 <a class="code" href="types_8h.html#a7">RdfElement</a> *<a class="code" href="property_8h.html#a6">rdfSetValue</a>(<a class="code" href="types_8h.html#a9">RdfDescription</a> *desc, <font class="keyword">const</font> <font class="keywordtype">char</font> *property,
00131 <a class="code" href="types_8h.html#a6">RdfNamespace</a> *ns, <font class="keyword">const</font> <font class="keywordtype">char</font> *value);
00132
00135 <font class="preprocessor">#ifdef __cplusplus</font>
00136 <font class="preprocessor"></font>}
00137 <font class="preprocessor">#endif</font>
00138 <font class="preprocessor"></font>
00139 <font class="preprocessor">#endif </font><font class="comment">/* _LIBGNURDF_PROPERTY_H_ */</font>
00140
</pre></div><hr><address><small>Generated on Thu Sep 20 16:12:08 2001 for libgnurdf by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.gif" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.2.9-20010819 written by <a href="mailto:dimitri@stack.nl">Dimitri van Heesch</a>,
© 1997-2001</small></address>
</body>
</html>
|