Package com.luciad.format.xml.bind.xlink
Interface ILcdXLinkExpression
public interface ILcdXLinkExpression
Expression that resolves an xlink after the document has been decoded.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic enum
Enumeration that indicates when the expression should be resolved. -
Method Summary
Modifier and TypeMethodDescriptionReturns the desired timing of resolution of the expression.Resolves the xlink expression given the root element of the document that was decoded.
-
Method Details
-
resolve
Resolves the xlink expression given the root element of the document that was decoded. The given root object allows resolution of links internal to the decoded document.- Parameters:
aRootObject
- the root element of the document that was decoded- Returns:
- the object into which the expression resolves.
-
getActuate
ILcdXLinkExpression.Actuate getActuate()Returns the desired timing of resolution of the expression.- Returns:
- an indication of when the expression should be resolved
-