| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
alternativeName
If this node is the sole child of a pattern block,
this field points to its name.
|
| Constructor and Description |
|---|
WriterNode(org.xml.sax.Locator location,
Leaf leaf) |
| Modifier and Type | Method and Description |
|---|---|
(package private) abstract void |
declare(NodeSet nset)
Declares the class without its contents.
|
(package private) abstract void |
generate(NodeSet nset)
Generates the contents.
|
(package private) void |
prepare(NodeSet nset)
Prepares for the code generation.
|
addChild, hasOneChild, iteratorcreateDataMethod, generate, getNext, getPrev, merge, siblingsprotected java.lang.String alternativeName
When the element names are in conflict, this can be used.
public WriterNode(org.xml.sax.Locator location,
Leaf leaf)