bool ElementReference::matches(xml::Node& node)
{
	node.accept(*this);

	return _matchResult;
}