5556575859606162
return getDelegateNode().getItsNatDocument(); } public DelegateNodeImpl getDelegateNode() { if (delegate == null) this.delegate = new DelegateNotDocWithoutParentNodeImpl(this); return delegate; }
5960616263646566