Code

updated spanish.nsh and inkscape.nsi to reflect latest file-changes
[inkscape.git] / trunk / src / bind / java / org / w3c / dom / svg / SVGTests.java
2 package org.w3c.dom.svg;
4 public interface SVGTests {
5   public SVGStringList getRequiredFeatures( );
6   public SVGStringList getRequiredExtensions( );
7   public SVGStringList getSystemLanguage( );
9   public boolean hasExtension ( String extension );
10 }