org.apache.batik.dom.util
Class XLinkSupport
public
class
XLinkSupport
extends Object
implements XMLConstants
This class provides support for XLink features.
Method Summary |
static String | getXLinkActuate(Element elt)
Returns the value of the 'xlink:actuate' attribute of the given element. |
static String | getXLinkArcRole(Element elt)
Returns the value of the 'xlink:arcrole' attribute of the given element. |
static String | getXLinkHref(Element elt)
Returns the value of the 'xlink:href' attribute of the given element. |
static String | getXLinkRole(Element elt)
Returns the value of the 'xlink:role' attribute of the given element. |
static String | getXLinkShow(Element elt)
Returns the value of the 'xlink:show' attribute of the given element. |
static String | getXLinkTitle(Element elt)
Returns the value of the 'xlink:title' attribute of the given element. |
static String | getXLinkType(Element elt)
Returns the value of the 'xlink:type' attribute of the given element. |
static void | setXLinkActuate(Element elt, String str)
Sets the value of the 'xlink:actuate' attribute of the given element. |
static void | setXLinkArcRole(Element elt, String str)
Sets the value of the 'xlink:arcrole' attribute of the given element. |
static void | setXLinkHref(Element elt, String str)
Sets the value of the 'xlink:href' attribute of the given element. |
static void | setXLinkRole(Element elt, String str)
Sets the value of the 'xlink:role' attribute of the given element. |
static void | setXLinkShow(Element elt, String str)
Sets the value of the 'xlink:show' attribute of the given element. |
static void | setXLinkTitle(Element elt, String str)
Sets the value of the 'xlink:title' attribute of the given element. |
static void | setXLinkType(Element elt, String str)
Sets the value of the 'xlink:type' attribute of the given element. |
public static String getXLinkActuate(Element elt)
Returns the value of the 'xlink:actuate' attribute of the given element.
public static String getXLinkArcRole(Element elt)
Returns the value of the 'xlink:arcrole' attribute of the given element.
public static String getXLinkHref(Element elt)
Returns the value of the 'xlink:href' attribute of the given element.
public static String getXLinkRole(Element elt)
Returns the value of the 'xlink:role' attribute of the given element.
public static String getXLinkShow(Element elt)
Returns the value of the 'xlink:show' attribute of the given element.
public static String getXLinkTitle(Element elt)
Returns the value of the 'xlink:title' attribute of the given element.
public static String getXLinkType(Element elt)
Returns the value of the 'xlink:type' attribute of the given element.
public static void setXLinkActuate(Element elt, String str)
Sets the value of the 'xlink:actuate' attribute of the given element.
public static void setXLinkArcRole(Element elt, String str)
Sets the value of the 'xlink:arcrole' attribute of the given element.
public static void setXLinkHref(Element elt, String str)
Sets the value of the 'xlink:href' attribute of the given element.
public static void setXLinkRole(Element elt, String str)
Sets the value of the 'xlink:role' attribute of the given element.
public static void setXLinkShow(Element elt, String str)
Sets the value of the 'xlink:show' attribute of the given element.
public static void setXLinkTitle(Element elt, String str)
Sets the value of the 'xlink:title' attribute of the given element.
public static void setXLinkType(Element elt, String str)
Sets the value of the 'xlink:type' attribute of the given element.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.