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

File: v2.php

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

Classes:

PEAR_PackageFile_Generator_v2
This class converts a PEAR_PackageFile_v2 object into any output format.
PEAR_PackageFile_Generator_v2_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

PEAR_PackageFile_Generator_v2_XML_Util_CDATA_SECTION [line 906]

PEAR_PackageFile_Generator_v2_XML_Util_CDATA_SECTION = 2
embedd content in a CData Section

[ Top ]



PEAR_PackageFile_Generator_v2_XML_Util_ENTITIES_HTML [line 929]

PEAR_PackageFile_Generator_v2_XML_Util_ENTITIES_HTML = 3
replace HTML entitites

[ Top ]



PEAR_PackageFile_Generator_v2_XML_Util_ENTITIES_NONE [line 911]

PEAR_PackageFile_Generator_v2_XML_Util_ENTITIES_NONE = 0
do not replace entitites

[ Top ]



PEAR_PackageFile_Generator_v2_XML_Util_ENTITIES_UTF8_XML [line 935]

PEAR_PackageFile_Generator_v2_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 ]



PEAR_PackageFile_Generator_v2_XML_Util_ENTITIES_XML [line 917]

PEAR_PackageFile_Generator_v2_XML_Util_ENTITIES_XML = 1
replace all XML entitites

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


[ Top ]



PEAR_PackageFile_Generator_v2_XML_Util_ENTITIES_XML_REQUIRED [line 923]

PEAR_PackageFile_Generator_v2_XML_Util_ENTITIES_XML_REQUIRED = 2
replace only required XML entitites

This setting will replace <, " and &


[ Top ]



PEAR_PackageFile_Generator_v2_XML_Util_ERROR_INVALID_CHARS [line 881]

PEAR_PackageFile_Generator_v2_XML_Util_ERROR_INVALID_CHARS = 51
error code for invalid chars in XML name

[ Top ]



PEAR_PackageFile_Generator_v2_XML_Util_ERROR_INVALID_START [line 886]

PEAR_PackageFile_Generator_v2_XML_Util_ERROR_INVALID_START = 52
error code for invalid chars in XML name

[ Top ]



PEAR_PackageFile_Generator_v2_XML_Util_ERROR_NON_SCALAR_CONTENT [line 891]

PEAR_PackageFile_Generator_v2_XML_Util_ERROR_NON_SCALAR_CONTENT = 60
error code for non-scalar tag content

[ Top ]



PEAR_PackageFile_Generator_v2_XML_Util_ERROR_NO_TAG_NAME [line 896]

PEAR_PackageFile_Generator_v2_XML_Util_ERROR_NO_TAG_NAME = 61
error code for missing tag name

[ Top ]



PEAR_PackageFile_Generator_v2_XML_Util_REPLACE_ENTITIES [line 901]

PEAR_PackageFile_Generator_v2_XML_Util_REPLACE_ENTITIES = 1
replace XML entities

[ Top ]



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