Package org.eolang.parser
Class CheckXSL
- java.lang.Object
-
- org.eolang.parser.CheckXSL
-
public final class CheckXSL extends Object
Check that XSL transforms right.- Since:
- 1.0
-
-
Method Detail
-
isValid
public boolean isValid() throws IOException
Make a run and return true if all is good.- Returns:
- List of XPath expressions that failed
- Throws:
IOException
- If fails
-
-