Methods Summary |
---|
public boolean | contains(java.lang.String str)Test if a name is part of this NameList .
|
public boolean | containsNS(java.lang.String namespaceURI, java.lang.String name)Test if the pair namespaceURI/name is part of this
NameList .
|
public int | getLength()The number of pairs (name and namespaceURI) in the list. The range of
valid child node indices is 0 to length-1 inclusive.
|
public java.lang.String | getName(int index)Returns the index th name item in the collection.
|
public java.lang.String | getNamespaceURI(int index)Returns the index th namespaceURI item in the collection.
|