Click or drag to resize

PegBaseParserTreeCharsWithId(PegBaseParserCreator, Int32, PegBaseParserMatcher) Method

Matches character data and stores it using the specified creator and node identifier.

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

Parameters

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

Return Value

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