goProject/trunk/goutil/xmlUtil/gxpath/internal/query/iter.go

8 lines
112 B
Go
Raw Normal View History

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