set.add(root);
// add the other resources, which are defined by the conformance tests
try
{
set.add(new AnyURIAttribute(new URI("urn:root:child1")));
set.add(new AnyURIAttribute(new URI("urn:root:child1:descendant1")));
set.add(new AnyURIAttribute(new URI("urn:root:child1:descendant2")));
set.add(new AnyURIAttribute(new URI("urn:root:child2")));
set.add(new AnyURIAttribute(new URI("urn:root:child2:descendant1")));
set.add(new AnyURIAttribute(new URI("urn:root:child2:descendant2")));
}
catch (URISyntaxException ex)
{
}
return new ResourceFinderResult(set);