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

Class: SOAP_WSDL_Parser

Source Location: /SOAP-0.10.1/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::__set_type_translation()

Class: SOAP_Base_Object

SOAP_Base_Object::SOAP_Base_Object()
Constructor.

Class Details

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


[ Top ]


Class Variables

$cache =

[line 1129]

Parser vars.

Type:   mixed


[ Top ]

$currentBinding =

[line 1123]


Type:   mixed


[ Top ]

$currentComplexType =

[line 1143]


Type:   mixed


[ Top ]

$currentElement =

[line 1145]


Type:   mixed


[ Top ]

$currentMessage =

[line 1120]

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

Type:   mixed


[ Top ]

$currentOperation =

[line 1121]


Type:   mixed


[ Top ]

$currentPort =

[line 1124]


Type:   mixed


[ Top ]

$currentPortType =

[line 1122]


Type:   mixed


[ Top ]

$element_stack = array()

[line 1137]


Type:   mixed


[ Top ]

$parentElement =  ''

[line 1138]


Type:   mixed


[ Top ]

$schema =  ''

[line 1140]


Type:   mixed


[ Top ]

$schemaStatus =  ''

[line 1141]


Type:   mixed


[ Top ]

$schema_element_stack = array()

[line 1144]


Type:   mixed


[ Top ]

$schema_stack = array()

[line 1142]


Type:   mixed


[ Top ]

$soapns = array('soap')

[line 1132]


Type:   mixed


[ Top ]

$status =  ''

[line 1136]


Type:   mixed


[ Top ]

$tns =  null

[line 1131]


Type:   mixed


[ Top ]

$uri =  ''

[line 1133]


Type:   mixed


[ Top ]

$wsdl =  null

[line 1134]


Type:   mixed


[ Top ]



Method Detail

SOAP_WSDL_Parser (Constructor)   [line 1150]

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

Constructor.

Parameters:

   $uri     
   &$wsdl     
   $docs     

[ Top ]

characterData   [line 1828]

void characterData( $parser, $data)

Element content handler.

Parameters:

   $parser     
   $data     

[ Top ]

endElement   [line 1781]

void endElement( $parser, $name)

end-element handler.

Parameters:

   $parser     
   $name     

[ Top ]

parse   [line 1162]

void parse( $uri)


Parameters:

   $uri     

[ Top ]

startElement   [line 1192]

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

start-element handler

Parameters:

   $parser     
   $name     
   $attrs     

[ Top ]


Documentation generated on Tue, 23 Jan 2007 06:00:47 -0500 by phpDocumentor 1.3.0. PEAR Logo Copyright © PHP Group 2004.