8 lines
112 B
Go
8 lines
112 B
Go
package query
|
|
|
|
import "goutil/xmlUtil/gxpath/xpath"
|
|
|
|
type Iterator interface {
|
|
Current() xpath.NodeNavigator
|
|
}
|