OLD | NEW |
1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 <!-- --> | 2 <!-- --> |
3 <!-- Copyright 2008 Google Inc. --> | 3 <!-- Copyright 2008 Google Inc. --> |
4 <!-- Licensed under the Apache License, Version 2.0 (the "License"); you --> | 4 <!-- Licensed under the Apache License, Version 2.0 (the "License"); you --> |
5 <!-- may not use this file except in compliance with the License. You may --> | 5 <!-- may not use this file except in compliance with the License. You may --> |
6 <!-- may obtain a copy of the License at --> | 6 <!-- may obtain a copy of the License at --> |
7 <!-- --> | 7 <!-- --> |
8 <!-- http://www.apache.org/licenses/LICENSE-2.0 --> | 8 <!-- http://www.apache.org/licenses/LICENSE-2.0 --> |
9 <!-- --> | 9 <!-- --> |
10 <!-- Unless required by applicable law or agreed to in writing, software --> | 10 <!-- Unless required by applicable law or agreed to in writing, software --> |
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
197 <!ELEMENT when-type-is EMPTY> | 197 <!ELEMENT when-type-is EMPTY> |
198 <!ATTLIST when-type-is | 198 <!ATTLIST when-type-is |
199 class CDATA #REQUIRED | 199 class CDATA #REQUIRED |
200 > | 200 > |
201 <!-- Predicate that ANDs all child conditions --> | 201 <!-- Predicate that ANDs all child conditions --> |
202 <!ELEMENT all (%predicates;)*> | 202 <!ELEMENT all (%predicates;)*> |
203 <!-- Predicate that ORs all child conditions --> | 203 <!-- Predicate that ORs all child conditions --> |
204 <!ELEMENT any (%predicates;)*> | 204 <!ELEMENT any (%predicates;)*> |
205 <!-- Predicate that NANDs all child conditions --> | 205 <!-- Predicate that NANDs all child conditions --> |
206 <!ELEMENT none (%predicates;)*> | 206 <!ELEMENT none (%predicates;)*> |
OLD | NEW |