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.


[ 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( mixed $uri, mixed &$wsdl, [mixed $docs = false])

constructor

[ Top ]

characterData   [line 1667]

void characterData( mixed $parser, mixed $data)

Element content handler.

[ Top ]

endElement   [line 1620]

void endElement( mixed $parser, mixed $name)

end-element handler.

[ Top ]

parse   [line 1002]

void parse( mixed $uri)


[ Top ]

startElement   [line 1032]

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

start-element handler

[ Top ]


Documentation generated on Tue, 31 May 2005 15:10:26 -0400 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.