MCPcopy Create free account
hub / github.com/antchfx/xpath / skipItem

Method skipItem

parse.go:181–184  ·  view source on GitHub ↗
(typ itemType)

Source from the content-addressed store, hash-verified

179}
180
181func (p *parser) skipItem(typ itemType) {
182 checkItem(p.r, typ)
183 p.next()
184}
185
186// OrExpr ::= AndExpr | OrExpr 'or' AndExpr
187func (p *parser) parseOrExpr(n node) node {

Callers 5

parsePredicateMethod · 0.95
parseSequenceMethod · 0.95
parseNodeTestMethod · 0.95
parsePrimaryExprMethod · 0.95
parseMethodMethod · 0.95

Calls 2

nextMethod · 0.95
checkItemFunction · 0.85

Tested by

no test coverage detected