public abstract class Node_Concrete extends Node
Node.NotLiteral
Modifier and Type | Method and Description |
---|---|
boolean |
isConcrete()
Answer true iff this node is concrete, ie not variable, ie URI, blank, or literal.
|
create, equals, getBlankNodeId, getBlankNodeLabel, getIndexingValue, getLiteral, getLiteralDatatype, getLiteralDatatypeURI, getLiteralIsXML, getLiteralLanguage, getLiteralLexicalForm, getLiteralValue, getLocalName, getName, getNameSpace, getURI, hashCode, hasURI, isBlank, isLiteral, isURI, isVariable, matches, sameValueAs, toString, toString, toString, toString, visitWith
public boolean isConcrete()
Node
isConcrete
in class Node
Licenced under the Apache License, Version 2.0