Options
All
  • Public
  • Public/Protected
  • All
Menu

Registry of FileParsers. Allows resolution of the appropriate parser for a path expression

Hierarchy

  • FileParserRegistry

Implemented by

Index

Methods

Methods

parserFor

  • parserFor(pex: string | PathExpression): FileParser | undefined
  • Find a parser for the given path expression. It's first location step must start with a node name. If the FileParser supports validation, validate that it can execute the path expression and throw an exception if not.

    Parameters

    • pex: string | PathExpression

    Returns FileParser | undefined

Generated using TypeDoc