Search in sources :

Example 1 with HrefAttribute

use of org.w3.x1999.xlink.HrefAttribute in project arctic-sea by 52North.

the class XlinkEncoderv1999 method encodeHrefAttribute.

private XmlObject encodeHrefAttribute(W3CHrefAttribute hrefAttribute) {
    HrefAttribute xmlHrefAttribute = HrefAttribute.Factory.newInstance(getXmlOptions());
    xmlHrefAttribute.setHref(hrefAttribute.getHref());
    return xmlHrefAttribute;
}
Also used : W3CHrefAttribute(org.n52.shetland.w3c.xlink.W3CHrefAttribute) HrefAttribute(org.w3.x1999.xlink.HrefAttribute)

Aggregations

W3CHrefAttribute (org.n52.shetland.w3c.xlink.W3CHrefAttribute)1 HrefAttribute (org.w3.x1999.xlink.HrefAttribute)1