VS:XMLSAXAddNodeAttr/ja: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
No edit summary
Line 1: Line 1:
{{LocationMain|category=LocationVS/ja|specific=}}
{{LocationMain|category=LocationVS/ja|specific=}}
__TOC__
__TOC__
<vwDoc>
<vwDoc>
Line 6: Line 5:
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<desc>
<desc>
SAXを利用してXMLを書く。XMLSAXBeginNodeで始まるノードに属性ノードを追加する。</desc>
SAXを利用してXMLを書く。XMLSAXBeginNodeで始まるノードに属性ノードを追加します。</desc>


-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
Line 51: Line 50:
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<version>
<version>
利用可能バージョン: Vectorworks 2011
Availability: from Vectorworks 2011


</version>
</version>

Revision as of 03:43, 16 January 2014

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

SAXを利用してXMLを書く。XMLSAXBeginNodeで始まるノードに属性ノードを追加します。

FUNCTION XMLSAXAddNodeAttr(
XMLHandle :LONGINT;
nodeAttrName :STRING;
nodeAttrValue :STRING) : INTEGER;
def vs.XMLSAXAddNodeAttr(XMLHandle, nodeAttrName, nodeAttrValue):
    return INTEGER

Parameters

XMLHandle LONGINT
nodeAttrName STRING
nodeAttrValue STRING

Version

Availability: from Vectorworks 2011