Interface IParserContext
Context that gets passed along a bean definition parsing process, encapsulating all relevant configuration as well as state. TODO: This interface is not complete
public interface IParserContext
Properties
ExpressionPrefix
string ExpressionPrefix { get; }
Property Value
ExpressionSuffix
string ExpressionSuffix { get; }
Property Value
IsTemplate
bool IsTemplate { get; }