Version: $Revision$
Date: $Date$
Declared in: GSXML.h
Inherits from: GSXMLNode
Create a new property carried by a node.
Return the string constant value for the attribute type given.
Return the numeric constant value for the attribute type named. This method is inefficient, so the returned value should be saved for re-use later. The possible values are -
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.
Return the numeric type code for this attribute.
Return the string type code for this attribute.