Package com.xmlcalabash.util
Object SchematronImpl.Companion
-
- All Implemented Interfaces:
public class SchematronImpl.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final QName
_phase
private final String
transpilerResource
private XsltExecutable
transpilerExec
public final static SchematronImpl.Companion
INSTANCE
-
Method Summary
Modifier and Type Method Description final QName
get_phase()
final String
getTranspilerResource()
final XsltExecutable
getTranspilerExec()
final Unit
setTranspilerExec(XsltExecutable transpilerExec)
-
-
Method Detail
-
get_phase
final QName get_phase()
-
getTranspilerResource
final String getTranspilerResource()
-
getTranspilerExec
final XsltExecutable getTranspilerExec()
-
setTranspilerExec
final Unit setTranspilerExec(XsltExecutable transpilerExec)
-
-
-
-