XOOPS API 2.5.11 Beta1  UI v0.5
Réalisé par monxoops.fr
Référence de la classe SaxParser
+ Graphe d'héritage de SaxParser:

Fonctions membres publiques

 __construct ($input)
 
 getCurrentLevel ()
 
 setCaseFolding ($isCaseFolding)
 
 useIsoEncoding ()
 
 useAsciiEncoding ()
 
 useUtfEncoding ()
 
 getCurrentTag ()
 
 getParentTag ()
 
 parse ()
 
 free ()
 
 getXmlError ()
 
 addTagHandler ($tagHandler)
 
 handleBeginElement ($parser, $tagName, $attributesArray)
 
 handleEndElement ($parser, $tagName)
 
 handleCharacterData ($parser, $data)
 
 handleProcessingInstruction ($parser, &$target, &$data)
 
 handleDefault ($parser, $data)
 
 handleUnparsedEntityDecl ($parser, $entityName, $base, $systemId, $publicId, $notationName)
 
 handleNotationDecl ($parser, $notationName, $base, $systemId, $publicId)
 
 handleExternalEntityRef ($parser, $openEntityNames, $base, $systemId, $publicId)
 
 handleBeginElementDefault ($parser, $tagName, $attributesArray)
 
 handleEndElementDefault ($parser, $tagName)
 
 handleCharacterDataDefault ($parser, $data)
 
 setErrors ($error)
 
getErrors ($ashtml=true)
 

Champs de données

 $level
 
 $parser
 
 $isCaseFolding
 
 $targetEncoding
 
 $tagHandlers = array()
 
 $tags = array()
 
 $xmlInput
 
 $errors = array()
 

Documentation des constructeurs et destructeur

◆ __construct()

__construct (   $input)

Réimplémentée dans XoopsXmlRss2Parser.

Documentation des fonctions membres

◆ addTagHandler()

addTagHandler (   $tagHandler)
Paramètres
$tagHandler
+ Voici le graphe d'appel pour cette fonction :
+ Voici le graphe des appelants de cette fonction :

◆ free()

free ( )

◆ getCurrentLevel()

getCurrentLevel ( )
Renvoie
int
+ Voici le graphe des appelants de cette fonction :

◆ getCurrentTag()

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

◆ getErrors()

& getErrors (   $ashtml = true)

Gets all the error messages

Paramètres
bool$ashtmlreturn as html?
Renvoie
mixed

◆ getParentTag()

getParentTag ( )
Renvoie
bool
+ Voici le graphe d'appel pour cette fonction :

◆ getXmlError()

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

◆ handleBeginElement()

handleBeginElement (   $parser,
  $tagName,
  $attributesArray 
)
+ Voici le graphe d'appel pour cette fonction :

◆ handleBeginElementDefault()

handleBeginElementDefault (   $parser,
  $tagName,
  $attributesArray 
)

The default tag handler method for a tag with no handler

@abstract

Paramètres
$parser
$tagName
$attributesArray
+ Voici le graphe des appelants de cette fonction :

◆ handleCharacterData()

handleCharacterData (   $parser,
  $data 
)

◆ handleCharacterDataDefault()

handleCharacterDataDefault (   $parser,
  $data 
)

The default tag handler method for a tag with no handler

@abstract

Paramètres
$parser
$data
+ Voici le graphe des appelants de cette fonction :

◆ handleDefault()

handleDefault (   $parser,
  $data 
)

◆ handleEndElement()

handleEndElement (   $parser,
  $tagName 
)
+ Voici le graphe d'appel pour cette fonction :

◆ handleEndElementDefault()

handleEndElementDefault (   $parser,
  $tagName 
)

The default tag handler method for a tag with no handler

@abstract

Paramètres
$parser
$tagName
+ Voici le graphe des appelants de cette fonction :

◆ handleExternalEntityRef()

handleExternalEntityRef (   $parser,
  $openEntityNames,
  $base,
  $systemId,
  $publicId 
)

◆ handleNotationDecl()

handleNotationDecl (   $parser,
  $notationName,
  $base,
  $systemId,
  $publicId 
)

◆ handleProcessingInstruction()

handleProcessingInstruction (   $parser,
$target,
$data 
)

◆ handleUnparsedEntityDecl()

handleUnparsedEntityDecl (   $parser,
  $entityName,
  $base,
  $systemId,
  $publicId,
  $notationName 
)

◆ parse()

parse ( )

◆ setCaseFolding()

setCaseFolding (   $isCaseFolding)

◆ setErrors()

setErrors (   $error)

Sets error messages

Paramètres
string$erroran error message
+ Voici le graphe des appelants de cette fonction :

◆ useAsciiEncoding()

useAsciiEncoding ( )

◆ useIsoEncoding()

useIsoEncoding ( )

◆ useUtfEncoding()

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

Documentation des champs

◆ $errors

$errors = array()

◆ $isCaseFolding

$isCaseFolding

◆ $level

◆ $parser

$parser

◆ $tagHandlers

$tagHandlers = array()

◆ $tags

$tags = array()

◆ $targetEncoding

$targetEncoding

◆ $xmlInput

$xmlInput

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