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

search for in the

tidy::body> <Exemples
Last updated: Fri, 14 Aug 2009

view this page in

La classe Tidy

Introduction

Une balise HTML, telle que détectée par tidy.

Synopsis de la classe

Tidy
Tidy {
/* Propriétés */
/* Méthodes */
tidyNode tidy_get_body ( tidy $object )
bool tidy_clean_repair ( tidy $object )
tidy tidy::__construct ([ string $filename [, mixed $config [, string $encoding [, bool $use_include_path ]]]] )
bool tidy_diagnose ( tidy $object )
array tidy_get_config ( tidy $object )
int tidy_get_html_ver ( tidy $object )
mixed tidy_getopt ( tidy $object , string $option )
string tidy_get_opt_doc ( tidy $object , string $optname )
string tidy_get_release ( void )
int tidy_get_status ( tidy $object )
tidyNode tidy_get_head ( tidy $object )
tidyNode tidy_get_html ( tidy $object )
bool tidy_is_xhtml ( tidy $object )
bool tidy_is_xml ( tidy $object )
tidy tidy_parse_file ( string $filename [, mixed $config [, string $encoding [, bool $use_include_path= false ]]] )
tidy tidy_parse_string ( string $input [, mixed $config [, string $encoding ]] )
string tidy_repair_file ( string $filename [, mixed $config [, string $encoding [, bool $use_include_path= false ]]] )
string tidy_repair_string ( string $data [, mixed $config [, string $encoding ]] )
tidyNode tidy_get_root ( tidy $object )
}

Propriétés

errorBuffer

Les dernières erreurs et alertes de TidyLib

Sommaire

  • tidy::body — Retourne un objet TidyNode, commencé à partir de la balise
  • tidy::CleanRepair — Effectue les opérations de nettoyage et de réparation préparées pour un fichier HTML
  • tidy::__construct — Construit un nouvel objet tidy
  • tidy::diagnose — Établit le diagnostic pour le document analysé et réparé
  • tidy::getConfig — Lit la configuration Tidy courante
  • tidy::htmlver — Détecte le version du code HTML utilisée dans un document
  • Tidy::getopt — Retourne la valeur de l'option de configuration Tidy
  • tidy::getoptdoc — Retourne la documentation pour le nom de l'option donnée
  • tidy::getRelease — Retourne la date de publication (version) de la bibliothèque Tidy
  • tidy::getStatus — Retourne le statut du document spécifié
  • tidy::head — Retourne un objet tidyNode à partir de la balise
  • tidy::html — Retourne un objet tidyNode commençant à la balise
  • tidy::isXhtml — Indique si le document est un document XHTML
  • tidy::isXml — Indique si le document est un document XML générique (non HTML/XHTML)
  • tidy::parseFile — Analyse les balises d'un fichier ou d'une URI
  • tidy::parseString — Analyse un document HTML contenu dans une chaîne
  • tidy::repairFile — Répare un fichier et le renvoie en tant que chaîne
  • tidy::repairString — Répare une chaîne HTML en utilisant un fichier de configuration optionnel
  • tidy::root — Retourne un objet tidyNode représentant la racine du document HTML


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

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