PHP Classes

File: xmlparser.class.php

Recommend this page to a friend!
  Classes of Marcos Pont   SimpleXmlParser   xmlparser.class.php  
File: xmlparser.class.php
Role: Class source
Content type: text/plain
Description: The SimpleXmlParser class
Class: SimpleXmlParser
Class to parse XML files
Author: By
Last change: Added 4 methods in internal class XmlNode:
- hasChildren()
- getChildrenCount()
- &getChildren($index)
- getChildrenTagsArray()
The last method can be applied in the following XML structure:
<tag>
<foo>ABC</foo>
<baz>DEF</baz>
</tag>
If the method is applied to "<tag>" node, it will return an array indexed by the children names: "foo" and "baz"
Date: 21 years ago
Size: 9,764 bytes

You need to be a registered user and login to get this file.

Login Immediately with your account on: