Class SVGTestsSupport


  • public class SVGTestsSupport
    extends java.lang.Object
    This class provides support for SVGTests features.
    Version:
    $Id: SVGTestsSupport.java 1733416 2016-03-03 07:07:13Z gadams $
    • Constructor Summary

      Constructors 
      Constructor Description
      SVGTestsSupport()
      Creates a new SVGTestsSupport object.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.w3c.dom.svg.SVGStringList getRequiredExtensions​(org.w3c.dom.Element elt)
      To implements SVGTests.getRequiredExtensions().
      static org.w3c.dom.svg.SVGStringList getRequiredFeatures​(org.w3c.dom.Element elt)
      To implements SVGTests.getRequiredFeatures().
      static org.w3c.dom.svg.SVGStringList getSystemLanguage​(org.w3c.dom.Element elt)
      To implements SVGTests.getSystemLanguage().
      static boolean hasExtension​(org.w3c.dom.Element elt, java.lang.String extension)
      To implements SVGTests.hasExtension(String).
      • 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 org.w3c.dom.svg.SVGStringList getRequiredFeatures​(org.w3c.dom.Element elt)
        To implements SVGTests.getRequiredFeatures().
      • getRequiredExtensions

        public static org.w3c.dom.svg.SVGStringList getRequiredExtensions​(org.w3c.dom.Element elt)
        To implements SVGTests.getRequiredExtensions().
      • getSystemLanguage

        public static org.w3c.dom.svg.SVGStringList getSystemLanguage​(org.w3c.dom.Element elt)
        To implements SVGTests.getSystemLanguage().
      • hasExtension

        public static boolean hasExtension​(org.w3c.dom.Element elt,
                                           java.lang.String extension)
        To implements SVGTests.hasExtension(String).