Class XmlVisitor
Location visitor used to marshal XML response data into a formatted array
- Guzzle\Service\Command\LocationVisitor\Response\AbstractResponseVisitor implements Guzzle\Service\Command\LocationVisitor\Response\ResponseVisitorInterface
- Guzzle\Service\Command\LocationVisitor\Response\XmlVisitor
Namespace: Guzzle\Service\Command\LocationVisitor\Response
Located at src/Guzzle/Service/Command/LocationVisitor/Response/XmlVisitor.php
Located at src/Guzzle/Service/Command/LocationVisitor/Response/XmlVisitor.php
public
|
#
before(
Called before visiting all parameters. This can be used for seeding the result of a command with default data (e.g. populating with JSON data in the response then adding to the parsed data). |
public
|
#
visit(
Called once for each parameter being visited that matches the location type |
protected
|
#
recursiveProcess(
Recursively process a parameter while applying filters |
protected
|
|
protected
|
|
protected
|
#
processXmlAttribute(
Process an XML attribute property |
after()
|