File: iterator-functions.texi

package info (click to toggle)
libgnurdf 0.3.0-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,108 kB
  • ctags: 233
  • sloc: sh: 8,929; ansic: 1,222; makefile: 280
file content (28 lines) | stat: -rw-r--r-- 569 bytes parent folder | download
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
@node Iterators, , Search Functions, Container Functions
@chapter Iteration Functions

@itemize @bullet
@item
Function: RdfElement *rdfFirstProperty(RdfContainer *container)
@findex rdfFirstProperty

Returns the first property in a container.

@itemize @minus
@item
container: The container containing the properties.
@end itemize

@item
Function: RdfElement *rdfNextProperty(RdfElement *element)
@findex rdfNextProperty

Returns the previous property in the container.

@itemize @minus
@item
element: The previuos element in the container.
@end itemize

@end itemize