[antlr-interest] tree parsers vs visitors & xml translators etc...

Silvain Piree s.piree at enneya.com
Fri May 10 03:25:46 PDT 2002


> What would be the xpath query to get all 'Interesting' classes 
> - the ones that will be potentially usable from other classes.

How about: "//class[not(parent::method)]" ?

Tree parsers are great for complex transformations,
but XPath is a nice alternative for simple queries.

Silvain



 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 



More information about the antlr-interest mailing list