Version: $Revision$
Date: $Date$
Declared in: GSXML.h
Inherits from: GSXMLNode
Create a new property carried by a node.
Creation of a new Attribute from libxml data.
Create a new property carried by a node.
Creation of a new Attribute from libxml data.
Return pointer to xmlAttribute structure.
Return a Attribute name.
Return a value of this attribute.
Return next Attribute.
exampleid a = [node properties]; NSLog(@"n1 property name - %@ value - %@", [a name], [a value]); while ((a = [a next]) != nil) { NSLog(@"n1 property name - %@ value - %@", [a name], [a value]); }
Return previous Attribute.