[ Index ]

PHP Cross Reference of Xoops v2.4.5 code documentation

title

Body

[close]

/class/xml/ -> saxparser.php (summary)

(no description)

File Size: 373 lines (14 kb)
Included or required: 3 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

SaxParser:: (25 methods):
  SaxParser()
  getCurrentLevel()
  setCaseFolding()
  useIsoEncoding()
  useAsciiEncoding()
  useUtfEncoding()
  getCurrentTag()
  getParentTag()
  parse()
  free()
  getXmlError()
  addTagHandler()
  handleBeginElement()
  handleEndElement()
  handleCharacterData()
  handleProcessingInstruction()
  handleDefault()
  handleUnparsedEntityDecl()
  handleNotationDecl()
  handleExternalEntityRef()
  handleBeginElementDefault()
  handleEndElementDefault()
  handleCharacterDataDefault()
  setErrors()
  getErrors()


Class: SaxParser  - X-Ref

SaxParser(&$input)   X-Ref
No description

getCurrentLevel()   X-Ref
No description

setCaseFolding($isCaseFolding)   X-Ref
No description

useIsoEncoding()   X-Ref
No description

useAsciiEncoding()   X-Ref
No description

useUtfEncoding()   X-Ref
No description

getCurrentTag()   X-Ref
No description

getParentTag()   X-Ref
No description

parse()   X-Ref
No description

free()   X-Ref
No description

getXmlError()   X-Ref
No description

addTagHandler(&$tagHandler)   X-Ref
No description

handleBeginElement($parser, $tagName, $attributesArray)   X-Ref
No description

handleEndElement($parser, $tagName)   X-Ref
No description

handleCharacterData($parser, $data)   X-Ref
No description

handleProcessingInstruction($parser, &$target, &$data)   X-Ref
No description

handleDefault($parser, $data)   X-Ref
No description

handleUnparsedEntityDecl($parser, $entityName, $base, $systemId, $publicId, $notationName)   X-Ref
No description

handleNotationDecl($parser, $notationName, $base, $systemId, $publicId)   X-Ref
No description

handleExternalEntityRef($parser, $openEntityNames, $base, $systemId, $publicId)   X-Ref
No description

handleBeginElementDefault($parser, $tagName, $attributesArray)   X-Ref
The default tag handler method for a tag with no handler


handleEndElementDefault($parser, $tagName)   X-Ref
The default tag handler method for a tag with no handler


handleCharacterDataDefault($parser, $data)   X-Ref
The default tag handler method for a tag with no handler


setErrors($error)   X-Ref
Sets error messages

param: $error    string    an error message

getErrors($ashtml = true)   X-Ref
Gets all the error messages

param: $ashtml    bool    return as html?
return: mixed



Generated: Sun Aug 1 01:39:09 2010
Open Source related documentation for developers.