PEAR
[ class tree: PEAR ] [ index: PEAR ] [ all elements ]

File: v2.php

Source Location: /PEAR-1.4.0/PEAR/PackageFile/Generator/v2.php

Classes:

PEAR_PackageFile_Generator_v2
This class converts a PEAR_PackageFile_v2 object into any output format.
XML_Util
utility class for working with XML documents

Page Details:

package.xml generation class, package.xml version 2.0

PHP versions 4 and 5

LICENSE: This source file is subject to version 3.0 of the PHP license that is available through the world-wide-web at the following URI: http://www.php.net/license/3_0.txt. If you did not receive a copy of the PHP License and are unable to obtain it through the web, please send a note to license@php.net so we can mail you a copy immediately.

Includes:

require_once(System.php) [line 26]
file/dir manipulation routines

XML_UTIL_CDATA_SECTION [line 922]

XML_UTIL_CDATA_SECTION = 2
embedd content in a CData Section

[ Top ]



XML_UTIL_ENTITIES_HTML [line 945]

XML_UTIL_ENTITIES_HTML = 3
replace HTML entitites

[ Top ]



XML_UTIL_ENTITIES_NONE [line 927]

XML_UTIL_ENTITIES_NONE = 0
do not replace entitites

[ Top ]



XML_UTIL_ENTITIES_UTF8_XML [line 951]

XML_UTIL_ENTITIES_UTF8_XML = 4
replace all XML entitites, and encode from ISO-8859-1 to UTF-8

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


[ Top ]



XML_UTIL_ENTITIES_XML [line 933]

XML_UTIL_ENTITIES_XML = 1
replace all XML entitites

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


[ Top ]



XML_UTIL_ENTITIES_XML_REQUIRED [line 939]

XML_UTIL_ENTITIES_XML_REQUIRED = 2
replace only required XML entitites

This setting will replace <, " and &


[ Top ]



XML_UTIL_ERROR_INVALID_CHARS [line 897]

XML_UTIL_ERROR_INVALID_CHARS = 51
error code for invalid chars in XML name

[ Top ]



XML_UTIL_ERROR_INVALID_START [line 902]

XML_UTIL_ERROR_INVALID_START = 52
error code for invalid chars in XML name

[ Top ]



XML_UTIL_ERROR_NON_SCALAR_CONTENT [line 907]

XML_UTIL_ERROR_NON_SCALAR_CONTENT = 60
error code for non-scalar tag content

[ Top ]



XML_UTIL_ERROR_NO_TAG_NAME [line 912]

XML_UTIL_ERROR_NO_TAG_NAME = 61
error code for missing tag name

[ Top ]



XML_UTIL_REPLACE_ENTITIES [line 917]

XML_UTIL_REPLACE_ENTITIES = 1
replace XML entities

[ Top ]



Documentation generated on Mon, 11 Mar 2019 14:14:27 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.