|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.dom.svg.SVGTestsSupport
public class SVGTestsSupport
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 |
---|
public SVGTestsSupport()
Method Detail |
---|
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
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |