Class XlinkHref
- java.lang.Object
-
- org.exoplatform.services.rest.ext.util.XlinkHref
-
public class XlinkHref extends Object
Created by The eXo Platform SAS.
Can add xlink:href into given Element of DOM structure.- Version:
- $Id: $
- Author:
- Gennady Azarenkov
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetURI()Get uri.voidputToElement(Element parent)Add xlink to given element of DOM structure.voidputToElement(Element parent, String extURI)Add external suffix to uri an d then insert xlink into element of DOM.
-