WebSphere Message Broker™ V8.0.0.0 .NET Plugin Node API
CreateBeforeUsingNewParser Method (parserName)
NamespacesIBM.Broker.PluginNBElementCreateBeforeUsingNewParser(String)
SUMMARY
The CreateBeforeUsingNewParser method creates as the previous sibling a new NBElement in the logical tree that belongs to the specified parser.
Declaration Syntax
C#Visual BasicVisual C++F#
public NBElement CreateBeforeUsingNewParser(
	string parserName
)
Public Function CreateBeforeUsingNewParser ( _
	parserName As String _
) As NBElement
public:
NBElement^ CreateBeforeUsingNewParser(
	String^ parserName
)
member CreateBeforeUsingNewParser : 
        parserName:string -> NBElement 
Parameters
parserName (String)
The name of the parser class. The supplied parser constants give values for some of the IBM supplied parsers.
Return Value
The NBElement which is associated with the specified parser.

Assembly: IBM.Broker.Plugin (Module: IBM.Broker.Plugin) Version: 8.0.0.0