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

Class: SOAP_WSDL_Parser

Source Location: /SOAP-0.13.0/SOAP/WSDL.php

Class Overview

PEAR
   |
   --SOAP_Base_Object
      |
      --SOAP_Base
         |
         --SOAP_WSDL_Parser

Common base class of all SOAP classes.


Author(s):

Variables

Methods


Inherited Variables

Inherited Methods

Class: SOAP_Base

SOAP_Base::SOAP_Base()
Constructor.
SOAP_Base::makeEnvelope()
Creates the SOAP envelope with the SOAP envelop data.
SOAP_Base::setDefaultNamespace()
Sets the default namespace.
SOAP_Base::setTypeTranslation()
Explicitly sets the translation for a specific class.
SOAP_Base::SOAPENCPrefix()
Sets the SOAP-ENC prefix and returns the current value.
SOAP_Base::SOAPENVPrefix()
Sets the SOAP-ENV prefix and returns the current value.

Class: SOAP_Base_Object

SOAP_Base_Object::SOAP_Base_Object()
Constructor.

Class Details

[line 1128]
Common base class of all SOAP classes.
  • Author: Shane Caraveo <shane@php.net> Conversion to PEAR and updates


[ Top ]


Class Variables

$cache =

[line 1144]

Parser vars.

Type:   mixed


[ Top ]

$currentBinding =

[line 1138]


Type:   mixed


[ Top ]

$currentComplexType =

[line 1158]


Type:   mixed


[ Top ]

$currentElement =

[line 1160]


Type:   mixed


[ Top ]

$currentMessage =

[line 1135]

Define internal arrays of bindings, ports, operations, messages, etc.

Type:   mixed


[ Top ]

$currentOperation =

[line 1136]


Type:   mixed


[ Top ]

$currentPort =

[line 1139]


Type:   mixed


[ Top ]

$currentPortType =

[line 1137]


Type:   mixed


[ Top ]

$element_stack = array()

[line 1152]


Type:   mixed


[ Top ]

$parentElement =  ''

[line 1153]


Type:   mixed


[ Top ]

$schema =  ''

[line 1155]


Type:   mixed


[ Top ]

$schemaStatus =  ''

[line 1156]


Type:   mixed


[ Top ]

$schema_element_stack = array()

[line 1159]


Type:   mixed


[ Top ]

$schema_stack = array()

[line 1157]


Type:   mixed


[ Top ]

$soapns = array('soap')

[line 1147]


Type:   mixed


[ Top ]

$status =  ''

[line 1151]


Type:   mixed


[ Top ]

$tns =  null

[line 1146]


Type:   mixed


[ Top ]

$uri =  ''

[line 1148]


Type:   mixed


[ Top ]

$wsdl =  null

[line 1149]


Type:   mixed


[ Top ]



Method Detail

SOAP_WSDL_Parser (Constructor)   [line 1165]

SOAP_WSDL_Parser SOAP_WSDL_Parser( $uri, &$wsdl, [ $docs = false])

Constructor.

Parameters:

   $uri   — 
   &$wsdl   — 
   $docs   — 

[ Top ]

characterData   [line 1847]

void characterData( $parser, $data)

Element content handler.

Parameters:

   $parser   — 
   $data   — 

[ Top ]

endElement   [line 1800]

void endElement( $parser, $name)

end-element handler.

Parameters:

   $parser   — 
   $name   — 

[ Top ]

parse   [line 1177]

void parse( $uri)


Parameters:

   $uri   — 

[ Top ]

startElement   [line 1207]

void startElement( $parser, $name, $attrs)

start-element handler

Parameters:

   $parser   — 
   $name   — 
   $attrs   — 

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:47:19 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.