&reftitle.constants; &extension.constants; Types de Nœud XMLReader &Constant; &Value; &Description; XMLReader::NONE (int) 0 Non un type de nœud XMLReader::ELEMENT (int) 1 Début d'élément XMLReader::ATTRIBUTE (int) 2 Nœud attribut XMLReader::TEXT (int) 3 Nœud texte XMLReader::CDATA (int) 4 Nœud CDATA XMLReader::ENTITY_REF (int) 5 Nœud Référence Entité XMLReader::ENTITY (int) 6 Nœud Déclaration Entité XMLReader::PI (int) 7 Nœud Traitement d'Instruction XMLReader::COMMENT (int) 8 Nœud commentaire XMLReader::DOC (int) 9 Nœud document XMLReader::DOC_TYPE (int) 10 Nœud Type document XMLReader::DOC_FRAGMENT (int) 11 Nœud Fragment Document XMLReader::NOTATION (int) 12 Nœud notation XMLReader::WHITESPACE (int) 13 Nœud blanc (espace) XMLReader::SIGNIFICANT_WHITESPACE (int) 14 Nœud blanc (espace) important XMLReader::END_ELEMENT (int) 15 Fin d'élément XMLReader::END_ENTITY (int) 16 Fin d'entité XMLReader::XML_DECLARATION (int) 17 Nœud Déclaration XML
Options Analyseur XMLReader Constante Valeur Description XMLReader::LOADDTD (int) 1 Charge DTD mais ne valide pas XMLReader::DEFAULTATTRS (int) 2 Charge DTD et attributs par défaut mais ne valide pas XMLReader::VALIDATE (int) 3 Charge DTD et valide pendant l'analyse XMLReader::SUBST_ENTITIES (int) 4 Substitue les entités et agrandit les références