PDIParserParserState Enumeration

This enumerated type defines the various parser states

Definition

Namespace: EWSoftware.PDI.Parser
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
[SerializableAttribute]
protected enum ParserState

Members

PropertyName0Parsing a property name
BeforeParameterName1Looking for a parameter name
ParameterName2Parsing a parameter name
BeforeParameterValue3Looking for a parameter value
ParameterValue4Parsing a parameter value
PropertyValue5Parsing a property value

See Also