com.sun.tools.txw2.model
Class WriterNode
java.lang.Object
com.sun.tools.txw2.model.Leaf
com.sun.tools.txw2.model.Node
com.sun.tools.txw2.model.WriterNode
- All Implemented Interfaces:
- Iterable<Leaf>, org.kohsuke.rngom.ast.om.ParsedPattern
- Direct Known Subclasses:
- Define, XmlNode
public abstract class WriterNode
- extends Node
The Node
that maps to the program element.
- Author:
- Kohsuke Kawaguchi
Field Summary |
protected String |
alternativeName
If this node is the sole child of a pattern block,
this field points to its name. |
Fields inherited from class com.sun.tools.txw2.model.Node |
leaf |
Fields inherited from class com.sun.tools.txw2.model.Leaf |
location |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
alternativeName
protected String alternativeName
- If this node is the sole child of a pattern block,
this field points to its name.
When the element names are in conflict, this can be used.
WriterNode
public WriterNode(Locator location,
Leaf leaf)
Copyright © 2012 Oracle. All Rights Reserved.