fanyapeng / javadude

Automatically exported from code.google.com/p/javadude
0 stars 0 forks source link

Add allowed/required attributes to ANTXR #25

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
<foo>
{ allowAttributes("x:a,b,c", "y", "z"); requireAttributes("x", "y"); }
options { allowedAttributes = 'x,y,z'; requiredAttributes = 'x,y'; }

Original issue reported on code.google.com by scott%ja...@gtempaccount.com on 3 Nov 2008 at 5:00

GoogleCodeExporter commented 9 years ago

Original comment by scott%ja...@gtempaccount.com on 3 Nov 2008 at 5:03