Uses of Class
org.apache.sis.xml.XLink
Packages that use XLink
Package
Description
Provides methods for marshalling and unmarshalling SIS objects in XML.
-
Uses of XLink in org.apache.sis.xml
Fields in org.apache.sis.xml with type parameters of type XLinkModifier and TypeFieldDescriptionstatic final IdentifierSpace<XLink>
IdentifierSpace.XLINK
Any XML attributes defined by OGC in the xlink schema.Methods in org.apache.sis.xml that return XLinkModifier and TypeMethodDescriptionReferenceResolver.anchor
(MarshalContext context, Object value, CharSequence text) Returns the<gcx:Anchor>
to use for the given text, ornull
if none.Methods in org.apache.sis.xml with parameters of type XLinkModifier and TypeMethodDescription<T> boolean
ReferenceResolver.canSubstituteByReference
(MarshalContext context, Class<T> type, T object, XLink link) Returnstrue
if the marshaller can use axlink:href
reference to the given object instead of writing the full XML element.<T> T
ReferenceResolver.resolve
(MarshalContext context, Class<T> type, XLink link) Returns an object of the given type for the givenxlink
attribute, ornull
if none.Constructors in org.apache.sis.xml with parameters of type XLink