#include <libgnurdf/types.h>
Go to the source code of this file.
Functions | |
RdfSeq * | rdfCreateSeq (RdfElement *parent, const char *property, RdfNamespace *ns) |
Creates a new sequence container. More... | |
RdfElement * | rdfSeqAddValue (RdfSeq *seq, const char *property, RdfNamespace *ns, const char *value, RdfElement *element) |
Adds a property to the sequence container. 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.
|
Creates a new sequence container.
|
|
Adds a property to the sequence container.
|