gnu.xml.xpath

Class Pattern

Implemented Interfaces:
XPathExpression
Known Direct Subclasses:
IdFunction, UnionExpr

public abstract class Pattern
extends Expr

Interface implemented by expressions that can for part of XSL patterns.

Field Summary

Fields inherited from class gnu.xml.xpath.Expr

decimalFormat, documentOrderComparator

Method Summary

boolean
matches(Node context)

Methods inherited from class gnu.xml.xpath.Expr

_boolean, _id, _local_name, _name, _namespace_uri, _number, _string, clone, evaluate, evaluate, evaluate, evaluate, evaluate, stringValue, stringValue

Method Details

matches

public boolean matches(Node context)