|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for classes implement dynamic tags
Field Summary | |
static int |
EVALUATE_BODY
Define a return code to indicate that the body should be evaluated |
static int |
EVALUATE_COMPLETE
Define a return code to indicate that evaluation is complete |
Fields inherited from interface COM.FutureTense.XML.Template.Seed |
returnString |
Method Summary | |
int |
endTag(ICS ics,
java.lang.String sTagName,
FTValList vIn)
Method to evaluate the end tag of a dynamic tag |
boolean |
isCaseSensitive()
Method to see if the name and attributes are case sensitive |
boolean |
isReplaceRequired()
Method to see if the attributes should have variables replaced |
void |
setParent(IDynamicTag oIDynamicTag)
Method to set the parent of a tag |
int |
startTag(ICS ics,
java.lang.String sTagName,
FTValList vIn,
java.lang.String sCData)
Method to evaluate the start tag of a dynamic tag |
Methods inherited from interface COM.FutureTense.XML.Template.Seed |
Execute |
Field Detail |
public static final int EVALUATE_COMPLETE
public static final int EVALUATE_BODY
Method Detail |
public int endTag(ICS ics, java.lang.String sTagName, FTValList vIn)
ics
- interface to Content ServersTagName
- name of the tagvIn
- input attributes
public boolean isCaseSensitive()
public boolean isReplaceRequired()
public void setParent(IDynamicTag oIDynamicTag)
oIDynamicTag
- parent tag classpublic int startTag(ICS ics, java.lang.String sTagName, FTValList vIn, java.lang.String sCData)
ics
- interface to Content ServersTagName
- name of the tagvIn
- input attributessCData
- compressed child tags
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |