Commit fbadcaf
committed
Add ParseXml method to XBlockParser
Introduce ParseXml(XmlReader, Action<IEnumerable<IMapEntity>>) to deserialize a GameXBlock from an XmlReader and produce IMapEntity instances via the existing lookup/GetInstance logic. The method filters entities by includeEntities/mixin type, deduplicates unknown model error reports (invoking OnError for first occurrence), and invokes the provided callback with the resulting entities or an empty collection if deserialization fails. Also add a missing System.Xml using.1 parent 1e62e02 commit fbadcaf
1 file changed
Lines changed: 31 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
171 | 172 | | |
172 | 173 | | |
173 | 174 | | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
174 | 205 | | |
0 commit comments