org.apache.batik.dom.util

Class XLinkSupport

public class XLinkSupport extends Object implements XMLConstants

This class provides support for XLink features.
Method Summary
static StringgetXLinkActuate(Element elt)
Returns the value of the 'xlink:actuate' attribute of the given element.
static StringgetXLinkArcRole(Element elt)
Returns the value of the 'xlink:arcrole' attribute of the given element.
static StringgetXLinkHref(Element elt)
Returns the value of the 'xlink:href' attribute of the given element.
static StringgetXLinkRole(Element elt)
Returns the value of the 'xlink:role' attribute of the given element.
static StringgetXLinkShow(Element elt)
Returns the value of the 'xlink:show' attribute of the given element.
static StringgetXLinkTitle(Element elt)
Returns the value of the 'xlink:title' attribute of the given element.
static StringgetXLinkType(Element elt)
Returns the value of the 'xlink:type' attribute of the given element.
static voidsetXLinkActuate(Element elt, String str)
Sets the value of the 'xlink:actuate' attribute of the given element.
static voidsetXLinkArcRole(Element elt, String str)
Sets the value of the 'xlink:arcrole' attribute of the given element.
static voidsetXLinkHref(Element elt, String str)
Sets the value of the 'xlink:href' attribute of the given element.
static voidsetXLinkRole(Element elt, String str)
Sets the value of the 'xlink:role' attribute of the given element.
static voidsetXLinkShow(Element elt, String str)
Sets the value of the 'xlink:show' attribute of the given element.
static voidsetXLinkTitle(Element elt, String str)
Sets the value of the 'xlink:title' attribute of the given element.
static voidsetXLinkType(Element elt, String str)
Sets the value of the 'xlink:type' attribute of the given element.

Method Detail

getXLinkActuate

public static String getXLinkActuate(Element elt)
Returns the value of the 'xlink:actuate' attribute of the given element.

getXLinkArcRole

public static String getXLinkArcRole(Element elt)
Returns the value of the 'xlink:arcrole' attribute of the given element.

getXLinkHref

public static String getXLinkHref(Element elt)
Returns the value of the 'xlink:href' attribute of the given element.

getXLinkRole

public static String getXLinkRole(Element elt)
Returns the value of the 'xlink:role' attribute of the given element.

getXLinkShow

public static String getXLinkShow(Element elt)
Returns the value of the 'xlink:show' attribute of the given element.

getXLinkTitle

public static String getXLinkTitle(Element elt)
Returns the value of the 'xlink:title' attribute of the given element.

getXLinkType

public static String getXLinkType(Element elt)
Returns the value of the 'xlink:type' attribute of the given element.

setXLinkActuate

public static void setXLinkActuate(Element elt, String str)
Sets the value of the 'xlink:actuate' attribute of the given element.

setXLinkArcRole

public static void setXLinkArcRole(Element elt, String str)
Sets the value of the 'xlink:arcrole' attribute of the given element.

setXLinkHref

public static void setXLinkHref(Element elt, String str)
Sets the value of the 'xlink:href' attribute of the given element.

setXLinkRole

public static void setXLinkRole(Element elt, String str)
Sets the value of the 'xlink:role' attribute of the given element.

setXLinkShow

public static void setXLinkShow(Element elt, String str)
Sets the value of the 'xlink:show' attribute of the given element.

setXLinkTitle

public static void setXLinkTitle(Element elt, String str)
Sets the value of the 'xlink:title' attribute of the given element.

setXLinkType

public static void setXLinkType(Element elt, String str)
Sets the value of the 'xlink:type' attribute of the given element.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.