SAX Writer Reference
>
SAX Writer API Methods
>
addNode
addNode
This method adds a node to the XML document being created and writes the data from the passed-in character value.The following table lists parameters of addNode.
Parameter Name
Type
Description
I/O
Req
pcNodeName
Character
Name of the node to add to the QDoc.
I
Yes
pcNodeValue
Character
Value of the node being added.
I
Yes
pcNamespace
Character
Namespace of the node
I
No