I will be building an XPath parser in Java very soon. It is part of a larger project. I need to parse an XPath expression and build the tree representation in memory. Any tips, advice, pitfalls I ...