Dart
dart:html
XPathExpression
evaluate method
evaluate
Dart
dart:html
XPathExpression
evaluate method
XPathExpression class
Properties
hashCode
runtimeType
Methods
evaluate
noSuchMethod
toString
Operators
operator ==
description
evaluate
method
XPathResult
evaluate
(
Node
contextNode
,
[
int
type
,
Object
inResult
]
)
Implementation
XPathResult evaluate(Node contextNode, [int type, Object inResult]) native;