NBElement CreateAfterUsingNewParser Method IBM Integration Bus
The CreateAfterUsingNewParser method creates as the next sibling a new NBElement in the logical tree that belongs to the specified parser.

Namespace: IBM.Broker.Plugin
Assembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
Syntax

public NBElement CreateAfterUsingNewParser(
	string parserName
)

Parameters

parserName
Type: OnlineSystem String
The name of the parser class. The supplied parser constants give values for some of the IBM supplied parsers.

Return Value

Type: NBElement
The NBElement which is associated with the specified parser.
See Also