Package com.consol.citrus.validation.xml
Interface XmlNamespaceAware
-
public interface XmlNamespaceAware- Author:
- Christoph Deppisch
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetNamespaces(Map<String,String> namespaces)Sets the Xml namespaces as map where the key is the namespace prefix and value is the namespace URI.
-