11.04.2013 Views

UniBasic Commands Reference - Rocket Software

UniBasic Commands Reference - Rocket Software

UniBasic Commands Reference - Rocket Software

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

C:\Program<br />

Files\Adobe\FrameMaker8\UniData<br />

Parameters Description<br />

nodeValue The string to hold the node value. [IN]<br />

The nodeValue parameter uses the in-encoding parameter set in<br />

the system-level or account-level xmlconfig file, the XMLSE-<br />

TOPTIONS command, or the XMLSetOptions() API.<br />

nodeType The type of the node to be created. Valid values are:<br />

XDOM.ELEMENT.NODE<br />

XDOM.ATTR.NODE<br />

XDOM.TEXT.NODE<br />

XDOM.CDATA.NODE<br />

XDOM.ENTITY.REF.NODE<br />

XDOM.ENTITY.NODE<br />

XDOM.PROC.INST.NODE<br />

XDOM.COMMENT.NODE<br />

XDOM.DOC.NODE<br />

XDOM.DOC.TYPE.NODE<br />

XDOM.DOC.FRAG.NODE<br />

XDEOM.NOTATION.NODE<br />

XDOM.XML.DECL.NODE<br />

UniData uses this argument, along with direction and childIndex,<br />

to get the right type node. For example, if direction is<br />

XDOM.PREV.SIBLING, and nodeType is<br />

XDOM.ELEMENT.NODE, UniData finds the element node that<br />

is the first previous sibling of nodeHandle. If direction is<br />

XDOM.CHILD, childIndex is XDOM.FIRST.CHILD, and<br />

nodeType is XDOM.ELEMENT.NODE, UniData finds the<br />

element node that is the first element child of nodeHandle. If the<br />

direction is XDOM.CHILD, childIndex is 2, and nodeType is<br />

XDOM.ELEMENT.NODE, UniData finds the element node that<br />

is the second element child of nodeHandle.<br />

When the direction is<br />

XDOM.NEXT.SIBLING.WITH.SAME.NAME,<br />

XDOM.PREV.SIBLING.WITH.SAME.NAME, or<br />

XDOM.PARENT, this argument is not used. [IN]<br />

nodeHandle A handle to the node to be created in the DOM structure.<br />

[IN]<br />

XDOMCreateNode Parameters (continued)<br />

XDOMCreateNode 1-937

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!