XML_Transformer::overloadElement

XML_Transformer::overloadElement –

Synopsis

void XML_Transformer::overloadElement ( string element , string startHandler , string endHandler , boolean recursiveOperation )

Description

Overloads an XML element and binds its opening and closing tags to a PHP callback. A PHP callback can be one of the following:

  • A PHP Function.
  • A PHP Method on an object.
  • A static PHP Method.

The optional fourth parameter can be used to override the global setting for recursive operation.

XML_Transformer::XML_Transformer (Previous) XML_Transformer::overloadNamespace (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.