Package | Description |
---|---|
gnu.expr |
Supports
Expression ,
and various related classes need to compile programming languages. |
gnu.kawa.xml |
Classes for using XML within Kawa.
|
gnu.kawa.xslt |
Modifier and Type | Field and Description |
---|---|
static ConsumerTarget |
ConsumerTarget.contextInstance |
Modifier and Type | Method and Description |
---|---|
ConsumerTarget |
ConsumerTarget.getSingleTarget()
Get equivalent target but which only accepts a single item.
|
Modifier and Type | Method and Description |
---|---|
static void |
NodeConstructor.compileChild(Expression arg,
boolean stringIsText,
Compilation comp,
ConsumerTarget target) |
void |
MakeText.compileToNode(ApplyExp exp,
Compilation comp,
ConsumerTarget target) |
void |
MakeProcInst.compileToNode(ApplyExp exp,
Compilation comp,
ConsumerTarget target) |
void |
MakeElement.compileToNode(ApplyExp exp,
Compilation comp,
ConsumerTarget target) |
void |
DocumentConstructor.compileToNode(ApplyExp exp,
Compilation comp,
ConsumerTarget target) |
void |
MakeAttribute.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) |
Modifier and Type | Method and Description |
---|---|
void |
ApplyTemplates.compileToNode(ApplyExp exp,
Compilation comp,
ConsumerTarget target) |