Portlet Factory, Version 6.1.2
About removing elements from an IXml structure
You can remove elements from an IXml structure by calling one of these methods.
- removeChildElement(IXml)
- Use this method to remove the IXml structure passed as the argument from the current IXml structure.
- removeChildElement(String)
- Use this method to remove the element specified by the path passed as a string argument from the current IXml structure.
- removeChildren()
- Use this method to remove all the child elements of the current element.
Parent topic: About creating XML structures
Library | Support |