| [ Index ] |
|
Code source de Joomla 1.0.13 |
[Code source] [Imprimer] [Statistiques]
dom_xmlrpc_domxml_document wraps a DOM-XML DOM document in the DOM XML-RPC API
| Author: | John Heinstein <johnkarl@nbnet.nb.ca> |
| Copyright: | (C) 2004 John Heinstein. All rights reserved |
| License: | http://www.gnu.org/copyleft/lesser.html LGPL License |
| Poids: | 263 lignes (7 kb) |
| Inclus ou requis: | 1 fois |
| Référencé: | 0 fois |
| Nécessite: | 1 fichier includes/domit/dom_xmlrpc_constants.php |
dom_xmlrpc_domxml_document:: (13 méthodes):
parseXML()
getDocument()
getMethodType()
getMethodName()
getParams()
getParam()
getParamCount()
isFault()
getFaultCode()
getFaultString()
getParamType()
toString()
toNormalizedString()
Classe: dom_xmlrpc_domxml_document - X-Ref
Wraps a DOM-XML DOM document in the DOM XML-RPC API| parseXML($xmlText) X-Ref |
| Instantiates a DOM-XML Document param: string The XML text to be parsed return: boolean True if parsing has been successful |
| getDocument() X-Ref |
| Returns a reference to the DOM-XML Document return: object A reference to the DOM-XML Document |
| getMethodType() X-Ref |
| Gets the method type return: string The method type |
| getMethodName() X-Ref |
| Gets the method name return: string The method name |
| getParams() X-Ref |
| Gets a reference to the method params node return: object A reference to the method params node |
| getParam($index) X-Ref |
| Gets a reference to the specified param param: int The index of the requested param return: object A reference to the specified param |
| getParamCount() X-Ref |
| Gets the number of existing params return: int The number of existing params |
| isFault() X-Ref |
| Determines whether the method response is a fault return: boolean True if the method response is a fault |
| getFaultCode() X-Ref |
| Returns the fault code, if a fault has occurred return: int The fault code, if a fault has occurred |
| getFaultString() X-Ref |
| Returns the fault string, if a fault has occurred return: string The fault string, if a fault has occurred |
| getParamType($node) X-Ref |
| Returns the type of the specified param param: object A reference to the param to be tested for type return: string The type of the param |
| toString() X-Ref |
| Returns an unformatted string representation of the document return: string An unformatted string representation of the document |
| toNormalizedString() X-Ref |
| Returns a string representation of the document, formatted for readability return: string A string representation of the document, formatted for readability |
| Généré le : Wed Nov 21 14:43:32 2007 | par Balluche grâce à PHPXref 0.7 |
|