API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5

Référence de la classe DOMIT_Lite_Parser

Liste de tous les membres

Fonctions membres publiques

Attributs publics


Documentation des fonctions membres

DOMIT_Lite_Parser::cdataElement ( &$  parser,
data 
)

Catches a CDATA Section event and processes the text

Paramètres:
ObjectA reference to the current SAX parser
stringThe current text data

Références $currentNode, et $data.

DOMIT_Lite_Parser::dataElement ( &$  parser,
data 
)

Catches a data event and processes the text

Paramètres:
ObjectA reference to the current SAX parser
stringThe current text data

Références $data.

DOMIT_Lite_Parser::defaultDataElement ( &$  parser,
data 
)

Catches a default data event and processes the data

Paramètres:
ObjectA reference to the current SAX parser
stringThe current data

Références $currentNode, $data, et dumpTextNode().

Voici le graphe d'appel pour cette fonction :

DOMIT_Lite_Parser::dumpTextNode ( )

Generates and appends a new text node from the parseContainer text

Références $currentNode.

Référencé par defaultDataElement(), endElement(), et startElement().

Voici le graphe d'appel pour cette fonction :

DOMIT_Lite_Parser::endElement ( &$  parser,
name 
)

Catches an end element event and processes the data

Paramètres:
ObjectA reference to the current SAX parser
stringThe tag name of the current element

Références dumpTextNode().

Voici le graphe d'appel pour cette fonction :

DOMIT_Lite_Parser::parse ( &$  myXMLDoc,
xmlText,
preserveCDATA = true 
)

Parses xml text using Expat

Paramètres:
ObjectA reference to the DOM document that the xml is to be parsed into
stringThe text to be parsed
booleanTrue if CDATA Section nodes are not to be converted into Text nodes
Renvoie:
boolean True if the parsing is successful

Références $preserveCDATA.

DOMIT_Lite_Parser::parseSAXY ( &$  myXMLDoc,
xmlText,
preserveCDATA,
definedEntities 
)

Parses xml text using SAXY

Paramètres:
ObjectA reference to the DOM document that the xml is to be parsed into
stringThe text to be parsed
booleanTrue if CDATA Section nodes are not to be converted into Text nodes
Renvoie:
boolean True if the parsing is successful

Références $preserveCDATA.

DOMIT_Lite_Parser::startElement ( &$  parser,
name,
attrs 
)

Catches a start element event and processes the data

Paramètres:
ObjectA reference to the current SAX parser
stringThe tag name of the current element
ArrayAn array of the element attributes

Références $currentNode, $name, et dumpTextNode().

Voici le graphe d'appel pour cette fonction :


Documentation des données membres

DOMIT_Lite_Parser::$currentNode = null
DOMIT_Lite_Parser::$inCDATASection = false
DOMIT_Lite_Parser::$inTextNode = false
DOMIT_Lite_Parser::$lastChild = null
DOMIT_Lite_Parser::$parseContainer = ''
DOMIT_Lite_Parser::$parseItem = ''
DOMIT_Lite_Parser::$preserveCDATA

Référencé par parse(), et parseSAXY().

DOMIT_Lite_Parser::$xmlDoc = null

La documentation de cette classe a été générée à partir du fichier suivant :