ENameValueOrExpr

sealed trait ENameValueOrExpr extends ValueOrExpr[EName]

EName value or XPath expression. If it is an ENameExpr, the XPath expression is expected to resolve to schema type xs:QName. Hence, a very simple ENameExpr would syntactically look like a lexical QName literal (and not like an EName in James Clark notation).

EName value or XPath expression. If it is an ENameExpr, the XPath expression is expected to resolve to schema type xs:QName. Hence, a very simple ENameExpr would syntactically look like a lexical QName literal (and not like an EName in James Clark notation).

Authors

Chris de Vreeze

trait ValueOrExpr[EName]
class Object
trait Matchable
class Any