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. XLINKAny XML attributes defined by OGC in the xlink schema.Methods in org.apache.sis.xml that return XLink Modifier and Type Method Description XLinkReferenceResolver. anchor(MarshalContext context, Object value, CharSequence text)Returns the<gcx:Anchor>to use for the given text, ornullif none.Methods in org.apache.sis.xml with parameters of type XLink Modifier and Type Method Description <T> booleanReferenceResolver. canSubstituteByReference(MarshalContext context, Class<T> type, T object, XLink link)Returnstrueif the marshaller can use axlink:hrefreference to the given object instead than writing the full XML element.<T> TReferenceResolver. resolve(MarshalContext context, Class<T> type, XLink link)Returns an object of the given type for the givenxlinkattribute, ornullif 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.
-