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

Class: SOAP_WSDL_Parser

Source Location: /SOAP-0.9.2/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 1017]
Common base class of all SOAP classes.
  • Author: Shane Caraveo <shane@php.net> Conversion to PEAR and updates


[ Top ]


Class Variables

$cache =

[line 1033]

Parser vars.

Type:   mixed


[ Top ]

$currentBinding =

[line 1027]


Type:   mixed


[ Top ]

$currentComplexType =

[line 1047]


Type:   mixed


[ Top ]

$currentElement =

[line 1049]


Type:   mixed


[ Top ]

$currentMessage =

[line 1024]

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

Type:   mixed


[ Top ]

$currentOperation =

[line 1025]


Type:   mixed


[ Top ]

$currentPort =

[line 1028]


Type:   mixed


[ Top ]

$currentPortType =

[line 1026]


Type:   mixed


[ Top ]

$element_stack = array()

[line 1041]


Type:   mixed


[ Top ]

$parentElement =  ''

[line 1042]


Type:   mixed


[ Top ]

$schema =  ''

[line 1044]


Type:   mixed


[ Top ]

$schemaStatus =  ''

[line 1045]


Type:   mixed


[ Top ]

$schema_element_stack = array()

[line 1048]


Type:   mixed


[ Top ]

$schema_stack = array()

[line 1046]


Type:   mixed


[ Top ]

$soapns = array('soap')

[line 1036]


Type:   mixed


[ Top ]

$status =  ''

[line 1040]


Type:   mixed


[ Top ]

$tns =  null

[line 1035]


Type:   mixed


[ Top ]

$uri =  ''

[line 1037]


Type:   mixed


[ Top ]

$wsdl =  null

[line 1038]


Type:   mixed


[ Top ]



Method Detail

SOAP_WSDL_Parser (Constructor)   [line 1054]

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

constructor

Parameters:

   $uri   — 
   &$wsdl   — 
   $docs   — 

[ Top ]

characterData   [line 1729]

void characterData( $parser, $data)

Element content handler.

Parameters:

   $parser   — 
   $data   — 

[ Top ]

endElement   [line 1682]

void endElement( $parser, $name)

end-element handler.

Parameters:

   $parser   — 
   $name   — 

[ Top ]

parse   [line 1064]

void parse( $uri)


Parameters:

   $uri   — 

[ Top ]

startElement   [line 1094]

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

start-element handler

Parameters:

   $parser   — 
   $name   — 
   $attrs   — 

[ Top ]


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