ISVGTests Interface

ISVGTests interface

Interface SVGTests defines an interface which applies to all elements which have attributes ‘requiredFeatures’, ‘requiredExtensions’ and ‘systemLanguage’.

public interface ISVGTests

Properties

NameDescription
getRequiredExtensions Corresponds to attribute ‘requiredExtensions’ on the given element.
getRequiredFeatures Corresponds to attribute ‘requiredFeatures’ on the given element.
getSystemLanguage Corresponds to attribute ‘systemLanguage’ on the given element.

See Also