gnu.xml.xpath

Class Test

Known Direct Subclasses:
NamespaceTest, NameTest, NodeTypeTest

public abstract class Test
extends java.lang.Object

A test that can be performed on a node to determine whether to include it in a selection.

Method Summary

Test
clone(Object context)
boolean
matches(Node node, int pos, int len)

Method Details

clone

public Test clone(Object context)


matches

public boolean matches(Node node,
                       int pos,
                       int len)