|
JWSCL Documentation
|
function StartWriteMultipleTags(IndentLevel: Integer; TagName: TJwString; Attributes: TJwXMLAttributes): TJwString; safecall;
|
Parameters |
Description |
|
TagName: TJwString |
defines the name of the tag |
|
Attributes: TJwXMLAttributes |
defines an array of attributes to be added to the tag |
|
IndLevel |
defines the indentation level. |
Returns the formatted xml tag.
StartWriteMultipleTags starts a tag with sub tags. All subsequent calls to WriteSingleTag will create tag under this tag. Call EndWriteMultipleTags to end creating sub tags. Multiple sub tags is not supported directly. Instead the instance is created again.
|
Copyright (c) 2010. All rights reserved.
This help was created by Doc-O-Matic sponsored by toolsfactory software inc. |
|
What do you think about this topic? Send feedback!
|