package query import "goutil/xmlUtil/gxpath/xpath" type Iterator interface { Current() xpath.NodeNavigator }