XOOPS API 2.5.11 Beta1  UI v0.5
Réalisé par monxoops.fr
Référence de la classe HTML5

Fonctions membres publiques

 __construct ($data)
 
 save ()
 

Champs de données

const PCDATA = 0
 
const RCDATA = 1
 
const CDATA = 2
 
const PLAINTEXT = 3
 
const DOCTYPE = 0
 
const STARTTAG = 1
 
const ENDTAG = 2
 
const COMMENT = 3
 
const CHARACTR = 4
 
const EOF = 5
 

Fonctions membres privées

 char ()
 
 character ($s, $l=0)
 
 characters ($char_class, $start)
 
 dataState ()
 
 entityDataState ()
 
 tagOpenState ()
 
 closeTagOpenState ()
 
 tagNameState ()
 
 beforeAttributeNameState ()
 
 attributeNameState ()
 
 afterAttributeNameState ()
 
 beforeAttributeValueState ()
 
 attributeValueDoubleQuotedState ()
 
 attributeValueSingleQuotedState ()
 
 attributeValueUnquotedState ()
 
 entityInAttributeValueState ()
 
 bogusCommentState ()
 
 markupDeclarationOpenState ()
 
 commentState ()
 
 commentDashState ()
 
 commentEndState ()
 
 doctypeState ()
 
 beforeDoctypeNameState ()
 
 doctypeNameState ()
 
 afterDoctypeNameState ()
 
 bogusDoctypeState ()
 
 entity ()
 
 emitToken ($token)
 
 EOF ()
 

Attributs privés

 $data
 
 $char
 
 $EOF
 
 $state
 
 $tree
 
 $token
 
 $content_model
 
 $escape = false
 
 $entities
 

Documentation des constructeurs et destructeur

◆ __construct()

__construct (   $data)

Documentation des fonctions membres

◆ afterAttributeNameState()

afterAttributeNameState ( )
private
+ Voici le graphe d'appel pour cette fonction :

◆ afterDoctypeNameState()

afterDoctypeNameState ( )
private
+ Voici le graphe d'appel pour cette fonction :

◆ attributeNameState()

attributeNameState ( )
private
+ Voici le graphe d'appel pour cette fonction :

◆ attributeValueDoubleQuotedState()

attributeValueDoubleQuotedState ( )
private
+ Voici le graphe d'appel pour cette fonction :

◆ attributeValueSingleQuotedState()

attributeValueSingleQuotedState ( )
private
+ Voici le graphe d'appel pour cette fonction :

◆ attributeValueUnquotedState()

attributeValueUnquotedState ( )
private
+ Voici le graphe d'appel pour cette fonction :

◆ beforeAttributeNameState()

beforeAttributeNameState ( )
private
+ Voici le graphe d'appel pour cette fonction :

◆ beforeAttributeValueState()

beforeAttributeValueState ( )
private
+ Voici le graphe d'appel pour cette fonction :

◆ beforeDoctypeNameState()

beforeDoctypeNameState ( )
private
+ Voici le graphe d'appel pour cette fonction :

◆ bogusCommentState()

bogusCommentState ( )
private
+ Voici le graphe d'appel pour cette fonction :

◆ bogusDoctypeState()

bogusDoctypeState ( )
private
+ Voici le graphe d'appel pour cette fonction :

◆ char()

char ( )
private
+ Voici le graphe des appelants de cette fonction :

◆ character()

character (   $s,
  $l = 0 
)
private
+ Voici le graphe des appelants de cette fonction :

◆ characters()

characters (   $char_class,
  $start 
)
private
+ Voici le graphe des appelants de cette fonction :

◆ closeTagOpenState()

closeTagOpenState ( )
private
+ Voici le graphe d'appel pour cette fonction :

◆ commentDashState()

commentDashState ( )
private
+ Voici le graphe d'appel pour cette fonction :

◆ commentEndState()

commentEndState ( )
private
+ Voici le graphe d'appel pour cette fonction :

◆ commentState()

commentState ( )
private
+ Voici le graphe d'appel pour cette fonction :

◆ dataState()

dataState ( )
private
+ Voici le graphe d'appel pour cette fonction :

◆ doctypeNameState()

doctypeNameState ( )
private
+ Voici le graphe d'appel pour cette fonction :

◆ doctypeState()

doctypeState ( )
private
+ Voici le graphe d'appel pour cette fonction :

◆ emitToken()

emitToken (   $token)
private
+ Voici le graphe des appelants de cette fonction :

◆ entity()

entity ( )
private
+ Voici le graphe d'appel pour cette fonction :
+ Voici le graphe des appelants de cette fonction :

◆ entityDataState()

entityDataState ( )
private
+ Voici le graphe d'appel pour cette fonction :

◆ entityInAttributeValueState()

entityInAttributeValueState ( )
private
+ Voici le graphe d'appel pour cette fonction :
+ Voici le graphe des appelants de cette fonction :

◆ EOF()

EOF ( )
private

◆ markupDeclarationOpenState()

markupDeclarationOpenState ( )
private
+ Voici le graphe d'appel pour cette fonction :

◆ save()

save ( )

◆ tagNameState()

tagNameState ( )
private
+ Voici le graphe d'appel pour cette fonction :

◆ tagOpenState()

tagOpenState ( )
private
+ Voici le graphe d'appel pour cette fonction :

Documentation des champs

◆ $char

$char
private

◆ $content_model

$content_model
private

◆ $data

$data
private

◆ $entities

$entities
private

◆ $EOF

$EOF
private

◆ $escape

$escape = false
private

◆ $state

$state
private

◆ $token

$token
private

◆ $tree

$tree
private

◆ CDATA

const CDATA = 2

◆ CHARACTR

const CHARACTR = 4

◆ COMMENT

const COMMENT = 3

◆ DOCTYPE

const DOCTYPE = 0

◆ ENDTAG

const ENDTAG = 2

◆ EOF

const EOF = 5

◆ PCDATA

const PCDATA = 0

◆ PLAINTEXT

const PLAINTEXT = 3

◆ RCDATA

const RCDATA = 1

◆ STARTTAG

const STARTTAG = 1

La documentation de cette classe a été générée à partir du fichier suivant :