XML into user defined structure
Package:
Summary:
Create objects from definitions in a XML document
Groups:
Author:
Description:
This package can be used to create objects from definitions in a XML document.
It parses a given XML document with and creates objects of classes that correspond to the tag nodes that are found in the XML document.
The parser calls the classes functions to assign variables that correspond to the tag attributes.
It parses a given XML document with and creates objects of classes that correspond to the tag nodes that are found in the XML document.
The parser calls the classes functions to assign variables that correspond to the tag attributes.
Comments are closed.