@Override
    public boolean hasName() {
        if (DEBUG)
            System.out.println(Thread.currentThread().getStackTrace()[POSITION].getMethodName());
        return this.current.isStartElement() || this.current.isEndElement();