PEAR Manual
Prev
Chapter 48. XML
Next
XML_Serializer
Table of Contents
Introduction
-- Introduction to XML_Serializer
Package XML_Serializer Constants
-- Constants defined in and used by XML_Serializer
Class Summary
XML_Serializer
-- XML_Serializer - class that serializes various structures into an XML document
constructor
XML_Serializer::XML_Serializer()
-- constructor
XML_Serializer::apiVersion()
-- return API version
XML_Serializer::serialize()
-- serialize data
XML_Serializer::getSerializedData()
-- get the result of the serialization
XML_Serializer::resetOptions()
-- reset all options to default options
XML_Serializer::setOption()
-- set an option
Class Summary
XML_Unserializer
-- XML_Unserializer - class to unserialize (read) XML documents
XML_Unserializer Options
-- List of all XML_Unserializer options
XML_Unserializer::XML_Unserializer()
-- Constructor for XML_Unserializer
XML_Unserializer::apiVersion()
-- return API version
XML_Unserializer::unserialize()
-- unserialize data
XML_Unserializer::getUnserializedData()
-- get the result of the unserialization
XML_Unserializer::getRootName()
-- get the name of the root tag of the parsed document.
XML_Unserializer::setOption()
-- set an option
XML_Unserializer::setoptions()
-- set several options
XML_Unserializer::resetOptions()
-- reset all options to default options
Prev
Home
Next
XML_RSS::getTextinputs
Up
Introduction