{
if(attributeQName == null)
{return null;}
if(attributeValue == null)
{return null;}
final AtomicValue comparison = new AnyURIValue(attributeValue);
final DocumentSet documentSet = getPolicyDocuments(broker, true);
final NodeSet nodeSet = documentSet.docsToNodeSet();
final NativeValueIndex valueIndex = broker.getValueIndex();