Home > Contents > Index >
Expanded TOC | Accordion TOC | Annotated TOC | Index
IDynamicTag.startTag
Evaluates the start tag of a dynamic tag.
Syntax
public int startTag(ICS ics, String sTagName, FTValList vIn, String sCData)Parameters
ics
- A handle to an ICS object.
sTagName
- The name of the tag to evaluate.
vIn
- An FTValList containing input attributes.
sCData
- Compressed child tags.
Returns
Returns one of the following integer constants:
EVALUATE_BODY
- To continue body and end tag evaluation.
EVALUATE_COMPLETE
- To complete tag evaluation.
Home > Contents > Index > Oracle JAVA Reference
Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.