XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
XoopsXmlRpcParser Class Reference
Inheritance diagram for XoopsXmlRpcParser:
Inheritance graph

Public Member Functions

 getMethodName ()
 
getParam ()
 
 getTempArray ()
 
 getTempMember ()
 
 getTempName ()
 
 getTempStruct ()
 
 getTempValue ()
 
 getWorkingLevel ()
 
 releaseWorkingLevel ()
 
 resetTempArray ()
 
 resetTempMember ()
 
 resetTempStruct ()
 
 resetTempValue ()
 
 setMethodName ($methodName)
 
 setParam ($value)
 
 setTempArray ($value)
 
 setTempMember ($name, $value)
 
 setTempName ($name)
 
 setTempStruct ($member)
 
 setTempValue ($value)
 
 setWorkingLevel ()
 
 XoopsXmlRpcParser (&$input)
 
- Public Member Functions inherited from SaxParser
 addTagHandler (&$tagHandler)
 
 free ()
 
 getCurrentLevel ()
 
 getCurrentTag ()
 
getErrors ($ashtml=true)
 
 getParentTag ()
 
 getXmlError ()
 
 handleBeginElement ($parser, $tagName, $attributesArray)
 
 handleBeginElementDefault ($parser, $tagName, $attributesArray)
 
 handleCharacterData ($parser, $data)
 
 handleCharacterDataDefault ($parser, $data)
 
 handleDefault ($parser, $data)
 
 handleEndElement ($parser, $tagName)
 
 handleEndElementDefault ($parser, $tagName)
 
 handleExternalEntityRef ($parser, $openEntityNames, $base, $systemId, $publicId)
 
 handleNotationDecl ($parser, $notationName, $base, $systemId, $publicId)
 
 handleProcessingInstruction ($parser, &$target, &$data)
 
 handleUnparsedEntityDecl ($parser, $entityName, $base, $systemId, $publicId, $notationName)
 
 parse ()
 
 SaxParser (&$input)
 
 setCaseFolding ($isCaseFolding)
 
 setErrors ($error)
 
 useAsciiEncoding ()
 
 useIsoEncoding ()
 
 useUtfEncoding ()
 

Public Attributes

 $_methodName
 
 $_param
 
 $_tempArray
 
 $_tempMember
 
 $_tempName
 
 $_tempStruct
 
 $_tempValue
 
 $_workingLevel = array()
 
- Public Attributes inherited from SaxParser
 $errors = array()
 
 $isCaseFolding
 
 $level
 
 $parser
 
 $tagHandlers = array()
 
 $tags = array()
 
 $targetEncoding
 
 $xmlInput
 

Detailed Description

Definition at line 50 of file xmlrpcparser.php.

Member Function Documentation

XoopsXmlRpcParser::getMethodName ( )

This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.

Author
Parameters
@return
See Also

Definition at line 438 of file xmlrpcparser.php.

References $_methodName.

& XoopsXmlRpcParser::getParam ( )

This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.

Author
Parameters
@return
See Also

Definition at line 466 of file xmlrpcparser.php.

References $_param.

XoopsXmlRpcParser::getTempArray ( )

This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.

Author
Parameters
@return
See Also

Definition at line 396 of file xmlrpcparser.php.

References getWorkingLevel().

Here is the call graph for this function:

XoopsXmlRpcParser::getTempMember ( )

This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.

Author
Parameters
@return
See Also

Definition at line 269 of file xmlrpcparser.php.

References getWorkingLevel().

Here is the call graph for this function:

XoopsXmlRpcParser::getTempName ( )

This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.

Author
Parameters
@return
See Also

Definition at line 184 of file xmlrpcparser.php.

References getWorkingLevel().

Here is the call graph for this function:

XoopsXmlRpcParser::getTempStruct ( )

This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.

Author
Parameters
@return
See Also

Definition at line 354 of file xmlrpcparser.php.

References getWorkingLevel().

Here is the call graph for this function:

XoopsXmlRpcParser::getTempValue ( )

This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.

Author
Parameters
@return
See Also

Definition at line 227 of file xmlrpcparser.php.

References $_tempValue.

XoopsXmlRpcParser::getWorkingLevel ( )

This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.

Author
Parameters
@return
See Also

Definition at line 311 of file xmlrpcparser.php.

Referenced by getTempArray(), getTempMember(), getTempName(), getTempStruct(), setTempArray(), setTempMember(), setTempName(), and setTempStruct().

Here is the caller graph for this function:

XoopsXmlRpcParser::releaseWorkingLevel ( )

This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.

Author
Parameters
@return
See Also

Definition at line 325 of file xmlrpcparser.php.

XoopsXmlRpcParser::resetTempArray ( )

This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.

Author
Parameters
@return
See Also

Definition at line 410 of file xmlrpcparser.php.

References SaxParser\getCurrentLevel().

Here is the call graph for this function:

XoopsXmlRpcParser::resetTempMember ( )

This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.

Author
Parameters
@return
See Also

Definition at line 283 of file xmlrpcparser.php.

References SaxParser\getCurrentLevel().

Here is the call graph for this function:

XoopsXmlRpcParser::resetTempStruct ( )

This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.

Author
Parameters
@return
See Also

Definition at line 368 of file xmlrpcparser.php.

References SaxParser\getCurrentLevel().

Here is the call graph for this function:

XoopsXmlRpcParser::resetTempValue ( )

This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.

Author
Parameters
@return
See Also

Definition at line 241 of file xmlrpcparser.php.

XoopsXmlRpcParser::setMethodName (   $methodName)

This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.

Author
Parameters
@return
See Also

Definition at line 424 of file xmlrpcparser.php.

XoopsXmlRpcParser::setParam (   $value)

This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.

Author
Parameters
@return
See Also

Definition at line 452 of file xmlrpcparser.php.

XoopsXmlRpcParser::setTempArray (   $value)

This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.

Author
Parameters
@return
See Also

Definition at line 382 of file xmlrpcparser.php.

References getWorkingLevel().

Here is the call graph for this function:

XoopsXmlRpcParser::setTempMember (   $name,
  $value 
)

This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.

Author
Parameters
@return
See Also

Definition at line 255 of file xmlrpcparser.php.

References getWorkingLevel().

Here is the call graph for this function:

XoopsXmlRpcParser::setTempName (   $name)

This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.

Author
Parameters
@return
See Also

Definition at line 170 of file xmlrpcparser.php.

References getWorkingLevel().

Here is the call graph for this function:

XoopsXmlRpcParser::setTempStruct (   $member)

This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.

Author
Parameters
@return
See Also

Definition at line 339 of file xmlrpcparser.php.

References getWorkingLevel().

Here is the call graph for this function:

XoopsXmlRpcParser::setTempValue (   $value)

This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.

Author
Parameters
@return
See Also

Definition at line 198 of file xmlrpcparser.php.

XoopsXmlRpcParser::setWorkingLevel ( )

This Method starts the parsing of the specified RDF File. The File can be a local or a remote File.

Author
Parameters
@return
See Also

Definition at line 297 of file xmlrpcparser.php.

References SaxParser\getCurrentLevel().

Here is the call graph for this function:

XoopsXmlRpcParser::XoopsXmlRpcParser ( $input)

Constructor of the class

Author
See Also

Definition at line 144 of file xmlrpcparser.php.

References SaxParser\addTagHandler(), and SaxParser\SaxParser().

Here is the call graph for this function:

Member Data Documentation

XoopsXmlRpcParser::$_methodName

Definition at line 71 of file xmlrpcparser.php.

Referenced by getMethodName().

XoopsXmlRpcParser::$_param

Definition at line 61 of file xmlrpcparser.php.

Referenced by getParam().

XoopsXmlRpcParser::$_tempArray

Definition at line 121 of file xmlrpcparser.php.

XoopsXmlRpcParser::$_tempMember

Definition at line 101 of file xmlrpcparser.php.

XoopsXmlRpcParser::$_tempName

Definition at line 81 of file xmlrpcparser.php.

XoopsXmlRpcParser::$_tempStruct

Definition at line 111 of file xmlrpcparser.php.

XoopsXmlRpcParser::$_tempValue

Definition at line 91 of file xmlrpcparser.php.

Referenced by getTempValue().

XoopsXmlRpcParser::$_workingLevel = array()

Definition at line 131 of file xmlrpcparser.php.


The documentation for this class was generated from the following file: