Package org.apache.batik.dom.svg
Class SVGTestsSupport
java.lang.Object
org.apache.batik.dom.svg.SVGTestsSupport
This class provides support for SVGTests features.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.w3c.dom.svg.SVGStringList
To implementsSVGTests.getRequiredExtensions()
.static org.w3c.dom.svg.SVGStringList
To implementsSVGTests.getRequiredFeatures()
.static org.w3c.dom.svg.SVGStringList
getSystemLanguage
(Element elt) To implementsSVGTests.getSystemLanguage()
.static boolean
hasExtension
(Element elt, String extension) To implementsSVGTests.hasExtension(String)
.
-
Constructor Details
-
SVGTestsSupport
public SVGTestsSupport()Creates a new SVGTestsSupport object.
-
-
Method Details
-
getRequiredFeatures
To implementsSVGTests.getRequiredFeatures()
. -
getRequiredExtensions
To implementsSVGTests.getRequiredExtensions()
. -
getSystemLanguage
To implementsSVGTests.getSystemLanguage()
. -
hasExtension
To implementsSVGTests.hasExtension(String)
.
-