Home | History | Annotate | Download | only in events

Lines Matching refs:anchor

25     private final String anchor;
27 public NodeEvent(String anchor, Mark startMark, Mark endMark) {
29 this.anchor = anchor;
33 * Node anchor by which this node might later be referenced by a
37 * use this property to indicate the referenced anchor.
39 * @return Anchor of this node or <code>null</code> if no anchor is defined.
42 return this.anchor;
47 return "anchor=" + anchor;