Interface ILcdXLinkExpression


public interface ILcdXLinkExpression
Expression that resolves an xlink after the document has been decoded.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
    Enumeration that indicates when the expression should be resolved.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the desired timing of resolution of the expression.
    resolve(Object aRootObject)
    Resolves the xlink expression given the root element of the document that was decoded.
  • Method Details

    • resolve

      Object resolve(Object aRootObject)
      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

      Returns the desired timing of resolution of the expression.
      Returns:
      an indication of when the expression should be resolved