Sign in
apache
/
xerces-j
/
refs/heads/xml-commons-external
/
.
/
src
/
org
/
w3c
/
dom
/
svg
/
SVGTests.java
blob: a7026a5b043d6626f0f9e713eabe8f5b08ec4de2 [
file
] [
log
] [
blame
]
package
org
.
w3c
.
dom
.
svg
;
public
interface
SVGTests
{
public
SVGStringList
getRequiredFeatures
(
);
public
SVGStringList
getRequiredExtensions
(
);
public
SVGStringList
getSystemLanguage
(
);
public
boolean
hasExtension
(
String
extension
);
}