[midcom.helper.xml] element index

Package indexes

All elements
a c d e i m o p s t _
_
top
Variable $_output
The end output
Variable $_parser
An instance of the Expat parser
Variable $_stack
The stack of tags currently beeing processed
Variable $_stack_ref
reference to the current element
Method _get_classname
Get the correct classname
Method _parse
Parse the data and build the array
Method _pop_pos
Method _push_pos
Push an element to the stack
Method _tag_closed
this function is called when a tag ends.
Method _tag_data
This function handles the data that is within an xml tag.
Method _tag_open
This callback function is called when the parser finds an open tag.
a
top
Method assertRightXml
Node this function does not look for _valid_ xml , just that it looks the same from the two outputengines.
c
top
Variable $classname
The classname of the last read object
d
top
Method data2array
Make an array out of some xml.
Method data2object
Take xml and move it into an object
e
top
Variable $errstr
Errorstring
Variable $errstr
The errorstring
i
top
Page interfaces.php
interfaces.php in interfaces.php
m
top
Method make_test_object
Class midcom_helper_xml_interface
midcom_helper_xml_interface in interfaces.php
XML Component Interface Class. This is a pure code library.
Method midcom_helper_xml_interface
Constructor.
Class midcom_helper_xml_objectmapper
midcom_helper_xml_objectmapper in objectmapper.php
This is a simple class to move midgard objects to and from xml.
Class midcom_helper_xml_objectmapper_test
midcom_helper_xml_objectmapper_test in test_objectmapper.php
This class tests the midcom_helper_xml_objectmapper
Class midcom_helper_xml_toarray
A simple XML to array parser using expat.
Class midcom_helper_xml_toarray_test
midcom_helper_xml_toarray_test in test_xmlarray.php
This class tests the midcom_helper_xml_toarray class.
o
top
Variable $objectmapper
objectmapper instance
Page objectmapper.php
objectmapper.php in objectmapper.php
Method object2data
Make xml out of an object.
p
top
Method parse
Simple wrapper.
s
top
Method setUp
Method setUp
t
top
Variable $testdata_1
Variable $testdata_1
Testdata
Variable $toarray
toarray instance
Page test_objectmapper.php
test_objectmapper.php in test_objectmapper.php
Page test_xmlarray.php
test_xmlarray.php in test_xmlarray.php
Page toarray.php
toarray.php in toarray.php
Method test_if_propper_data_is_correctly_handled
Method test_objectmapper_data2object
Method test_objectmapper_no_data
Test
Method test_objectmapper_object2data
Method test_toarray_false_data
Method test_toarray_no_data
Test
a c d e i m o p s t _