9293949596979899100101
if (scopeBuf.toString().lastIndexOf(".") != -1) { scopeBuf.setLength(scopeBuf.toString().lastIndexOf(".")); } else { if (scopeBuf.length()==0) { throw new EmptyPathStackException(); } scopeBuf.setLength(0); } }