The CreateAfterUsingNewParser method creates as the next sibling a new NBElement in the logical tree that belongs to the specified parser.
Namespace: IBM.Broker.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public NBElement CreateAfterUsingNewParser(
string parserName
)
public NBElement CreateAfterUsingNewParser(
string parserName
)
Public Function CreateAfterUsingNewParser (
parserName As String
) As NBElement
Public Function CreateAfterUsingNewParser (
parserName As String
) As NBElement
public:
NBElement^ CreateAfterUsingNewParser(
String^ parserName
)
public:
NBElement^ CreateAfterUsingNewParser(
String^ parserName
)
member CreateAfterUsingNewParser :
parserName : string -> NBElement
member CreateAfterUsingNewParser :
parserName : string -> NBElement
Parameters
- parserName
- Type:
System String
The name of the parser class. The supplied parser constants give values for some of the IBM supplied parsers.
Return Value
Type:
NBElementThe NBElement which is associated with the specified parser.