|
COSMOS ${releaseVersion} resource-modeling Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IXScheme
This interface is used to represent a XPointer scheme
XPointerScheme,
XmlnsScheme| Method Summary | |
|---|---|
java.lang.Object |
evaluate(java.lang.Object context)
Evaluates this scheme and returns an object as a result of the evaluation. |
java.lang.String |
getExpression()
Returns the expression associated with this scheme |
java.lang.String |
getType()
Returns the type of this scheme |
void |
setExpression(java.lang.String expression)
Sets the expression associated with this scheme |
| Method Detail |
|---|
java.lang.String getExpression()
void setExpression(java.lang.String expression)
expression - The expression that should be associated with
this schemejava.lang.String getType()
java.lang.Object evaluate(java.lang.Object context)
throws BadExpressionException
context - The context of this scheme
BadExpressionException - When there is an error in evaluating the expression
|
COSMOS ${releaseVersion} resource-modeling Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||