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

File: FastCreate.php

Source Location: /XML_FastCreate-1.0.2/FastCreate.php

Classes:

XML_FastCreate_Overload
Make a special class for overloading, depending of the PHP version.
XML_FastCreate
Master class to used the XML_FastCreate application.

Page Details:

Master file that defined the base structure for extended classes (drivers).

This is the file included by the end-developper. The driver class needed is automatically included.

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('PEAR.php') [line 29]

XML_FASTCREATE_DOCTYPE_HTML_4_01_Frameset [line 96]

XML_FASTCREATE_DOCTYPE_HTML_4_01_Frameset = '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" '.'"http://www.w3.org/TR/html4/frameset.dtd">'
DocType : XHTML 4.01 Frameset

[ Top ]



XML_FASTCREATE_DOCTYPE_HTML_4_01_STRICT [line 82]

XML_FASTCREATE_DOCTYPE_HTML_4_01_STRICT = '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" '.'"http://www.w3.org/TR/html4/strict.dtd">'
DocType : XHTML 4.01 Strict

[ Top ]



XML_FASTCREATE_DOCTYPE_HTML_4_01_Transitional [line 89]

XML_FASTCREATE_DOCTYPE_HTML_4_01_Transitional = '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" '.'"http://www.w3.org/TR/html4/loose.dtd">'
DocType : XHTML 4.01 Transitional

[ Top ]



XML_FASTCREATE_DOCTYPE_XHTML_1_0_FRAMESET [line 75]

XML_FASTCREATE_DOCTYPE_XHTML_1_0_FRAMESET = '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" '.'"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">'
DocType : XHTML 1.0 Frameset

[ Top ]



XML_FASTCREATE_DOCTYPE_XHTML_1_0_STRICT [line 61]

XML_FASTCREATE_DOCTYPE_XHTML_1_0_STRICT = '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" '.'"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">'
DocType : XHTML 1.0 Strict

[ Top ]



XML_FASTCREATE_DOCTYPE_XHTML_1_0_TRANSITIONAL [line 68]

XML_FASTCREATE_DOCTYPE_XHTML_1_0_TRANSITIONAL = '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" '.'"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">'
DocType : XHTML 1.0 Transitional

[ Top ]



XML_FASTCREATE_DOCTYPE_XHTML_1_1 [line 54]

XML_FASTCREATE_DOCTYPE_XHTML_1_1 = '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" '.'"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">'
DocType : XHTML 1.1

[ Top ]



XML_FASTCREATE_ERROR_DTD [line 38]

XML_FASTCREATE_ERROR_DTD = 3

[ Top ]



XML_FASTCREATE_ERROR_NO_DRIVER [line 37]

XML_FASTCREATE_ERROR_NO_DRIVER = 2

[ Top ]



XML_FASTCREATE_ERROR_NO_FACTORY [line 36]

XML_FASTCREATE_ERROR_NO_FACTORY = 1
Errors of XML_FastCreate

[ Top ]



XML_FASTCREATE_EXEC [line 48]

XML_FASTCREATE_EXEC = '/usr/bin/xmllint --valid --noout /tmp/XML_FastCreate.xml 2>&1'
Default program for 'exec' option

[ Top ]



XML_FASTCREATE_FILE [line 43]

XML_FASTCREATE_FILE = '/tmp/XML_FastCreate.xml'
Default filename for 'file' option

[ Top ]



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