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

Element index for package XML_FastCreate

[ c ] [ e ] [ f ] [ g ] [ h ] [ i ] [ m ] [ n ] [ q ] [ t ] [ x ]

c

cdata
in file XML_Tree.php, method XML_FastCreate_XML_Tree::cdata()
    (Make a CDATA section <![CDATA[ (...) ]]>)
cdata
in file FastCreate.php, method XML_FastCreate::cdata()
    Make a CDATA section <![CDATA[ (...) ]]>
cdata
in file Text.php, method XML_FastCreate_Text::cdata()
    Make a CDATA section <![CDATA[ (...) ]]>
comment
in file XML_Tree.php, method XML_FastCreate_XML_Tree::comment()
    (Make an XML comment)
comment
in file FastCreate.php, method XML_FastCreate::comment()
    Make an XML comment
comment
in file Text.php, method XML_FastCreate_Text::comment()
    Make an XML comment
top

e

exportXML
in file XML_Tree.php, method XML_FastCreate_XML_Tree::exportXML()
    Export driver data to XML text
exportXML
in file Text.php, method XML_FastCreate_Text::exportXML()
    Export driver data to XML text
exportXML
in file FastCreate.php, method XML_FastCreate::exportXML()
    Export driver data to XML text
top

f

factory
in file FastCreate.php, method XML_FastCreate::factory()
    Factory : Make an instance of XML_FastCreate object
FastCreate.php
procedural page FastCreate.php
top

g

getXML
in file XML_Tree.php, method XML_FastCreate_XML_Tree::getXML()
    Return the current XML text
getXML
in file Text.php, method XML_FastCreate_Text::getXML()
    Return the current XML text
getXML
in file FastCreate.php, method XML_FastCreate::getXML()
    Return the current XML text
top

h

HTML2XFC.php
procedural page HTML2XFC.php
HTML_4_01_STRICT.php
procedural page HTML_4_01_STRICT.php
HTML_4_01_TRANSITIONAL.php
procedural page HTML_4_01_TRANSITIONAL.php
top

i

importXML
in file FastCreate.php, method XML_FastCreate::importXML()
    Import XML text to driver data
importXML
in file XML_Tree.php, method XML_FastCreate_XML_Tree::importXML()
    Import XML text to driver data
importXML
in file Text.php, method XML_FastCreate_Text::importXML()
    Import XML text to driver data
indentXML
in file FastCreate.php, method XML_FastCreate::indentXML()
    Indent an XML text
isValid
in file FastCreate.php, method XML_FastCreate::isValid()
    Check if the XML respect the DTD.
top

m

makeXML
in file XML_Tree.php, method XML_FastCreate_XML_Tree::makeXML()
    Make an XML Tag
makeXML
in file Text.php, method XML_FastCreate_Text::makeXML()
    Make an XML Tag
makeXML
in file FastCreate.php, method XML_FastCreate::makeXML()
    Make an XML Tag
top

n

noquote
in file XML_Tree.php, method XML_FastCreate_XML_Tree::noquote()
    (Don't quote this content.)
noquote
in file Text.php, method XML_FastCreate_Text::noquote()
    Don't quote this content.
noquote
in file FastCreate.php, method XML_FastCreate::noquote()
    Don't quote this content.
top

q

quote
in file XML_Tree.php, method XML_FastCreate_XML_Tree::quote()
    Encode a string to be include in XML tags.
quote
in file Text.php, method XML_FastCreate_Text::quote()
    Encode a string to be include in XML tags.
quote
in file FastCreate.php, method XML_FastCreate::quote()
    Encode a string to be include in XML tags.
top

t

toXML
in file FastCreate.php, method XML_FastCreate::toXML()
    Print the current XML to standard output
Text.php
procedural page Text.php
top

x

$xml
in file Text.php, variable XML_FastCreate_Text::$xml
    XML generated
$xml
in file XML_Tree.php, variable XML_FastCreate_XML_Tree::$xml
    XML generated
xml
in file FastCreate.php, method XML_FastCreate::xml()
    Make an XML tag.
XML_FastCreate
in file FastCreate.php, class XML_FastCreate
    Master class to used the XML_FastCreate application.
XHTML_1_0_STRICT.php
procedural page XHTML_1_0_STRICT.php
XHTML_1_0_TRANSITIONAL.php
procedural page XHTML_1_0_TRANSITIONAL.php
XML_Tree.php
procedural page XML_Tree.php
XML_FASTCREATE_DOCTYPE_HTML_4_01_Frameset
in file FastCreate.php, constant XML_FASTCREATE_DOCTYPE_HTML_4_01_Frameset
    DocType : XHTML 4.01 Frameset
XML_FASTCREATE_DOCTYPE_HTML_4_01_STRICT
in file FastCreate.php, constant XML_FASTCREATE_DOCTYPE_HTML_4_01_STRICT
    DocType : XHTML 4.01 Strict
XML_FASTCREATE_DOCTYPE_HTML_4_01_Transitional
in file FastCreate.php, constant XML_FASTCREATE_DOCTYPE_HTML_4_01_Transitional
    DocType : XHTML 4.01 Transitional
XML_FASTCREATE_DOCTYPE_XHTML_1_0_FRAMESET
in file FastCreate.php, constant XML_FASTCREATE_DOCTYPE_XHTML_1_0_FRAMESET
    DocType : XHTML 1.0 Frameset
XML_FASTCREATE_DOCTYPE_XHTML_1_0_STRICT
in file FastCreate.php, constant XML_FASTCREATE_DOCTYPE_XHTML_1_0_STRICT
    DocType : XHTML 1.0 Strict
XML_FASTCREATE_DOCTYPE_XHTML_1_0_TRANSITIONAL
in file FastCreate.php, constant XML_FASTCREATE_DOCTYPE_XHTML_1_0_TRANSITIONAL
    DocType : XHTML 1.0 Transitional
XML_FASTCREATE_DOCTYPE_XHTML_1_1
in file FastCreate.php, constant XML_FASTCREATE_DOCTYPE_XHTML_1_1
    DocType : XHTML 1.1
XML_FASTCREATE_ERROR_DTD
in file FastCreate.php, constant XML_FASTCREATE_ERROR_DTD
XML_FASTCREATE_ERROR_NO_DRIVER
in file FastCreate.php, constant XML_FASTCREATE_ERROR_NO_DRIVER
XML_FASTCREATE_ERROR_NO_FACTORY
in file FastCreate.php, constant XML_FASTCREATE_ERROR_NO_FACTORY
    Errors of XML_FastCreate
XML_FASTCREATE_EXEC
in file FastCreate.php, constant XML_FASTCREATE_EXEC
    Default program for 'exec' option
XML_FASTCREATE_FILE
in file FastCreate.php, constant XML_FASTCREATE_FILE
    Default filename for 'file' option
XML_FastCreate_Text
in file Text.php, class XML_FastCreate_Text
    Text driver for the XML_FastCreate object.
XML_FastCreate_Text
in file Text.php, method XML_FastCreate_Text::XML_FastCreate_Text()
    Make an instance of the XML_FastCreate_Text driver.
XML_FastCreate_XML_Tree
in file XML_Tree.php, method XML_FastCreate_XML_Tree::XML_FastCreate_XML_Tree()
    Make an instance of the XML_FastCreate_XML_Tree driver.
XML_FastCreate_XML_Tree
in file XML_Tree.php, class XML_FastCreate_XML_Tree
    XML_Tree driver for the XML_FastCreate object.
top

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