Home > Contents > Index >
Expanded TOC   |    Accordion TOC   |    Annotated TOC   |    Index

 

ICS.runTag

Calls an XML tag from within a Java program.

Syntax

Parameters

sTag
Name of the XML tag to invoke. The XML tag must be a singleton, and must not expect any nested argument tags. Do not specify any built-in XML tags, such as CSVAR.

vIn
A list containing any name/value pairs you are passing as arguments to the tag specified in sTag.

Description

Use runTag to call an XML tag from within a Java program. To see if the XML tag ran properly, examine the value of errno by calling GetErrno .

Returns

The string that would normally be output by the XML tag. Most XML tags do not return any output, so runTag usually returns NULL.

Example

The Sites XML tag OBJECT.SET expects the following three arguments:

The following Java code calls OBJECT.SET, passing values for those three arguments:

 

  Home > Contents > Index >

Oracle JAVA Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.