Class XLinkSupport

java.lang.Object
org.apache.batik.dom.util.XLinkSupport
All Implemented Interfaces:
XMLConstants

public class XLinkSupport extends Object implements XMLConstants
This class provides support for XLink features.
  • Constructor Details

    • XLinkSupport

      public XLinkSupport()
  • Method Details

    • getXLinkType

      public static String getXLinkType(Element elt)
      Returns the value of the 'xlink:type' 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.
    • getXLinkRole

      public static String getXLinkRole(Element elt)
      Returns the value of the 'xlink:role' 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.
    • getXLinkArcRole

      public static String getXLinkArcRole(Element elt)
      Returns the value of the 'xlink:arcrole' 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.
    • getXLinkTitle

      public static String getXLinkTitle(Element elt)
      Returns the value of the 'xlink:title' 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.
    • getXLinkShow

      public static String getXLinkShow(Element elt)
      Returns the value of the 'xlink:show' 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.
    • getXLinkActuate

      public static String getXLinkActuate(Element elt)
      Returns the value of the 'xlink:actuate' 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.
    • getXLinkHref

      public static String getXLinkHref(Element elt)
      Returns the value of the 'xlink:href' 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.