#include <libgnurdf/types.h>
Go to the source code of this file.
Backwards-compatibility functions | |
RdfElement * | rdfFirstChild (RdfContainer *container) |
Returns the first property in a container. More... | |
RdfElement * | rdfNextChild (RdfContainer *container) |
Returns the next property in a container. More... | |
Functions | |
RdfElement * | rdfFirstProperty (RdfContainer *container) |
Returns the first property in a container. More... | |
RdfElement * | rdfNextProperty (RdfElement *element) |
Returns the next property in a 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.
|
Returns the first property in a container.
|
|
Returns the first property in a container.
|
|
Returns the next property in a container.
|
|
Returns the next property in a container.
|