Name
length: unsigned long
Synopsis
The total number of Node
objects in the list.
Java binding
public long getLength( );
Java example
// Iterate over the attribute list
for (int i = 0; i < nnm.getLength( ); i++) {
...
}
Methods
The following methods are defined for the NamedNodeMap
object: