Documentation
¶
Index ¶
- Constants
- func CheckAxisNameToken(t *testing.T, lexer xpath.XpathLexer, axisName string)
- func CheckBoolResult(t *testing.T, mach *xpath.Machine, expResult bool)
- func CheckBoolResultWithContext(t *testing.T, mach *xpath.Machine, expResult bool, configTree *xpathtest.TNode, ...)
- func CheckBoolResultWithContextDebug(t *testing.T, mach *xpath.Machine, expResult bool, configTree *xpathtest.TNode, ...)
- func CheckExecuteError(t *testing.T, mach *xpath.Machine, expErrMsgs []string)
- func CheckFuncToken(t *testing.T, lexer xpath.XpathLexer, funcName string)
- func CheckLiteralResult(t *testing.T, mach *xpath.Machine, expResult string)
- func CheckLiteralResultWithContext(t *testing.T, mach *xpath.Machine, expResult string, ...)
- func CheckLiteralToken(t *testing.T, lexer xpath.XpathLexer, literal string)
- func CheckNameTestToken(t *testing.T, lexer xpath.XpathLexer, xmlname xml.Name)
- func CheckNodeSetResult(t *testing.T, mach *xpath.Machine, configTree *xpathtest.TNode, ...)
- func CheckNodeSetResultWithDebug(t *testing.T, mach *xpath.Machine, configTree *xpathtest.TNode, ...)
- func CheckNodeTypeToken(t *testing.T, lexer xpath.XpathLexer, nodeType string)
- func CheckNumResult(t *testing.T, mach *xpath.Machine, expResult float64)
- func CheckNumResultWithContext(t *testing.T, mach *xpath.Machine, expResult float64, ...)
- func CheckNumToken(t *testing.T, lexer xpath.XpathLexer, tokenVal float64)
- func CheckParseError(t *testing.T, expr string, err error, expErrMsgs []string)
- func CheckStringToken(t *testing.T, lexer xpath.XpathLexer, tokenType int, name string)
- func CheckToken(t *testing.T, lexer xpath.XpathLexer, tokenType int)
- func CheckUnlexableToken(t *testing.T, lexer xpath.XpathLexer, expErrMsg string)
Constants ¶
View Source
const NoErrMsg = ""
Variables ¶
This section is empty.
Functions ¶
func CheckAxisNameToken ¶
func CheckAxisNameToken(t *testing.T, lexer xpath.XpathLexer, axisName string)
func CheckExecuteError ¶
func CheckFuncToken ¶
func CheckFuncToken(t *testing.T, lexer xpath.XpathLexer, funcName string)
func CheckLiteralResult ¶
func CheckLiteralToken ¶
func CheckLiteralToken(t *testing.T, lexer xpath.XpathLexer, literal string)
func CheckNameTestToken ¶
func CheckNodeSetResult ¶
func CheckNodeTypeToken ¶
func CheckNodeTypeToken(t *testing.T, lexer xpath.XpathLexer, nodeType string)
func CheckNumToken ¶
func CheckNumToken(t *testing.T, lexer xpath.XpathLexer, tokenVal float64)
func CheckParseError ¶
func CheckStringToken ¶
func CheckToken ¶
func CheckToken(t *testing.T, lexer xpath.XpathLexer, tokenType int)
Check token types where there is no associated value - eg single character symbols.
func CheckUnlexableToken ¶
func CheckUnlexableToken( t *testing.T, lexer xpath.XpathLexer, expErrMsg string, )
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.