File/PEAR/XML/Util.php

Description
Classes
Class Description
 class XML_Util utility class for working with XML documents
Constants
XML_UTIL_CDATA_SECTION = 5 (line 49)

embedd content in a CData Section

XML_UTIL_COLLAPSE_ALL = 1 (line 77)

Collapse all empty tags.

XML_UTIL_COLLAPSE_XHTML_ONLY = 2 (line 82)

Collapse only empty XHTML tags that have no end tag.

XML_UTIL_ENTITIES_HTML = 3 (line 72)

replace HTML entitites

XML_UTIL_ENTITIES_NONE = (line 54)

do not replace entitites

XML_UTIL_ENTITIES_XML = 1 (line 60)

replace all XML entitites

This setting will replace <, >, ", ' and &

XML_UTIL_ENTITIES_XML_REQUIRED = 2 (line 66)

replace only required XML entitites

This setting will replace <, " and &

XML_UTIL_ERROR_INVALID_CHARS = 51 (line 24)

error code for invalid chars in XML name

XML_UTIL_ERROR_INVALID_START = 52 (line 29)

error code for invalid chars in XML name

XML_UTIL_ERROR_NON_SCALAR_CONTENT = 60 (line 34)

error code for non-scalar tag content

XML_UTIL_ERROR_NO_TAG_NAME = 61 (line 39)

error code for missing tag name

XML_UTIL_REPLACE_ENTITIES = 1 (line 44)

replace XML entities

Documentation generated on Mon, 04 Dec 2006 11:10:17 -0500 by phpDocumentor 1.3.0RC3