semtags
Tag for-each-child


To iterate over the list of direct children (rdfs:subXXX) of a resource (class or property).


Tag Information
Tag Classfr.inria.semtags.view.ForEachSubNotionTag
TagExtraInfo ClassNone
Body Contentscriptless
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
roottruetruejava.lang.Stringfull URI of the parent (e.g. http://example.org/onto#myclass).
vartruetruejava.lang.StringThe variable's name where to store the URI of the current child.
varStatusfalsetruejava.lang.StringVariable that will contain the loop status (count, index, first, last). See javax.servlet.jsp.jstl.core.LoopTagStatus
beginfalsetrueintThe starting index of the loop.
endfalsetrueintThe ending index of the loop.
stepfalsetrueintThe iteration's step.
enginefalsetruefr.inria.semtags.EngineWrapperThe engine instance to query ; default is "defaultEngineWrapper".

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.