Property | Type | Description | |
---|---|---|---|
$defaultnamespace | string | ||
$exturi | of extended uri | ||
$language | * | ||
$objuri | of object uri | ||
$originalrequest | |||
$version | * | ||
$xpathuri | of xpath uri |
Method | Description | |
---|---|---|
Success ( ) : boolean | ||
__construct ( $originalrequest = null ) | ||
__destruct ( ) | ||
dumpContents ( ) | ||
findNamespace ( $namespace ) | ||
getClientTransactionId ( ) : string | ||
getProblemtype ( ) : string | ||
getResultCode ( ) : string | ||
getResultContactId ( ) | ||
getResultDomainName ( ) | ||
getResultHostAddr ( ) | ||
getResultHostName ( ) | ||
getResultHostStatus ( ) | ||
getResultMessage ( ) : string | ||
getResultReason ( ) : string | ||
getResultValue ( ) | ||
getServerTransactionId ( ) : string | ||
hasElement ( array $matches ) : boolean | Checks and sees if an element is present using xpath | |
saveXML ( DOMNode $node = NULL, $options = NULL ) | ||
setProblemtype ( string $problemtype ) | ||
setXpath ( $xpathuri ) | ||
xPath ( ) : DOMXpath |
Method | Description | |
---|---|---|
queryPath ( string $path ) : null | string | Make an xpath query and return the results if applicable |
public hasElement ( array $matches ) : boolean | ||
$matches | array | |
return | boolean |