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