Page: Program_Root/xml/Xml.php
The purpose of the XML interface is to define guidelines for child classes, so that we can have unity
whether we are working with the SAX or the DOM.
- Package:
xml
- Matrix:
Isn't that worth fighting for; isn't that worth dying for?
- Since:
Japha 1.0
@
- Author:
Ryan Gantt
@
Classes in this file:
Include Statements Summary
Global Variable Summary
Constant Summary
Function Summary
Include Statements Detail
Global Variable Detail
Constant Detail
Function Detail
- void setElementHandler()
Usage: setElementHandler ( $sFunction, $eFunction, $function )
Sets the default function for the element openings and closings
This must be a FUNCTION, NOT a METHOD... If you need to use a method from a class, use the import
statement to make that function global to the file
Parameters
- sFunction $sFunction - the function to handle opening tags
@
- eFunction $eFunction - the funciton to handle closing tags
Info