goProject/.svn/pristine/ff/ff6ef4cb191804d9f0d6a4d12eb7e1bd38aa042d.svn-base
2025-01-06 16:21:36 +08:00

8 lines
112 B
Plaintext

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