Show / Hide Table of Contents

Class PathExpressionParser

Default implementation of IParsesPathExpression.

Inheritance
System.Object
PathExpressionParser
Implements
IParsesPathExpression
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ZptSharp.Expressions.PathExpressions
Assembly: ZptSharp.dll
Syntax
public class PathExpressionParser : IParsesPathExpression

Methods

| Improve this Doc View Source

Parse(String)

Gets a PathExpression model object from a specified expression string.

Declaration
public PathExpression Parse(string expression)
Parameters
Type Name Description
System.String expression

The expression string.

Returns
Type Description
PathExpression

The parsed model object.

Exceptions
Type Condition
CannotParsePathException

If the expression cannot be parsed.

Implements

IParsesPathExpression
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX