|
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 IReferenceExpression
This interface represents a reference expression used to reference an element in a document.
| Method Summary | |
|---|---|
java.lang.String |
getDocumentReference()
Returns the document reference. |
boolean |
isTransformed()
Returns true if this reference has already been transformed; false otherwise. |
void |
transform()
The trasnformation of a reference is the process of converting a reference from a relative reference to an absolute one. |
| Method Detail |
|---|
java.lang.String getDocumentReference()
throws java.net.URISyntaxException
isTransformed returns
false, then transform is called before the document
reference is returned.
java.net.URISyntaxException
void transform()
throws java.net.URISyntaxException
java.net.URISyntaxExceptionboolean isTransformed()
|
COSMOS ${releaseVersion} resource-modeling Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||