|
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.XPointer
public class XPointer
This class compiles an XPointer expression and flags any syntactical errors that are detected. This is a limited implementation of the XPointer standard as required by the W3C recommnedation. The SML specification does not require a full implementation of the XPointer standard.
| Constructor Summary | |
|---|---|
XPointer()
|
|
| Method Summary | |
|---|---|
static XPointerExpression |
compile(java.lang.String expression)
Compiles an XPointer expression and returns an instance of XPointerExpression which can be used to evaluate
the expression. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XPointer()
| Method Detail |
|---|
public static XPointerExpression compile(java.lang.String expression)
throws XPointerSyntaxException
XPointerExpression which can be used to evaluate
the expression.
expression - The string representation of the XPointer expression.
The expression is expected to take one of the following formats:
XPointerExpression which can be used
to evaluate the XPointer expression.
XPointerSyntaxException - If syntax error is detected
|
COSMOS ${releaseVersion} resource-modeling Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||