File: 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 (24 lines) | stat: -rw-r--r-- 972 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
@node Functions, , Definitions, Reference
@chapter Functions

@menu
* Schema Functions::          Schema (de)allocation functions.
* File I/O Functions::        File Input/Output Functions
* Namespace Functions::       Functions for working with namespaces.
* Description Functions::     Functions for working with descriptions.
* Attribute Functions::       Functions for reading/writing attributes.
* Property Functions::        Functions for reading/writing properties.
* Element Functions::         Functions for accessing element values.
* Container Functions::       Functions for working with containers.
* Misc Functions::            Miscellaneous functions.
@end menu

@include schema-functions.texi
@include fileio-functions.texi
@include namespace-functions.texi
@include description-functions.texi
@include attribute-functions.texi
@include property-functions.texi
@include element-functions.texi
@include container-functions.texi
@include misc-functions.texi