- <init>
Creates a new link as a copy of the given link.
- setHRef
Sets the URN to a resources.
- equals
Compares this XLink with the given object for equality.
- getHRef
Returns a URN to an external resources, or to an other part of a XML document,
or an identifier.
- getType
Returns the type of link. May have one of the following values: * simple: a simple link
* extended:
- hashCode
Returns a hash code value for this XLink.
- setActuate
Sets the desired timing of traversal from the starting resource to the ending
resource.
- setRole
Sets the URI reference for some description of the arc role.
- setShow
Sets the desired presentation of the ending resource on traversal from the
starting resource.
- setTitle
Sets a human-readable string with a short description for the arc.
- setType
Sets the type of link. Any value different than
org.apache.sis.xml.XLink.Type#AUTO (including null)
- canWrite
Checks if the given attribute can be set.