#include <libgnurdf/types.h>
Go to the source code of this file.
Functions | |
RdfDescription * | rdfFirstDescription (RdfSchema *schema) |
Returns the first description in the schema. More... | |
RdfDescription * | rdfNextDescription (RdfDescription *desc) |
Returns the next description in the schema. More... | |
RdfDescription * | rdfAddDescription (RdfSchema *schema, const char *id, const char *about) |
Adds a description to the schema. More... | |
RdfDescription * | rdfGetDescriptionFromAbout (RdfSchema *schema, const char *about) |
Returns the description with the specified about URI. More... | |
RdfDescription * | rdfGetDescriptionFromId (RdfSchema *schema, const char *id) |
Returns the description with the specified ID. More... | |
void | rdfSetDescriptionId (RdfDescription *desc, const char *id) |
Sets a description's ID. More... | |
char * | rdfGetDescriptionId (RdfDescription *desc) |
Returns a description's ID. More... | |
void | rdfSetDescriptionAbout (RdfDescription *desc, const char *about) |
Sets a description's About URI. More... | |
char * | rdfGetDescriptionAbout (RdfDescription *desc) |
Returns a description's About URI. 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.
|
Adds a description to the schema.
|
|
Returns the first description in the schema.
|
|
Returns a description's About URI. Note: The returned About URI must be freed.
|
|
Returns the description with the specified about URI.
|
|
Returns the description with the specified ID.
|
|
Returns a description's ID. Note: The returned ID must be freed.
|
|
Returns the next description in the schema.
|
|
Sets a description's About URI.
If this finds an
|
|
Sets a description's ID.
|