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

Class: SOAP_WSDL_Parser

Source Location: /SOAP-0.9.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 Details

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


[ Top ]


Class Variables

$cache =

[line 971]

Parser vars.

Type:   mixed


[ Top ]

$currentBinding =

[line 965]


Type:   mixed


[ Top ]

$currentComplexType =

[line 985]


Type:   mixed


[ Top ]

$currentElement =

[line 987]


Type:   mixed


[ Top ]

$currentMessage =

[line 962]

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

Type:   mixed


[ Top ]

$currentOperation =

[line 963]


Type:   mixed


[ Top ]

$currentPort =

[line 966]


Type:   mixed


[ Top ]

$currentPortType =

[line 964]


Type:   mixed


[ Top ]

$element_stack = array()

[line 979]


Type:   mixed


[ Top ]

$parentElement =  ''

[line 980]


Type:   mixed


[ Top ]

$schema =  ''

[line 982]


Type:   mixed


[ Top ]

$schemaStatus =  ''

[line 983]


Type:   mixed


[ Top ]

$schema_element_stack = array()

[line 986]


Type:   mixed


[ Top ]

$schema_stack = array()

[line 984]


Type:   mixed


[ Top ]

$soapns = array('soap')

[line 974]


Type:   mixed


[ Top ]

$status =  ''

[line 978]


Type:   mixed


[ Top ]

$tns =  null

[line 973]


Type:   mixed


[ Top ]

$uri =  ''

[line 975]


Type:   mixed


[ Top ]

$wsdl =  null

[line 976]


Type:   mixed


[ Top ]



Method Detail

SOAP_WSDL_Parser (Constructor)   [line 992]

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

constructor

Parameters:

   $uri   — 
   &$wsdl   — 
   $docs   — 

[ Top ]

characterData   [line 1667]

void characterData( $parser, $data)

Element content handler.

Parameters:

   $parser   — 
   $data   — 

[ Top ]

endElement   [line 1620]

void endElement( $parser, $name)

end-element handler.

Parameters:

   $parser   — 
   $name   — 

[ Top ]

parse   [line 1002]

void parse( $uri)


Parameters:

   $uri   — 

[ Top ]

startElement   [line 1032]

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

start-element handler

Parameters:

   $parser   — 
   $name   — 
   $attrs   — 

[ Top ]


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