Hi all,

I've been trying to test if a node P has a child node called C since I need to get a list of P nodes that either has no child node C or a child node C with a certain property. I think I got the last part correct, but the first part is tricky.

  QueryObjectModelFactory.childNode()

is difficult to use since it wants an absolute path.

  QueryObjectModelFactory.propertyExistence()

is fine for properties, but there seem to be no equivalent for child nodes.

Does anyone on this list have any ideas?

Thanks in advance

Thorsten

Reply via email to