Class AnchorNode


  • public class AnchorNode
    extends Node
    This class is only used during representation (dumping)
    • Field Detail

      • realNode

        private final Node realNode
    • Constructor Detail

      • AnchorNode

        public AnchorNode​(Node realNode)
        Create
        Parameters:
        realNode - - the source node
    • Method Detail

      • getNodeType

        public NodeType getNodeType()
        Specified by:
        getNodeType in class Node
        Returns:
        scalar, sequence, mapping
      • getRealNode

        public Node getRealNode()
        getter
        Returns:
        the origin