Package com.xmlcalabash.steps
Class XQueryStep.MyErrorListener
-
- All Implemented Interfaces:
-
javax.xml.transform.ErrorListener
public final class XQueryStep.MyErrorListener implements ErrorListener
-
-
Field Summary
Fields Modifier and Type Field Description private final Boolean
compileTime
-
Constructor Summary
Constructors Constructor Description XQueryStep.MyErrorListener(Boolean compileTime)
-
Method Summary
Modifier and Type Method Description final Boolean
getCompileTime()
Unit
warning(TransformerException e)
Unit
error(TransformerException e)
Unit
fatalError(TransformerException e)
-
-
Constructor Detail
-
XQueryStep.MyErrorListener
XQueryStep.MyErrorListener(Boolean compileTime)
-
-
Method Detail
-
getCompileTime
final Boolean getCompileTime()
-
warning
Unit warning(TransformerException e)
-
error
Unit error(TransformerException e)
-
fatalError
Unit fatalError(TransformerException e)
-
-
-
-