- 7. API Reference
7.18. Opt_Xml_Scannable class - 7.17.6. setProlog()
« Previous - 7.18.1. _testNode()
Next »
7.18. Opt_Xml_Scannable class
Table of Contents
- 7.18.1. _testNode()
- 7.18.2. appendChild()
- 7.18.3. bringToEnd()
- 7.18.4. countChildren()
- 7.18.5. getChildren()
- 7.18.6. getElementsByTagName()
- 7.18.7. getElementsByTagNameNS()
- 7.18.8. getElementsExt()
- 7.18.9. getLastChild()
- 7.18.10. hasChildren()
- 7.18.11. insertBefore()
- 7.18.12. moveChildren()
- 7.18.13. removeChild()
- 7.18.14. removeChildren()
- 7.18.15. replaceChild()
- 7.18.16. sort()
| Construct | Class |
|---|---|
| Extends | Opt_Xml_Node |
| Implements | Iterator |
| Extended by | Opt_Xml_Element, Opt_Xml_Root, Opt_Xml_Text |
This abstract class provides complete XML node manipulation API. Each node that is able to contain children, must extend it. The programming interface is based on DOM, so everyone familiar with this API should have no problems with using it.
The class allows to disable adding particular node types as children. In this case the methods may generate
Opt_InvalidNodeType_Exception.
- 7.18. Opt_Xml_Scannable class
7. API Reference - « Previous
7.17.6. setProlog() - Next »
7.18.1. _testNode()