org.apache.batik.dom.svg
Class SVGTestsSupport
java.lang.Object
|
+--org.apache.batik.dom.svg.SVGTestsSupport
- public class SVGTestsSupport
- extends java.lang.Object
This class provides support for SVGTests features.
Constructor Summary |
SVGTestsSupport()
Creates a new SVGTestsSupport object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
REQUIRED_FEATURES
public static final java.lang.String REQUIRED_FEATURES
- The requiredFeatures attribute name.
REQUIRED_EXTENSIONS
public static final java.lang.String REQUIRED_EXTENSIONS
- The requiredExtensions attribute name.
SYSTEM_LANGUAGE
public static final java.lang.String SYSTEM_LANGUAGE
- The systemLanguage attribute name.
SVGTestsSupport
public SVGTestsSupport()
- Creates a new SVGTestsSupport object.
getRequiredFeatures
public SVGStringList getRequiredFeatures(Element elt)
- To implements
SVGTests.getRequiredFeatures()
.
getRequiredExtensions
public SVGStringList getRequiredExtensions(Element elt)
- To implements
SVGTests.getRequiredExtensions()
.
getSystemLanguage
public SVGStringList getSystemLanguage(Element elt)
- To implements
SVGTests.getSystemLanguage()
.
hasExtension
public boolean hasExtension(java.lang.String extension,
Element elt)
- To implements
SVGTests.hasExtension(String)
.
Copyright © 2001 Apache Software Foundation. All Rights Reserved.