|
| | __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) |
| |
◆ __construct()
◆ addTagHandler()
| addTagHandler |
( |
|
$tagHandler | ) |
|
◆ free()
◆ getCurrentLevel()
◆ getCurrentTag()
◆ getErrors()
| & getErrors |
( |
|
$ashtml = true | ) |
|
Gets all the error messages
- Paramètres
-
| bool | $ashtml | return as html? |
- Renvoie
- mixed
◆ getParentTag()
◆ getXmlError()
◆ handleBeginElement()
| handleBeginElement |
( |
|
$parser, |
|
|
|
$tagName, |
|
|
|
$attributesArray |
|
) |
| |
◆ handleBeginElementDefault()
| handleBeginElementDefault |
( |
|
$parser, |
|
|
|
$tagName, |
|
|
|
$attributesArray |
|
) |
| |
The default tag handler method for a tag with no handler
@abstract
- Paramètres
-
| $parser | |
| $tagName | |
| $attributesArray | |
◆ handleCharacterData()
| handleCharacterData |
( |
|
$parser, |
|
|
|
$data |
|
) |
| |
◆ handleCharacterDataDefault()
| handleCharacterDataDefault |
( |
|
$parser, |
|
|
|
$data |
|
) |
| |
The default tag handler method for a tag with no handler
@abstract
- Paramètres
-
◆ handleDefault()
| handleDefault |
( |
|
$parser, |
|
|
|
$data |
|
) |
| |
◆ handleEndElement()
| handleEndElement |
( |
|
$parser, |
|
|
|
$tagName |
|
) |
| |
◆ handleEndElementDefault()
| handleEndElementDefault |
( |
|
$parser, |
|
|
|
$tagName |
|
) |
| |
The default tag handler method for a tag with no handler
@abstract
- Paramètres
-
◆ 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()
◆ setCaseFolding()
| setCaseFolding |
( |
|
$isCaseFolding | ) |
|
◆ setErrors()
Sets error messages
- Paramètres
-
| string | $error | an error message |
◆ useAsciiEncoding()
◆ useIsoEncoding()
◆ useUtfEncoding()
◆ $errors
◆ $isCaseFolding
◆ $level
◆ $parser
◆ $tagHandlers
◆ $tags
◆ $targetEncoding
◆ $xmlInput
La documentation de cette classe a été générée à partir du fichier suivant :