Uses of Class
org.apache.sis.xml.XLink
-
Packages that use XLink Package Description org.apache.sis.xml 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 XLink Modifier and Type Field Description static IdentifierSpace<XLink>
IdentifierSpace. XLINK
Any XML attributes defined by OGC in the xlink schema.Methods in org.apache.sis.xml that return XLink Modifier and Type Method Description XLink
ReferenceResolver. 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 XLink Modifier and Type Method Description <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 than 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 Constructor Description XLink(XLink link)
Creates a new link as a copy of the given link.
-