SOAP
[ class tree: SOAP ] [ index: SOAP ] [ all elements ]

Class: SOAP_Parser

Source Location: /SOAP-0.9.4/Parser.php

Class Overview

PEAR
   |
   --SOAP_Base_Object
      |
      --SOAP_Base
         |
         --SOAP_Parser

SOAP Parser


Author(s):

Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 40]
SOAP Parser

This class is used by SOAP::Message and SOAP::Server to parse soap packets. Originally based on SOAPx4 by Dietrich Ayala http://dietrich.ganx4.com/soapx4



[ Top ]


Class Variables

$bodyDepth =

[line 63]


Type:   mixed


[ Top ]

$curent_root_struct =  0

[line 59]


Type:   mixed


[ Top ]

$curent_root_struct_name =  ''

[line 55]


Type:   mixed


[ Top ]

$default_namespace =  ''

[line 46]


Type:   mixed


[ Top ]

$depth =  0

[line 45]


Type:   mixed


[ Top ]

$depth_array = array()

[line 48]


Type:   mixed


[ Top ]

$entities = array ( '&' => '&amp;', '<' => '&lt;', '>' => '&gt;', "'" => '&apos;', '"' => '&quot;' )

[line 56]


Type:   mixed


[ Top ]

$header_struct = array()

[line 58]


Type:   mixed


[ Top ]

$header_struct_name = array()

[line 54]


Type:   mixed


[ Top ]

$message = array()

[line 47]


Type:   mixed


[ Top ]

$need_references = array()

[line 61]


Type:   mixed


[ Top ]

$parent =  0

[line 52]


Type:   mixed


[ Top ]

$position =  0

[line 43]


Type:   mixed


[ Top ]

$pos_stat =  0

[line 44]


Type:   mixed


[ Top ]

$previous_element =  ''

[line 49]


Type:   mixed


[ Top ]

$references = array()

[line 60]


Type:   mixed


[ Top ]

$root_struct = array()

[line 57]


Type:   mixed


[ Top ]

$root_struct_name = array()

[line 53]


Type:   mixed


[ Top ]

$soapheaders =  null

[line 51]


Type:   mixed


[ Top ]

$soapresponse =  null

[line 50]


Type:   mixed


[ Top ]

$status =  ''

[line 42]


Type:   mixed


[ Top ]

$XMLSchemaVersion =

[line 62]


Type:   mixed


[ Top ]



Method Detail

SOAP_Parser (Constructor)   [line 71]

SOAP_Parser SOAP_Parser( string &$xml, [string $encoding = SOAP_DEFAULT_ENCODING], [ $attachments = null])

SOAP_Parser constructor

Parameters:

string   &$xml   —  xml content
string   $encoding   —  xml character encoding, defaults to 'UTF-8'
   $attachments   — 

[ Top ]

getHeaders   [line 490]

array &getHeaders( )

Returns an array of header responses.

After parsing a SOAP message, use this to get the response.

  • Access: public

[ Top ]

getResponse   [line 471]

array &getResponse( )

Returns an array of responses.

After parsing a SOAP message, use this to get the response.

  • Access: public

[ Top ]


Documentation generated on Mon, 11 Mar 2019 14:39:06 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.