TypedDimensionAspectData

final class TypedDimensionAspectData(val dimensionAspect: TypedDimensionAspect)

Wrapper around an TypedDimensionAspect, which can extract the relevant data by evaluating XPath where needed.

Wrapper around an TypedDimensionAspect, which can extract the relevant data by evaluating XPath where needed.

Authors

Chris de Vreeze

class Object
trait Matchable
class Any

Value members

Concrete methods

def dimensionName: EName

Returns the dimension as EName, by calling dimensionAspect.dimension.

Returns the dimension as EName, by calling dimensionAspect.dimension.

def valueOption(xpathEvaluator: XPathEvaluator): Option[Elem]