goProject/.svn/pristine/ff/ff6ef4cb191804d9f0d6a4d12eb7e1bd38aa042d.svn-base

8 lines
112 B
Plaintext
Raw Normal View History

2025-01-06 16:21:36 +08:00
package query
import "goutil/xmlUtil/gxpath/xpath"
type Iterator interface {
Current() xpath.NodeNavigator
}