DOMNode Attribute List
Posted: Sun Feb 08, 2009 4:18 pm
I have code that utilizes the 'getAttribute()' method of the DOMNode class. The problem is, I need some way to iterate through all the attributes that the node has, and I can't seem to find documentation anywhere of any methods to get a list of attributes. Is there any way to do this?