sk.baka.ikslibs
Class NodeListAdapter
java.lang.Object
sk.baka.ikslibs.NodeListAdapter
- All Implemented Interfaces:
- NodeList
public final class NodeListAdapter
- extends Object
- implements NodeList
Adapts the NamedNodeMap interface to the NodeList interface.
- Author:
- Martin Vysny
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
map
public final NamedNodeMap map
- Underlying map.
NodeListAdapter
public NodeListAdapter(NamedNodeMap map)
- Constructor.
- Parameters:
map - adapt to this map. May be null.
getLength
public int getLength()
- Specified by:
getLength in interface NodeList
item
public Node item(int index)
- Specified by:
item in interface NodeList
Copyright © 2006 Martin Vysny - baka. All Rights Reserved.