| OVERVIEW | PACKAGE | CONSTR | FIELDS | METHODS | FRAMES NO FRAMES | INHERITED |
class PathFunction(val node : Node, val attributes : List[String], val attributeValues : Map[String, String], val function : Function2)
extends
(Iterable[Node]) => Iterable[Node] with XPathFunctions
node has some children, then they are searched using equality
def this(n : Node, attributeValues : Map[String, String], function : Function2)
[details]
|
def this(n : Node, function : Function2)
[details]
|
def this(n : Node, attributes : List[String], function : Function2)
[details]
|
def this(node : Node, attributes : List[String], attributeValues : Map[String, String], function : Function2)
|
| nodeLabel |
def nodeLabel
[details]
|
String | |
| searchedAttributes |
def searchedAttributes
[details]
|
String |
| != |
final def !=(arg0 : Any)
|
Boolean | Any |
| != |
final def !=(arg0 : Object)
|
Boolean | AnyRef |
| == |
final def ==(arg0 : Object)
|
Boolean | AnyRef |
| == |
final def ==(arg0 : Any)
|
Boolean | Any |
| andThen |
def andThen[A](arg0 : (R) => A)
|
(T1) => A | Function1 |
| apply |
def apply(nodes : Iterable[Node])
[details]
|
Iterable[Node] | |
| asInstanceOf |
final def asInstanceOf[T0]
|
T0 | Any |
| clone |
protected def clone
|
Object | AnyRef |
| compose |
def compose[A](arg0 : (A) => T1)
|
(A) => R | Function1 |
| eq |
final def eq(arg0 : Object)
|
Boolean | AnyRef |
| equals |
def equals(arg0 : Any)
|
Boolean | AnyRef |
| finalize |
protected def finalize
|
Unit | AnyRef |
| getClass |
final def getClass
|
Class[Object] | AnyRef |
| hashCode |
def hashCode
|
Int | AnyRef |
| isInstanceOf |
final def isInstanceOf[T0]
|
Boolean | Any |
| matchNode |
def matchNode(found : Node)
[details]
|
Boolean | |
| ne |
final def ne(arg0 : Object)
|
Boolean | AnyRef |
| nodeSearch |
def nodeSearch(node : Node, label : String)
[details]
|
NodeSeq | XPathFunctions |
| notify |
final def notify
|
Unit | AnyRef |
| notifyAll |
final def notifyAll
|
Unit | AnyRef |
| subNodeSearch |
def subNodeSearch(node : Node, label : String)
[details]
|
NodeSeq | XPathFunctions |
| synchronized |
final def synchronized[T0](arg0 : T0)
|
T0 | AnyRef |
| toString |
override def toString
|
String | Function1 |
| wait |
final def wait
|
Unit | AnyRef |
| wait |
final def wait(arg0 : Long)
|
Unit | AnyRef |
| wait |
final def wait(arg0 : Long, arg1 : Int)
|
Unit | AnyRef |
| OVERVIEW | PACKAGE | CONSTR | FIELDS | METHODS | FRAMES NO FRAMES | INHERITED |