Uses of Class
ch.ivyteam.ivy.scripting.objects.Xml
Packages that use Xml
-
Uses of Xml in ch.ivyteam.ivy.scripting.objects
Methods in ch.ivyteam.ivy.scripting.objects that return XmlModifier and TypeMethodDescriptionXml.clone()Clones a node (and its owner document).Returns a subnode specified by an XPath; if the XPath describes several subnodes, the first one is returned.Methods in ch.ivyteam.ivy.scripting.objects that return types with arguments of type XmlModifier and TypeMethodDescriptionXml.getNodeList(String xPath) Returns a list of Xml objects specified by an XPath.Methods in ch.ivyteam.ivy.scripting.objects with parameters of type XmlModifier and TypeMethodDescriptionvoidXml.appendChild(Xml child) Import and appends a child element.