prefixesFor

inline fun NamespaceContext.prefixesFor(namespaceURI: String): Iterator<String>

Deprecated

No longer needed using JDK>8

Replace with

getPrefixes(namespaceURI)