Uses of Interface
com.luciad.format.xml.bind.xlink.ILcdXLinkExpression
Package
Description
This package provides API for decoding and encoding AIXM 5.1 data from/to XML.
This package provides support for representing and automatically resolving XLink (http://www.w3.org/TR/xlink/)
references during the decoding of a XML model.
This package provides the domain model for representing XLink (http://www.w3.org/TR/xlink/)
simple links.
-
Uses of ILcdXLinkExpression in com.luciad.format.aixm51.xml
Modifier and TypeMethodDescriptionTLcdAIXM51LinkExpressionFactory.compile
(TLcdXLinkSimpleLink aLink, ILcdXMLDocumentContext aDocumentContext) -
Uses of ILcdXLinkExpression in com.luciad.format.xml.bind.xlink
Modifier and TypeMethodDescriptionILcdXLinkExpressionFactory.compile
(TLcdXLinkSimpleLink aLink, ILcdXMLDocumentContext aDocumentContext) Compiles a given href attribute into anILcdXLinkExpression
.TLcdXLinkExpressionFactory.compile
(TLcdXLinkSimpleLink aLink, ILcdXMLDocumentContext aContext) -
Uses of ILcdXLinkExpression in com.luciad.format.xml.bind.xlink.model
Modifier and TypeMethodDescriptionTLcdXLinkSimpleLink.getExpression()
Returns the expression that can be used to resolve this xlink.Modifier and TypeMethodDescriptionvoid
TLcdXLinkSimpleLink.setExpression
(ILcdXLinkExpression aExpression) Sets the expression that is to be used to resolve this xlink.