You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/Code/Framework/AzCore/Tests/DOM
Nicholas Van Sickle 32e2ba754b
Add Dom::Path class for representing positions in a Dom (#7008)
* Add Dom::Path class for representing positions in a Dom

This also adds Value support for doing a path-based lookup.

The serialized representation is presently compliant with the JSON-pointer spec but the implementation supports Node types and may be later expanded if we require additional functionality (e.g. XPath style conditional querying).

Signed-off-by: Nicholas Van Sickle <nvsickle@amazon.com>
4 years ago
..
DomFixtures.cpp A bit of Generic DOM tidying/fixup (#6914) 4 years ago
DomFixtures.h A bit of Generic DOM tidying/fixup (#6914) 4 years ago
DomJsonBenchmarks.cpp A bit of Generic DOM tidying/fixup (#6914) 4 years ago
DomJsonTests.cpp A bit of Generic DOM tidying/fixup (#6914) 4 years ago
DomPathBenchmarks.cpp Add Dom::Path class for representing positions in a Dom (#7008) 4 years ago
DomPathTests.cpp Add Dom::Path class for representing positions in a Dom (#7008) 4 years ago
DomValueBenchmarks.cpp A bit of Generic DOM tidying/fixup (#6914) 4 years ago
DomValueTests.cpp A bit of Generic DOM tidying/fixup (#6914) 4 years ago