org.apache.commons.jxpath

Class BasicNodeSet

Implemented Interfaces:
NodeSet

public class BasicNodeSet
extends java.lang.Object
implements NodeSet

A simple implementation of NodeSet that behaves as a collection of pointers.
Version:
$Revision: 1.3 $ $Date: 2004/02/29 14:17:42 $
Author:
Dmitri Plotnikov

Method Summary

void
add(Pointer pointer)
List
getNodes()
List
getPointers()
List
getValues()
void
remove(Pointer pointer)
String
toString()

Method Details

add

public void add(Pointer pointer)

getNodes

public List getNodes()
Specified by:
getNodes in interface NodeSet

getPointers

public List getPointers()
Specified by:
getPointers in interface NodeSet

getValues

public List getValues()
Specified by:
getValues in interface NodeSet

remove

public void remove(Pointer pointer)

toString

public String toString()