gotoNextSibling method

bool gotoNextSibling()

Implementation

bool gotoNextSibling() {
  _checkNotDisposed();
  return _gotoSibling(1);
}