Liste de tous les membres
Fonctions membres publiques
Attributs publics
Documentation des fonctions membres
xml_domit_rss_base::get |
( |
$ |
htmlSafe = false , |
|
|
$ |
subEntities = false |
|
) |
| |
Generates a string representation of the node and its children
- Paramètres:
-
boolean | True if HTML readable output is desired |
boolean | True if illegal xml characters in text nodes and attributes should be converted to entities |
- Renvoie:
- string The string representation
xml_domit_rss_base::getAttribute |
( |
$ |
attr | ) |
|
Retrieves the text of the named attribute, checking first if the attribute exists
- Paramètres:
-
- Renvoie:
- string The attribute value, or an empty string
Référencé par xml_domit_rss_cloud::getDomain(), xml_domit_rss_category::getDomain(), xml_domit_rss_enclosure::getLength(), xml_domit_rss_cloud::getPath(), xml_domit_rss_cloud::getPort(), xml_domit_rss_cloud::getProtocol(), xml_domit_rss_cloud::getRegisterProcedure(), xml_domit_rss_enclosure::getType(), xml_domit_rss_source::getUrl(), et xml_domit_rss_enclosure::getUrl().
xml_domit_rss_base::getNode |
( |
| ) |
|
xml_domit_rss_base::hasAttribute |
( |
$ |
attr | ) |
|
Checks whether the named attribute exists
- Paramètres:
-
- Renvoie:
- boolean True if the attribute exists
xml_domit_rss_base::isRSSDefined |
( |
$ |
elementName | ) |
|
Tests whether the named element is predefined by the RSS spec
- Paramètres:
-
- Renvoie:
- boolean True if the element is predefined by the RSS spec
xml_domit_rss_base::isSimpleRSSElement |
( |
$ |
elementName | ) |
|
Tests whether the named element has a single child text node
- Paramètres:
-
- Renvoie:
- boolean True if the named element has a single child text node
xml_domit_rss_base::toNormalizedString |
( |
$ |
htmlSafe = false , |
|
|
$ |
subEntities = false |
|
) |
| |
Generates a normalized (formatted for readability) representation of the node and its children
- Paramètres:
-
boolean | True if HTML readable output is desired |
boolean | True if illegal xml characters in text nodes and attributes should be converted to entities |
- Renvoie:
- string The formatted string representation
Documentation des données membres
xml_domit_rss_base::$node = null |
xml_domit_rss_base::$rssDefinedElements = array() |
La documentation de cette classe a été générée à partir du fichier suivant :