You are here

12 calls to XMLSchema::xdebug() in Salesforce Suite 5

XMLSchema::addComplexType in includes/nusoap.php
* adds a complex type to the schema * * example: array * * addType( * 'ArrayOfstring', * 'complexType', * 'array', * '', * 'SOAP-ENC:Array', *…
XMLSchema::addComplexType in includes/nusoap.orig.php
* adds a complex type to the schema * * example: array * * addType( * 'ArrayOfstring', * 'complexType', * 'array', * '', * 'SOAP-ENC:Array', *…
XMLSchema::addElement in includes/nusoap.php
* adds an element to the schema * *
XMLSchema::addElement in includes/nusoap.orig.php
* adds an element to the schema * *
XMLSchema::addSimpleType in includes/nusoap.php
* adds a simple type to the schema * *
XMLSchema::addSimpleType in includes/nusoap.orig.php
* adds a simple type to the schema * *
XMLSchema::getTypeDef in includes/nusoap.php
returns an associative array of information about a given type returns false if no type exists by the given name
XMLSchema::getTypeDef in includes/nusoap.orig.php
returns an associative array of information about a given type returns false if no type exists by the given name
XMLSchema::schemaEndElement in includes/nusoap.php
* end-element handler * *
XMLSchema::schemaEndElement in includes/nusoap.orig.php
* end-element handler * *
XMLSchema::schemaStartElement in includes/nusoap.php
* start-element handler * *
XMLSchema::schemaStartElement in includes/nusoap.orig.php
* start-element handler * *