#include <libgnurdf/types.h>
Go to the source code of this file.
Backwards-compatibility functions | |
RdfElement * | rdfGetElementFromValue (RdfContainer *container, const char *value) |
Returns the element with the specified value. More... | |
RdfElement * | rdfGetElementFromResource (RdfContainer *container, const char *resource) |
Returns the element with the specified resource. More... | |
Functions | |
RdfElement * | rdfFindElementWithValue (RdfContainer *container, const char *value) |
Returns the element with the specified value. More... | |
RdfElement * | rdfFindElementWithResource (RdfContainer *container, const char *resource) |
Returns the element with the specified resource. More... |
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details.
You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
Returns the element with the specified resource.
|
|
Returns the element with the specified value.
|
|
Returns the element with the specified resource.
|
|
Returns the element with the specified value.
|