category Zend
package Zend_Service
subpackage Ebay
copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
license New BSD License

 Methods

__construct()

__construct(\DOMElement $dom) : void

Parameters

$dom

\DOMElement

attributes()

attributes(string $tag, string $attribute = null) : mixed

Parameters

$tag

string

$attribute

string

Returns

mixed

getDom()

getDom() : \DOMElement

Returns

\DOMElement

getXPath()

getXPath() : \DOMXPath

Returns

\DOMXPath

Initialize object.

_init() : void

Post construct logic, classes must read their members here. Called from __construct() as final step of object initialization.

Load DOMXPath for current DOM object.

_initXPath() : void
see

_query()

_query(string $path, string $type, string $array = false) : mixed

Parameters

$path

string

$type

string

$array

string

When true means it expects more than one node occurence

Returns

mixed

 Properties

 

$_attributes

$_attributes : array

Default

array()
 

$_dom

$_dom : \DOMElement

Default

 

$_xPath

$_xPath : \DOMXPath

Default