goProject/trunk/goutil/xmlUtil/gxpath/internal/query/iter.go
皮蛋13361098506 1b77f62820 初始化项目
2025-01-06 16:01:02 +08:00

8 lines
112 B
Go

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