org.apache.batik.dom.svg
Class SVGTestsSupport

java.lang.Object
  extended by org.apache.batik.dom.svg.SVGTestsSupport

public class SVGTestsSupport
extends Object

This class provides support for SVGTests features.


Constructor Summary
SVGTestsSupport()
          Creates a new SVGTestsSupport object.
 
Method Summary
static SVGStringList getRequiredExtensions(Element elt)
          To implements svg.SVGTests.
static SVGStringList getRequiredFeatures(Element elt)
          To implements svg.SVGTests.
static SVGStringList getSystemLanguage(Element elt)
          To implements svg.SVGTests.
static boolean hasExtension(Element elt, String extension)
          To implements svg.SVGTests.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SVGTestsSupport

public SVGTestsSupport()
Creates a new SVGTestsSupport object.

Method Detail

getRequiredFeatures

public static SVGStringList getRequiredFeatures(Element elt)
To implements svg.SVGTests.


getRequiredExtensions

public static SVGStringList getRequiredExtensions(Element elt)
To implements svg.SVGTests.


getSystemLanguage

public static SVGStringList getSystemLanguage(Element elt)
To implements svg.SVGTests.


hasExtension

public static boolean hasExtension(Element elt,
                                   String extension)
To implements svg.SVGTests.



Copyright ? 2008 Apache Software Foundation. All Rights Reserved.