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

Référence de la classe SAXY_Lite_Parser

Graphe d'héritage de SAXY_Lite_Parser:
Graphe de collaboration de SAXY_Lite_Parser:

Liste de tous les membres

Fonctions membres publiques


Documentation des fonctions membres

SAXY_Lite_Parser::getVersion ( )

Returns the current version of SAXY Lite

Renvoie:
Object The current version of SAXY Lite
SAXY_Lite_Parser::parse ( xmlText)

The controlling method for the parsing process

Paramètres:
stringThe xml text to be processed
Renvoie:
boolean True if parsing is successful

Références $i, $total, SAXY_Parser_Base::getCharFromEnd(), SAXY_Parser_Base::parseBetweenTags(), parseTag(), et preprocessXML().

Voici le graphe d'appel pour cette fonction :

SAXY_Lite_Parser::parseTag ( tagText)

Parses an element tag

Paramètres:
stringThe interior text of the element tag

Références $i, $total, SAXY_Parser_Base::fireCDataSectionEvent(), SAXY_Parser_Base::fireCharacterDataEvent(), SAXY_Parser_Base::fireEndElementEvent(), SAXY_Parser_Base::fireStartElementEvent(), et SAXY_Parser_Base::parseAttributes().

Référencé par parse().

Voici le graphe d'appel pour cette fonction :

Voici le graphe d'appel pour cette fonction :

SAXY_Lite_Parser::preprocessXML ( xmlText)

Processes the xml prolog, doctype, and any other nodes that exist outside of the main xml document

Paramètres:
stringThe xml text to be processed
Renvoie:
string The preprocessed xml text

Références $i, et $total.

Référencé par parse().

Voici le graphe d'appel pour cette fonction :

SAXY_Lite_Parser::SAXY_Lite_Parser ( )

Constructor for SAX parser

Références SAXY_Parser_Base::SAXY_Parser_Base().

Voici le graphe d'appel pour cette fonction :

SAXY_Lite_Parser::xml_error_string ( code)

Returns a textual description of the error code (non-functional for SAXY Lite)

Paramètres:
intThe error code
Renvoie:
string The error message
SAXY_Lite_Parser::xml_get_error_code ( )

Returns the current error code (non-functional for SAXY Lite)

Renvoie:
int The current error code

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