File/Kolab_Format/lib/Horde/Kolab/Format/XML.php

Description

Implementation of the Kolab XML format.

$Horde: framework/Kolab_Format/lib/Horde/Kolab/Format/XML.php,v 1.5.2.13 2011-01-11 20:21:01 wrobel Exp $

Classes
Class Description
 class Horde_Kolab_Format_XML Kolab XML to array hash converter.
Includes
 require_once ('Horde/Kolab/Format/Date.php') (line 20)

Kolab date handling functions.

 require_once ('Horde/DOM.php') (line 11)

We need the DOM library for XML access.

 require_once ('Horde/NLS.php') (line 17)

We need the NLS library for language support.

 require_once ('Horde/String.php') (line 14)

We need the String library for string conversions.

Constants
HORDE_KOLAB_XML_PRODUCT_ID = 'Horde::Kolab' (line 25)

Defines a XML value that should get a default value if missing

HORDE_KOLAB_XML_TYPE_BOOLEAN = 2 (line 60)

Defines a XML value as boolean type

HORDE_KOLAB_XML_TYPE_COLOR = 6 (line 80)

Defines a XML value as color type

HORDE_KOLAB_XML_TYPE_COMPOSITE = 7 (line 85)

Defines a XML value as composite value type

HORDE_KOLAB_XML_TYPE_DATE = 3 (line 65)

Defines a XML value as date type

HORDE_KOLAB_XML_TYPE_DATETIME = 4 (line 70)

Defines a XML value as datetime type

HORDE_KOLAB_XML_TYPE_DATE_OR_DATETIME = 5 (line 75)

Defines a XML value as date or datetime type

HORDE_KOLAB_XML_TYPE_INTEGER = 1 (line 55)

Defines a XML value as integer type

HORDE_KOLAB_XML_TYPE_MULTIPLE = 8 (line 90)

Defines a XML value as array type

HORDE_KOLAB_XML_TYPE_STRING = 0 (line 50)

Defines a XML value as string type

HORDE_KOLAB_XML_VALUE_CALCULATED = 3 (line 45)

Defines a XML value that will be calculated by its own function

HORDE_KOLAB_XML_VALUE_DEFAULT = 0 (line 30)

Defines a XML value that should get a default value if missing

HORDE_KOLAB_XML_VALUE_MAYBE_MISSING = 1 (line 35)

Defines a XML value that may be missing

HORDE_KOLAB_XML_VALUE_NOT_EMPTY = 2 (line 40)

Defines a XML value that may not be missing

Documentation generated on Sun, 30 Jan 2011 05:23:31 +0000 by phpDocumentor 1.4.3