Liste de tous les membres
Fonctions membres publiques
Attributs publics
Documentation des fonctions membres
SAXY_Parser_Base::appendEntityTranslationTable |
( |
$ |
table | ) |
|
Appends an array of entity mappings to the existing translation table
Intended mainly to facilitate the conversion of non-ASCII entities into equivalent characters
- Paramètres:
-
array | A list of entity mappings in the format: array('&' => '&'); |
SAXY_Parser_Base::convertEntities |
( |
$ |
truthVal | ) |
|
Sets whether predefined entites should be replaced with their equivalent characters during parsing
- Paramètres:
-
boolean | True if entity replacement is to occur |
Référencé par fireCharacterDataEvent(), et parseAttributes().
SAXY_Parser_Base::fireCDataSectionEvent |
( |
$ |
data | ) |
|
SAXY_Parser_Base::fireCharacterDataEvent |
( |
$ |
data | ) |
|
SAXY_Parser_Base::fireEndElementEvent |
( |
$ |
tagName | ) |
|
SAXY_Parser_Base::fireStartElementEvent |
( |
$ |
tagName, |
|
|
$ |
attributes |
|
) |
| |
SAXY_Parser_Base::getCharFromEnd |
( |
$ |
text, |
|
|
$ |
index |
|
) |
| |
SAXY_Parser_Base::parseAttributes |
( |
$ |
attrText | ) |
|
SAXY_Parser_Base::parseBetweenTags |
( |
$ |
betweenTagText | ) |
|
SAXY_Parser_Base::SAXY_Parser_Base |
( |
| ) |
|
SAXY_Parser_Base::xml_set_cdata_section_handler |
( |
$ |
handler | ) |
|
Sets a reference to the handler for the CDATA Section event
- Paramètres:
-
mixed | A reference to the CDATA Section handler |
SAXY_Parser_Base::xml_set_character_data_handler |
( |
$ |
handler | ) |
|
Sets a reference to the handler for the data event
- Paramètres:
-
mixed | A reference to the data handler |
SAXY_Parser_Base::xml_set_element_handler |
( |
$ |
startHandler, |
|
|
$ |
endHandler |
|
) |
| |
Sets a reference to the handler for the start element event
- Paramètres:
-
mixed | A reference to the start element handler |
Documentation des données membres
SAXY_Parser_Base::$cDataSectionHandler = null |
SAXY_Parser_Base::$characterDataHandler |
SAXY_Parser_Base::$charContainer |
SAXY_Parser_Base::$convertEntities = true |
SAXY_Parser_Base::$definedEntities = array() |
SAXY_Parser_Base::$endElementHandler |
SAXY_Parser_Base::$predefinedEntities |
Valeur initiale : array('&' => '&', '<' => '<', '>' => '>',
'"' => '"', ''' => "'")
SAXY_Parser_Base::$preserveWhitespace = false |
SAXY_Parser_Base::$startElementHandler |
La documentation de cette classe a été générée à partir du fichier suivant :