SAX Writer Reference > SAX Writer API Methods > addNodesFromBuffer
  
addNodesFromBuffer
This method adds a defined set of fields from the current buffer record into the QDoc XML. The caller defines the list of fields to extract from the buffer and a corresponding list of the name that each field’s node should be assigned in the QDoc XML.The following table lists parameters of addNodesFromBuffer.
 
Parameter Name
Type
Description
I/O
Req
phBuffer
Handle
Handle to the buffer to extract the fields from.
I
Yes
pcFieldList
Character
Comma delimited list of the field names to extract from the buffer.
I
Yes
pcNodeNameList
Character
Comma delimited list of the node names to use for the data extracted from the buffer.
I
Yes
pcNamespace
Character
Namespace of the nodes in the buffer.
I
No