コード例 #1
0
bool ElementReference::matches(xml::Node& node)
{
	node.accept(*this);

	return _matchResult;
}