Click or drag to resize

PegBaseParserTreeChars(PegBaseParserCreator, PegBaseParserMatcher) Method

Matches character data and stores it as an anonymous tree node.

Namespace: Altaxo.Main.PegParser
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool TreeChars(
	PegBaseParserCreator nodeCreator,
	PegBaseParserMatcher toMatch
)

Parameters

nodeCreator  PegBaseParserCreator
The node creator to use.
toMatch  PegBaseParserMatcher
The matcher to execute.

Return Value

Boolean
true if the match succeeds; otherwise, false.
See Also