|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.rest.data.XlinkHref
public class XlinkHref
Created by The eXo Platform SAS.
Can add xlink:href into given Element
of DOM structure.
| Constructor Summary | |
|---|---|
XlinkHref(String u)
|
|
| Method Summary | |
|---|---|
String |
getURI()
Get uri. |
void |
putToElement(Element parent)
Add xlink to given element of DOM structure. |
void |
putToElement(Element parent,
String extURI)
Add external suffix to uri an d then insert xlink into element of DOM. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XlinkHref(String u)
u - new uri.| Method Detail |
|---|
public final String getURI()
public void putToElement(Element parent)
parent - element.
public void putToElement(Element parent,
String extURI)
parent - element.extURI - external suffix for uri.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||