You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NamespacePrefixesMap is a Map descendant representing aliases of namespace declarations when writing XML text.
Unlike NamespacesMap it maps namespace URIs to generated prefixes: ns0, ns1 etc. which makes sense solely for XML serialization tasks. Naturally, this is an XMLMarshaller internal class.