Uses of Class
gnu.expr.ConsumerTarget
-
Packages that use ConsumerTarget Package Description gnu.expr SupportsExpression
, and various related classes need to compile programming languages.gnu.kawa.xml gnu.kawa.xslt -
-
Uses of ConsumerTarget in gnu.expr
Fields in gnu.expr declared as ConsumerTarget Modifier and Type Field Description static ConsumerTarget
ConsumerTarget. contextInstance
Methods in gnu.expr that return ConsumerTarget Modifier and Type Method Description ConsumerTarget
ConsumerTarget. getSingleTarget()
Get equivalent target but which only accepts a single item. -
Uses of ConsumerTarget in gnu.kawa.xml
Methods in gnu.kawa.xml with parameters of type ConsumerTarget Modifier and Type Method Description static void
NodeConstructor. compileChild(Expression arg, boolean stringIsText, Compilation comp, ConsumerTarget target)
void
DocumentConstructor. compileToNode(ApplyExp exp, Compilation comp, ConsumerTarget target)
void
MakeAttribute. compileToNode(ApplyExp exp, Compilation comp, ConsumerTarget target)
void
MakeElement. compileToNode(ApplyExp exp, Compilation comp, ConsumerTarget target)
void
MakeProcInst. compileToNode(ApplyExp exp, Compilation comp, ConsumerTarget target)
void
MakeText. compileToNode(ApplyExp exp, Compilation comp, ConsumerTarget target)
void
MakeWithBaseUri. compileToNode(ApplyExp exp, Compilation comp, ConsumerTarget target)
abstract void
NodeConstructor. compileToNode(ApplyExp exp, Compilation comp, ConsumerTarget target)
-
Uses of ConsumerTarget in gnu.kawa.xslt
Methods in gnu.kawa.xslt with parameters of type ConsumerTarget Modifier and Type Method Description void
ApplyTemplates. compileToNode(ApplyExp exp, Compilation comp, ConsumerTarget target)
-