PegBaseParserTreeCharsWithId(PegBaseParserCreator, Int32, PegBaseParserMatcher) Method |
Matches character data and stores it using the specified creator and node identifier.
Namespace: Altaxo.Main.PegParserAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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
Booleantrue if the match succeeds; otherwise,
false.
See Also