public interface NamedNodeMap
getAttributes
.Modifier and Type | Method and Description |
---|---|
int |
getLength()
Returns the number of items in this
NamedNodeMap . |
Node |
getNamedItem(String name)
This method gets the item having the given name.
|
Node |
item(int index)
This method gets the item at the index position.
|
int getLength()
NamedNodeMap
.NamedNodeMap
Node getNamedItem(String name)
name
- - the name used to look up the itemNode item(int index)
index
- - the index to retrieve the item fromCopyright © 2018. All rights reserved.