public class SVGTestsSupport extends Object
Constructor and Description |
---|
SVGTestsSupport()
Creates a new SVGTestsSupport object.
|
Modifier and Type | Method and Description |
---|---|
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 . |
public static SVGStringList getRequiredFeatures(Element elt)
svg.SVGTests
.public static SVGStringList getRequiredExtensions(Element elt)
svg.SVGTests
.public static SVGStringList getSystemLanguage(Element elt)
svg.SVGTests
.public static boolean hasExtension(Element elt, String extension)
svg.SVGTests
.Copyright ? 2015 Apache Software Foundation. All Rights Reserved.