OLD | NEW |
(Empty) | |
| 1 <%@Assembly foo="bar"%> |
| 2 <% @Control foo="bar" %> |
| 3 <%@ Implements%> |
| 4 <%@Import%> |
| 5 <%@Master%> |
| 6 <%@MasterType%> |
| 7 <%@OutputCache%> |
| 8 <%@Page%> |
| 9 <%@PreviousPageType%> |
| 10 <%@Reference%> |
| 11 <%@Register%> |
| 12 |
| 13 ---------------------------------------------------- |
| 14 |
| 15 [ |
| 16 ["page-directive tag", [ |
| 17 ["page-directive tag", "<%@Assembly"], |
| 18 ["attr-name", [ |
| 19 "foo" |
| 20 ]], |
| 21 ["attr-value", [ |
| 22 ["punctuation", "="], |
| 23 ["punctuation", "\""], |
| 24 "bar", |
| 25 ["punctuation", "\""] |
| 26 ]], |
| 27 ["page-directive tag", "%>"] |
| 28 ]], |
| 29 |
| 30 ["page-directive tag", [ |
| 31 ["page-directive tag", "<% @Control"], |
| 32 ["attr-name", [ |
| 33 "foo" |
| 34 ]], |
| 35 ["attr-value", [ |
| 36 ["punctuation", "="], |
| 37 ["punctuation", "\""], |
| 38 "bar", |
| 39 ["punctuation", "\""] |
| 40 ]], |
| 41 ["page-directive tag", "%>"] |
| 42 ]], |
| 43 |
| 44 ["page-directive tag", [ |
| 45 ["page-directive tag", "<%@ Implements"], |
| 46 ["page-directive tag", "%>"] |
| 47 ]], |
| 48 |
| 49 ["page-directive tag", [ |
| 50 ["page-directive tag", "<%@Import"], |
| 51 ["page-directive tag", "%>"] |
| 52 ]], |
| 53 |
| 54 ["page-directive tag", [ |
| 55 ["page-directive tag", "<%@Master"], |
| 56 ["page-directive tag", "%>"] |
| 57 ]], |
| 58 |
| 59 ["page-directive tag", [ |
| 60 ["page-directive tag", "<%@MasterType"], |
| 61 ["page-directive tag", "%>"] |
| 62 ]], |
| 63 |
| 64 ["page-directive tag", [ |
| 65 ["page-directive tag", "<%@OutputCache"], |
| 66 ["page-directive tag", "%>"] |
| 67 ]], |
| 68 |
| 69 ["page-directive tag", [ |
| 70 ["page-directive tag", "<%@Page"], |
| 71 ["page-directive tag", "%>"] |
| 72 ]], |
| 73 |
| 74 ["page-directive tag", [ |
| 75 ["page-directive tag", "<%@PreviousPageType"], |
| 76 ["page-directive tag", "%>"] |
| 77 ]], |
| 78 |
| 79 ["page-directive tag", [ |
| 80 ["page-directive tag", "<%@Reference"], |
| 81 ["page-directive tag", "%>"] |
| 82 ]], |
| 83 |
| 84 ["page-directive tag", [ |
| 85 ["page-directive tag", "<%@Register"], |
| 86 ["page-directive tag", "%>"] |
| 87 ]] |
| 88 ] |
| 89 |
| 90 ---------------------------------------------------- |
| 91 |
| 92 Checks for all page directives. |
OLD | NEW |