|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CodeGeneratorService
This interface is a dummy stub for the Java code generator in Saxon-EE. It is designed to enable code to be shared between Saxon-HE and Saxon-EE without failing on Saxon-HE because the code generation capability is missing.
Method Summary | |
---|---|
java.lang.String |
cast(java.lang.String variable,
java.lang.Class target)
Generate a Java cast unless it is known to be unnecessary. |
java.lang.String |
getContextVariableName()
Get the name of the Java variable currently bound to the dynamic XPathContext object |
Method Detail |
---|
java.lang.String getContextVariableName()
java.lang.String cast(java.lang.String variable, java.lang.Class target)
variable
- the name of the variable that possibly needs to be casttarget
- the required type for the expression where the variable is being used
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |