Uses of Class
io.atlasmap.xml.v2.XmlNamespaces
Packages that use XmlNamespaces
-
Uses of XmlNamespaces in io.atlasmap.xml.v2
Fields in io.atlasmap.xml.v2 declared as XmlNamespacesModifier and TypeFieldDescriptionprotected XmlNamespaces
XmlDataSource.xmlNamespaces
protected XmlNamespaces
XmlDocument.xmlNamespaces
Methods 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 TypeMethodDescriptionvoid
XmlDataSource.setXmlNamespaces
(XmlNamespaces value) Sets the value of the xmlNamespaces property.void
XmlDocument.setXmlNamespaces
(XmlNamespaces value) Sets the value of the xmlNamespaces property.