Uses of Class
io.atlasmap.xml.v2.XmlNamespaces
Packages that use XmlNamespaces
- 
Uses of XmlNamespaces in io.atlasmap.xml.v2Fields in io.atlasmap.xml.v2 declared as XmlNamespacesModifier and TypeFieldDescriptionprotected XmlNamespacesXmlDataSource.xmlNamespacesprotected XmlNamespacesXmlDocument.xmlNamespacesMethods in io.atlasmap.xml.v2 that return XmlNamespacesModifier and TypeMethodDescriptionXmlDataSource.getXmlNamespaces()Gets the value of the xmlNamespaces property.XmlDocument.getXmlNamespaces()Gets the value of the xmlNamespaces property.Methods in io.atlasmap.xml.v2 with parameters of type XmlNamespacesModifier and TypeMethodDescriptionvoidXmlDataSource.setXmlNamespaces(XmlNamespaces value) Sets the value of the xmlNamespaces property.voidXmlDocument.setXmlNamespaces(XmlNamespaces value) Sets the value of the xmlNamespaces property.