All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.kvisco.xsl.RootExpr

com.kvisco.util.List
   |
   +----com.kvisco.xsl.PathExpr
           |
           +----com.kvisco.xsl.RootExpr

public class RootExpr
extends PathExpr
Represents an RootExpr

Author:
Keith Visco

Constructor Index

 o RootExpr()

Method Index

 o matches(Node, Node, ProcessorState)
 o toString()
Returns the String representation of this PathExpr

Constructors

 o RootExpr
 public RootExpr()

Methods

 o matches
 public boolean matches(Node node,
                        Node context,
                        ProcessorState ps) throws InvalidExprException
 o toString
 public String toString()
Returns the String representation of this PathExpr

Overrides:
toString in class PathExpr

All Packages  Class Hierarchy  This Package  Previous  Next  Index