|
COSMOS ${releaseVersion} resource-modeling Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.cosmos.rm.validation.internal.reference.AbstractScheme
org.eclipse.cosmos.rm.validation.internal.reference.XmlnsScheme
public class XmlnsScheme
The XMLNS scheme is used to evaluate the parenthesized expressions that appears after the keyword xmlns in an XPointer expression.
| Field Summary | |
|---|---|
static java.lang.String |
SCHEME
Represents the keyword to identify this scheme |
| Constructor Summary | |
|---|---|
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 |
getType()
Returns the type of this scheme |
| Methods inherited from class org.eclipse.cosmos.rm.validation.internal.reference.AbstractScheme |
|---|
getExpression, setExpression |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String SCHEME
| Constructor Detail |
|---|
public XmlnsScheme()
| Method Detail |
|---|
public java.lang.Object evaluate(java.lang.Object context)
throws BadExpressionException
IXScheme
context - The context of this scheme
BadExpressionException - When there is an error in evaluating the expressionIXScheme.evaluate(java.lang.Object)public java.lang.String getType()
IXScheme
IXScheme.getType()
|
COSMOS ${releaseVersion} resource-modeling Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||