ExplicitDimensionAspectData

final class ExplicitDimensionAspectData(val dimensionAspect: ExplicitDimensionAspect)

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

Wrapper around an ExplicitDimensionAspect, 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 memberOption(xpathEvaluator: XPathEvaluator): Option[EName]