public interface DimensionAspectInterface
| Modifier and Type | Method and Description |
|---|---|
javax.xml.namespace.QName |
getDimension()
Gets the dimension.
|
void |
resolve(XMLElementDefinition el,
FContext fc,
XPathHelper xph,
javax.xml.namespace.QName dimName)
Resolve one dimension in the appropriate dimension container.
|
void resolve(XMLElementDefinition el, FContext fc, XPathHelper xph, javax.xml.namespace.QName dimName) throws XFValidationException
el - This is the concept definition for which the dimension is going to be resolvedfc - the fcxph - the xphdimName - the dim nameXFValidationException - the XF validation exceptionjavax.xml.namespace.QName getDimension()