Uses of Interface
com.luciad.format.xml.bind.xlink.ILcdXLinkExpression
Packages that use 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
Methods in com.luciad.format.aixm51.xml that return ILcdXLinkExpressionModifier and TypeMethodDescriptionTLcdAIXM51LinkExpressionFactory.compile(TLcdXLinkSimpleLink aLink, ILcdXMLDocumentContext aDocumentContext) -
Uses of ILcdXLinkExpression in com.luciad.format.xml.bind.xlink
Methods in com.luciad.format.xml.bind.xlink that return ILcdXLinkExpressionModifier 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
Methods in com.luciad.format.xml.bind.xlink.model that return ILcdXLinkExpressionModifier and TypeMethodDescriptionTLcdXLinkSimpleLink.getExpression()Returns the expression that can be used to resolve this xlink.Methods in com.luciad.format.xml.bind.xlink.model with parameters of type ILcdXLinkExpressionModifier and TypeMethodDescriptionvoidTLcdXLinkSimpleLink.setExpression(ILcdXLinkExpression aExpression) Sets the expression that is to be used to resolve this xlink.