scala.xml.path.Expression

class Expr

[source: scala/xml/path/Expression.scala]

abstract class Expr
extends GenExp
Direct Known Subclasses:
Expression.Root, Expression.Child, Expression.DescOrSelf

Method Summary
def \ (x : java.lang.String) : Child
def \\ (x : java.lang.String) : DescOrSelf
def apply (c : Cond) : FExp
def eval (n : Node) : NodeSeq
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
def \(x : java.lang.String) : Child

def \\(x : java.lang.String) : DescOrSelf

def apply(c : Cond) : FExp

def eval(n : Node) : NodeSeq