public interface ISVGTests
ISVGTests
defines an interface
which applies to all elements which have attributes getRequiredFeatures()
,
getRequiredExtensions()
and
getSystemLanguage()
.Modifier and Type | Method and Description |
---|---|
OMSVGStringList |
getRequiredExtensions()
Corresponds to attribute
getRequiredExtensions()
on the given element. |
OMSVGStringList |
getRequiredFeatures()
Corresponds to attribute
getRequiredFeatures()
on the given element. |
OMSVGStringList |
getSystemLanguage()
Corresponds to attribute
getSystemLanguage()
on the given element. |
boolean |
hasExtension(String extension)
Returns true if the user agent supports the given extension, specified
by a URI.
|
OMSVGStringList getRequiredFeatures()
getRequiredFeatures()
on the given element.OMSVGStringList getRequiredExtensions()
getRequiredExtensions()
on the given element.OMSVGStringList getSystemLanguage()
getSystemLanguage()
on the given element.boolean hasExtension(String extension)
extension
- The name of the extension, expressed as a URI.Copyright © 2018. All Rights Reserved.