On Fri, Sep 11, 2009 at 10:01, Mihai Vasilache <[email protected]> wrote: > The question is. Can i found that the last element from Node.getElements() is > a Property or a Node?
that's not possible. a path cannot tell whether it references a property or a node. It's similar to a file system path where you cannot tell either if it is a file or a folder. regards marcel
