Hi.

I would say you were lazy...

com.thoughtworks.qdox.model.util.TagParser does what
you need, and it is used by
com.thoughtworks.qdox.model.DefaultDocletTag

Not quite. TagParser parses value of a single tag - constructs like

name1="value1"   name2="value2"

I need to parse superconstructs like

@my.tag1 name1="value1"   name2="value2"
@my.tag2 name3="value3"   name4="value4"

I.e. multiple tags with their values, not the value of a single tag.
As far as I could understand from the sources, this parsing task is implemented in QDox by lex/yacc-generated parser.


Bye.
/lexi


------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to