Class dom_xmlrpc_domxml_document

Description

Wraps a DOM-XML DOM document in the DOM XML-RPC API

Located in /includes/domit/dom_xmlrpc_domxml_parser.php (line 24)


	
			
Variable Summary
object A $xmldoc
Method Summary
object A getDocument ()
int getFaultCode ()
string getFaultString ()
string getMethodName ()
string getMethodType ()
object A getParam (int $index)
int getParamCount ()
object A getParams ()
string getParamType (object A $node)
boolean isFault ()
boolean parseXML (string $xmlText)
string toNormalizedString ()
string toString ()
Variables
object A $xmldoc = null (line 26)
  • var: reference to the DOM-XML document
Methods
getDocument (line 50)

Returns a reference to the DOM-XML Document

  • return: reference to the DOM-XML Document
object A getDocument ()
getFaultCode (line 168)

Returns the fault code, if a fault has occurred

  • return: The fault code, if a fault has occurred
int getFaultCode ()
getFaultString (line 190)

Returns the fault string, if a fault has occurred

  • return: The fault string, if a fault has occurred
string getFaultString ()
getMethodName (line 67)

Gets the method name

  • return: The method name
string getMethodName ()
getMethodType (line 58)

Gets the method type

  • return: The method type
string getMethodType ()
getParam (line 105)

Gets a reference to the specified param

  • return: reference to the specified param
object A getParam (int $index)
  • int $index: The index of the requested param
getParamCount (line 131)

Gets the number of existing params

  • return: The number of existing params
int getParamCount ()
getParams (line 82)

Gets a reference to the method params node

  • return: reference to the method params node
object A getParams ()
getParamType (line 213)

Returns the type of the specified param

  • return: The type of the param
string getParamType (object A $node)
  • object A $node: reference to the param to be tested for type
isFault (line 157)

Determines whether the method response is a fault

  • return: True if the method response is a fault
boolean isFault ()
parseXML (line 33)

Instantiates a DOM-XML Document

  • return: True if parsing has been successful
boolean parseXML (string $xmlText)
  • string $xmlText: The XML text to be parsed
toNormalizedString (line 252)

Returns a string representation of the document, formatted for readability

  • return: A string representation of the document, formatted for readability
string toNormalizedString ()
toString (line 230)

Returns an unformatted string representation of the document

  • return: An unformatted string representation of the document
string toString ()

Documentation generated on Fri, 4 Mar 2005 13:56:03 +1000 by phpDocumentor 1.3.0RC3