public interface IXamlPrefixMapper
This interface is only used to specify mappings between namespaces that are used for serialization or deserialization
with classes XamlSerializer
and
XamlReader
. If no prefix mapping is specified for a namespace, a default XML namespace/prefix mapping is
used.
Modifier and Type | Method and Description |
---|---|
String |
getNamespaceOfPrefix(String prefix)
Gets the namespace for the given prefix.
|
String |
getPrefixOfNamespace(String ns)
Gets the prefix of namespace.
|