Package | Description |
---|---|
org.apache.sis.xml |
Provides methods for marshalling and unmarshalling SIS objects in XML.
|
Modifier and Type | Field and Description |
---|---|
static IdentifierSpace<XLink> |
IdentifierSpace.XLINK
Any XML attributes defined by OGC in the
xlink schema.
|
Modifier and Type | Method and Description |
---|---|
XLink |
ReferenceResolver.anchor(MarshalContext context,
Object value,
CharSequence text)
Returns the
<gmx:Anchor> to use for the given text, or null if none. |
Modifier and Type | Method and Description |
---|---|
<T> boolean |
ReferenceResolver.canSubstituteByReference(MarshalContext context,
Class<T> type,
T object,
XLink link)
Returns
true if the marshaller can use a xlink: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 given
xlink attribute, or null if none. |
Constructor and Description |
---|
XLink(XLink link)
Creates a new link as a copy of the given link.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.