|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.dom.util.XLinkSupport
This class provides support for XLink features.
Field Summary | |
static java.lang.String |
XLINK_NAMESPACE_URI
The xlink namespace URI. |
Constructor Summary | |
XLinkSupport()
|
Method Summary | |
static java.lang.String |
getXLinkActuate(Element elt)
Returns the value of the 'xlink:actuate' attribute of the given element. |
static java.lang.String |
getXLinkArcRole(Element elt)
Returns the value of the 'xlink:arcrole' attribute of the given element. |
static java.lang.String |
getXLinkHref(Element elt)
Returns the value of the 'xlink:href' attribute of the given element. |
static java.lang.String |
getXLinkRole(Element elt)
Returns the value of the 'xlink:role' attribute of the given element. |
static java.lang.String |
getXLinkShow(Element elt)
Returns the value of the 'xlink:show' attribute of the given element. |
static java.lang.String |
getXLinkTitle(Element elt)
Returns the value of the 'xlink:title' attribute of the given element. |
static java.lang.String |
getXLinkType(Element elt)
Returns the value of the 'xlink:type' attribute of the given element. |
static void |
setXLinkActuate(Element elt,
java.lang.String str)
Sets the value of the 'xlink:actuate' attribute of the given element. |
static void |
setXLinkArcRole(Element elt,
java.lang.String str)
Sets the value of the 'xlink:arcrole' attribute of the given element. |
static void |
setXLinkHref(Element elt,
java.lang.String str)
Sets the value of the 'xlink:href' attribute of the given element. |
static void |
setXLinkRole(Element elt,
java.lang.String str)
Sets the value of the 'xlink:role' attribute of the given element. |
static void |
setXLinkShow(Element elt,
java.lang.String str)
Sets the value of the 'xlink:show' attribute of the given element. |
static void |
setXLinkTitle(Element elt,
java.lang.String str)
Sets the value of the 'xlink:title' attribute of the given element. |
static void |
setXLinkType(Element elt,
java.lang.String str)
Sets the value of the 'xlink:type' attribute of the given element. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String XLINK_NAMESPACE_URI
Constructor Detail |
public XLinkSupport()
Method Detail |
public static java.lang.String getXLinkType(Element elt)
public static void setXLinkType(Element elt, java.lang.String str)
public static java.lang.String getXLinkRole(Element elt)
public static void setXLinkRole(Element elt, java.lang.String str)
public static java.lang.String getXLinkArcRole(Element elt)
public static void setXLinkArcRole(Element elt, java.lang.String str)
public static java.lang.String getXLinkTitle(Element elt)
public static void setXLinkTitle(Element elt, java.lang.String str)
public static java.lang.String getXLinkShow(Element elt)
public static void setXLinkShow(Element elt, java.lang.String str)
public static java.lang.String getXLinkActuate(Element elt)
public static void setXLinkActuate(Element elt, java.lang.String str)
public static java.lang.String getXLinkHref(Element elt)
public static void setXLinkHref(Element elt, java.lang.String str)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |