#include <libgnurdf/types.h>
Go to the source code of this file.
Functions | |
int | rdfGetElementType (RdfElement *element) |
Returns the type of the specified element. More... | |
char * | rdfGetElementValue (RdfElement *element) |
Returns the value of the specified element. More... | |
const char * | rdfGetElementPropertyName (RdfElement *element) |
Returns the name of the specified element. More... | |
RdfNamespace * | rdfGetElementNamespace (RdfElement *element) |
Returns the namespace of the specified element. More... | |
void | rdfSetElementValue (RdfElement *element, const char *value) |
Sets the value of the specified element. More... | |
void | rdfSetElementResource (RdfElement *element, const char *uri) |
Sets an element's resource. More... | |
char * | rdfGetElementResource (RdfElement *element) |
Returns an element's resource. More... | |
RdfSchema * | rdfGetElementSchema (RdfElement *element) |
Returns an element's parent schema. 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 namespace of the specified element.
|
|
Returns the name of the specified element.
|
|
Returns an element's resource. Note: The returned resource must be freed!
|
|
Returns an element's parent schema.
|
|
Returns the type of the specified element.
|
|
Returns the value of the specified element. Note: The returned value must be freed.
|
|
Sets an element's resource.
|
|
Sets the value of the specified element.
|