Function TWPXMLOneLevel.RDFObjectAppend(xmlns:string; aName:string) : TWPXMLOneLevel

Unit: WPXMLint
Class: WPXMLint.TWPXMLOneLevel

Parameters

  • xmlns:string
  • aName:string

Returns

The type of the result value is TWPXMLOneLevel.

Description

RDFObjectAppend appends a RDF Object. It create a tag, such as "company:Edits" which can contain any other tags. The enclosed tags do not be conform with RDF. At write time they are written with the XML special characters beeing escaped, so to standard RDF reader they appear to be just one string element. So the resulting document still evaluates as valid RDF.
Example: 1> Since the characters < > are escaped, at first just the Contents is read. To rread the contained data the function RDFObjectInit has to be executed. It returns the count of enclosed elements which can be the accessed througnh there names and order.