java.lang.Object
org.apache.jena.sparql.expr.ExprNode
org.apache.jena.sparql.expr.NodeValue
org.apache.jena.sparql.expr.nodevalue.NodeValueLangDir
- All Implemented Interfaces:
Expr
A NodeValue that is a lang tagged literal with base direction (rdf:dirLangString).
A string + language tag which is not "" + base direction which is "ltr" or "rtl".
-
Field Summary
Fields inherited from class org.apache.jena.sparql.expr.NodeValue
FALSE, nvDecimalONE, nvDecimalZERO, nvEmptyString, nvINF, nvNaN, nvNegINF, nvNegZERO, nvONE, nvTEN, nvZERO, TRUE, VerboseExceptions, VerboseWarnings, xmlDatatypeFactory, xsdNamespace
Fields inherited from interface org.apache.jena.sparql.expr.Expr
CMP_EQUAL, CMP_GREATER, CMP_INDETERMINATE, CMP_LESS, CMP_UNEQUAL, NONE
-
Constructor Summary
ConstructorsConstructorDescriptionNodeValueLangDir
(String lex, String lang, String textDirStr) NodeValueLangDir
(String lex, String lang, org.apache.jena.graph.TextDirection textDir) NodeValueLangDir
(org.apache.jena.graph.Node n) -
Method Summary
Modifier and TypeMethodDescriptionasString()
getLang()
boolean
toString()
void
visit
(NodeValueVisitor visitor) Methods inherited from class org.apache.jena.sparql.expr.NodeValue
apply, applyNodeTransform, asNode, asQuotedString, asQuotedString, asUnquotedString, booleanReturn, classifyValueOp, compare, compareAlways, copySubstitute, equals, eval, evalNode, getBoolean, getConstant, getDatatypeURI, getDateTime, getDecimal, getDouble, getDuration, getFloat, getInteger, getNode, getSortKey, getValueSpace, hasDateTime, hashCode, hasNode, isBlank, isBoolean, isConstant, isDate, isDateTime, isDayTimeDuration, isDecimal, isDouble, isDuration, isFloat, isGDay, isGMonth, isGMonthDay, isGYear, isGYearMonth, isInteger, isIRI, isLiteral, isNumber, isSortKey, isString, isTime, isTripleTerm, isYearMonthDuration, makeBoolean, makeDate, makeDate, makeDate, makeDateTime, makeDateTime, makeDateTime, makeDecimal, makeDecimal, makeDecimal, makeDecimal, makeDirLangString, makeDirLangString, makeDouble, makeDuration, makeDuration, makeFloat, makeInteger, makeInteger, makeInteger, makeLangString, makeNode, makeNode, makeNode, makeNode, makeNodeBoolean, makeNodeBoolean, makeNodeDate, makeNodeDate, makeNodeDateTime, makeNodeDateTime, makeNodeDecimal, makeNodeDecimal, makeNodeDouble, makeNodeDouble, makeNodeDuration, makeNodeFloat, makeNodeFloat, makeNodeInteger, makeNodeInteger, makeNodeString, makeSortKey, makeString, notSameValueAs, notSameValueAs, parse, raise, sameValueAs, toNode, visit
Methods inherited from class org.apache.jena.sparql.expr.ExprNode
asVar, deepCopy, equals, equalsBySyntax, getExpr, getExprVar, getFunction, getGraphPattern, getVarName, getVarsMentioned, isExpr, isFunction, isGraphPattern, isSatisfied, isVariable
-
Constructor Details
-
NodeValueLangDir
-
NodeValueLangDir
-
NodeValueLangDir
public NodeValueLangDir(org.apache.jena.graph.Node n)
-
-
Method Details
-
isLangString
public boolean isLangString()- Overrides:
isLangString
in classNodeValue
-
getString
-
getLang
-
getLangDir
- Overrides:
getLangDir
in classNodeValue
-
asString
-
toString
-
visit
-