Notifies the meta structures of an update and invalidates the indexes.
()
| 209 | * Notifies the meta structures of an update and invalidates the indexes. |
| 210 | */ |
| 211 | private synchronized void update() { |
| 212 | pathOrder = null; |
| 213 | data.meta.dirty = true; |
| 214 | dirty = true; |
| 215 | } |
| 216 | |
| 217 | /** |
| 218 | * Returns the PRE values of all document nodes matching the specified path. |