downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

tidyNode::getParent> <tidy::root
Last updated: Fri, 14 Aug 2009

view this page in

La classe TidyNode

Introduction

Une balise HTML dans un fichier HTML, tel que détecté par Tidy.

Synopsis de la classe

TidyNode
TidyNode {
/* Propriétés */
/* Méthodes */
tidyNode tidyNode::getParent ( void )
bool tidyNode::hasChildren ( void )
bool tidyNode::hasSiblings ( void )
bool tidyNode::isAsp ( void )
bool tidyNode::isComment ( void )
bool tidyNode::isHtml ( void )
bool tidyNode::isJste ( void )
bool tidyNode::isPhp ( void )
bool tidyNode::isText ( void )
}

Propriétés

value

La représentation HTML du noeud, incluant les balises d'encadrement.

name

Le nom de la balise HTML

type

Le type de balise (une constante de type, e.g. TIDY_NODETYPE_PHP)

line

Le numéro de ligne auquel la balise commence

column

Le numéro de colonne où la balise commence

proprietary

Indique que la balise est une balise propriétaire

id

L'ID de la balise (une des constante de balise, e.g. TIDY_TAG_FRAME)

attribute

Un tableau de chaînes, représentant les noms d'attributs (les clés), du noeud courant.

child

Un tableau d'objets TidyNode, représentant les enfants du noeud courant.

Version Description
5.1.0 line, column et proprietary a été ajouté

Sommaire



add a note add a note User Contributed Notes
TidyNode
There are no user contributed notes for this page.

tidyNode::getParent> <tidy::root
Last updated: Fri, 14 Aug 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites