WebSphere Message Broker™ V8.0.0.0 .NET Plugin Node API
CreateFirstChildFromBitStream Method (bitStream, parserName)
NamespacesIBM.Broker.PluginNBElementCreateFirstChildFromBitStream(array<Byte>[]()[][], String)
SUMMARY
The CreateFirstChildFromBitStream method creates as the first child a new NBElement and its hierarchy which is populated using the given BitStream and Parser.
Declaration Syntax
C#Visual BasicVisual C++F#
public NBElement CreateFirstChildFromBitStream(
	byte[] bitStream,
	string parserName
)
Public Function CreateFirstChildFromBitStream ( _
	bitStream As Byte(), _
	parserName As String _
) As NBElement
public:
NBElement^ CreateFirstChildFromBitStream(
	array<unsigned char>^ bitStream, 
	String^ parserName
)
member CreateFirstChildFromBitStream : 
        bitStream:byte[] * 
        parserName:string -> NBElement 
Parameters
bitStream (array<Byte>[]()[][])
The bit stream to be parsed and added to the element tree.
parserName (String)
The name of the parser class to use to parse the bit stream.
Remarks
The same parser must be used to parse the whole bit stream.
Return Value
The NBElement which is created.

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