/**
  * Gets the starting position of the node.
  *
  * @return The start position.
  */
 public int getStartPosition() {
   return (delegate.getStartPosition());
 }