Class WriterNode

  • All Implemented Interfaces:
    com.sun.tools.rngom.ast.om.ParsedPattern, Iterable<Leaf>
    Direct Known Subclasses:
    Define, XmlNode

    public abstract class WriterNode
    extends Node
    The Node that maps to the program element.
    Author:
    Kohsuke Kawaguchi
    • Field Detail

      • 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.

    • Constructor Detail

      • WriterNode

        public WriterNode​(Locator location,
                          Leaf leaf)