ezxmltext
Summary
Contains information about an XML block.Persistent
No.Attributes
Attribute | Type | Static* | Description |
---|---|---|---|
input |
object |
No. |
Returns the current input handler, which will be an object of type ezxmlinputhandler, default is ezsimplifiedxmlinput. |
output |
object |
No. |
Returns the current output handler, which will be an object of type ezxmloutputhandler, default is ezxhtmlxmloutput. |
pdf_output |
object |
No. |
Returns the PDF output handler. |
xml_data |
string |
Yes. |
Returns the internal XML structure as text. |
is_empty |
boolean |
No. |
Returns TRUE if there is no XML data, FALSE otherwise. |
* Indicates whether the attribute provides a pre-fetched value or if it needs to be computed upon request.
Balazs Halasy (14/03/2005 10:49 am)
Svitlana Shatokhina (14/02/2007 12:50 pm)
Comments
There are no comments.