\DOMElement $node The node associated with this field:
public function __construct(\DOMElement $node) { $this->name = $node->getAttribute('name'); $this->xpath = new \DOMXPath($node->ownerDocument); $this->initialize(); }