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

Class: SOAP_WSDL_Parser

Source Location: /SOAP-0.8.1/WSDL.php

Class Overview

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

SOAP_Base Common base class of all Soap lclasses


Author(s):

Version:

  • $Id: Base.php,v 1.40.2.6 2004/12/04 00:18:31 arnaud Exp $

Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 894]
SOAP_Base Common base class of all Soap lclasses
  • Author: Shane Caraveo <shane@php.net> Conversion to PEAR and updates
  • Version: $Id: Base.php,v 1.40.2.6 2004/12/04 00:18:31 arnaud Exp $


[ Top ]


Class Variables

$cache =

[line 904]


Type:   mixed


[ Top ]

$currentBinding =

[line 900]


Type:   mixed


[ Top ]

$currentComplexType =

[line 918]


Type:   mixed


[ Top ]

$currentElement =

[line 920]


Type:   mixed


[ Top ]

$currentMessage =

[line 897]


Type:   mixed


[ Top ]

$currentOperation =

[line 898]


Type:   mixed


[ Top ]

$currentPort =

[line 901]


Type:   mixed


[ Top ]

$currentPortType =

[line 899]


Type:   mixed


[ Top ]

$element_stack = array()

[line 912]


Type:   mixed


[ Top ]

$parentElement =  ''

[line 913]


Type:   mixed


[ Top ]

$schema =  ''

[line 915]


Type:   mixed


[ Top ]

$schemaStatus =  ''

[line 916]


Type:   mixed


[ Top ]

$schema_element_stack = array()

[line 919]


Type:   mixed


[ Top ]

$schema_stack = array()

[line 917]


Type:   mixed


[ Top ]

$soapns = array('soap')

[line 907]


Type:   mixed


[ Top ]

$status =  ''

[line 911]


Type:   mixed


[ Top ]

$tns =  null

[line 906]


Type:   mixed


[ Top ]

$uri =  ''

[line 908]


Type:   mixed


[ Top ]

$wsdl =  null

[line 909]


Type:   mixed


[ Top ]



Method Detail

SOAP_WSDL_Parser (Constructor)   [line 923]

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


Parameters:

   $uri   — 
   &$wsdl   — 
   $docs   — 

[ Top ]

characterData   [line 1507]

void characterData( $parser, $data)


Parameters:

   $parser   — 
   $data   — 

[ Top ]

endElement   [line 1463]

void endElement( $parser, $name)


Parameters:

   $parser   — 
   $name   — 

[ Top ]

merge_url   [line 1539]

void merge_url( $parsed, $path)


Parameters:

   $parsed   — 
   $path   — 

[ Top ]

parse   [line 932]

void parse( $uri)


Parameters:

   $uri   — 

[ Top ]

startElement   [line 960]

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


Parameters:

   $parser   — 
   $name   — 
   $attrs   — 

[ Top ]


Documentation generated on Mon, 11 Mar 2019 13:59:48 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.