Class ST
- java.lang.Object
-
- fr.mines_stetienne.ci.sparql_generate.utils.ST
-
public class ST extends Object
- Author:
- Maxime Lefrançois
-
-
Field Summary
Fields Modifier and Type Field Description static String
applyTemplateAll
static String
applyTemplateGraph
static String
applyTemplates
static String
applyTemplateWith
static String
applyTemplateWithAll
static String
applyTemplateWithGraph
static String
callTemplate
static String
concat
static String
decr
static String
format
static String
getFocusNode
static String
incr
static String
nl
static String
NS
static String
number
static String
priority
static Property
Priority
static String
process
static String
template
static Resource
Template
static String
turtle
-
Constructor Summary
Constructors Constructor Description ST()
-
-
-
Field Detail
-
NS
public static final String NS
- See Also:
- Constant Field Values
-
nl
public static final String nl
- See Also:
- Constant Field Values
-
turtle
public static final String turtle
- See Also:
- Constant Field Values
-
concat
public static final String concat
- See Also:
- Constant Field Values
-
number
public static final String number
- See Also:
- Constant Field Values
-
format
public static final String format
- See Also:
- Constant Field Values
-
process
public static final String process
- See Also:
- Constant Field Values
-
applyTemplates
public static final String applyTemplates
- See Also:
- Constant Field Values
-
applyTemplateWith
public static final String applyTemplateWith
- See Also:
- Constant Field Values
-
applyTemplateAll
public static final String applyTemplateAll
- See Also:
- Constant Field Values
-
applyTemplateWithAll
public static final String applyTemplateWithAll
- See Also:
- Constant Field Values
-
applyTemplateWithGraph
public static final String applyTemplateWithGraph
- See Also:
- Constant Field Values
-
applyTemplateGraph
public static final String applyTemplateGraph
- See Also:
- Constant Field Values
-
callTemplate
public static final String callTemplate
- See Also:
- Constant Field Values
-
getFocusNode
public static final String getFocusNode
- See Also:
- Constant Field Values
-
template
public static final String template
- See Also:
- Constant Field Values
-
incr
public static final String incr
- See Also:
- Constant Field Values
-
decr
public static final String decr
- See Also:
- Constant Field Values
-
Template
public static final Resource Template
-
priority
public static final String priority
- See Also:
- Constant Field Values
-
Priority
public static final Property Priority
-
-