#include <libgnurdf/types.h>
Go to the source code of this file.
Functions | |
void | rdfSetAttribute (RdfElement *element, const char *attname, const char *value) |
Sets an element's attribute. More... | |
char * | rdfGetAttribute (RdfElement *element, const char *attname) |
Returns an attribute's value. More... | |
void | rdfSetNsAttribute (RdfElement *element, const char *attname, const char *value, RdfNamespace *ns) |
Sets the value of an attribute in the specified namespace. More... | |
char * | rdfGetNsAttribute (RdfElement *element, const char *attname, RdfNamespace *ns) |
Returns the value of an attribute in the specified namespace. 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 an attribute's value. Note: The returned attribute must be freed.
|
|
Returns the value of an attribute in the specified namespace. Note: The returned value must be freed.
|
|
Sets an element's attribute.
|
|
Sets the value of an attribute in the specified namespace.
|