gnu.kawa.xml
public class MakeElement extends NodeConstructor
| Field Summary | |
|---|---|
| int | copyNamespacesMode |
| static MakeElement | makeElement |
| Object | tag Optional tag. |
| Method Summary | |
|---|---|
| void | apply(CallContext ctx) |
| void | compileToNode(ApplyExp exp, Compilation comp, ConsumerTarget target) |
| static void | endElement(Consumer out, Object type) |
| NamespaceBinding | getNamespaceNodes() |
| Type | getReturnType(Expression[] args) |
| static Symbol | getTagName(ApplyExp exp) |
| boolean | isHandlingKeywordParameters() Should {@code KEYWORD: EXPRESSION} be mapped to an
attribute constructor? |
| int | numArgs() |
| void | setHandlingKeywordParameters(boolean value) |
| void | setNamespaceNodes(NamespaceBinding bindings) |
| static void | startElement(Consumer out, Object qname, int copyNamespacesMode, NamespaceBinding namespaceNodes) |
| static void | startElement(Consumer out, Object qname, int copyNamespacesMode) |