public class Node_Blank extends Node_Concrete
Node.NotLiteral
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other)
Nodes only equal other Nodes that have equal labels.
|
BlankNodeId |
getBlankNodeId()
get the blank node id if the node is blank, otherwise die horribly
|
boolean |
isBlank()
Answer true iff this node is a blank node [subclasses override]
|
Object |
visitWith(NodeVisitor v)
Visit a Node and dispatch on it to the appropriate method from the
NodeVisitor
v . |
isConcrete
create, getBlankNodeLabel, getIndexingValue, getLiteral, getLiteralDatatype, getLiteralDatatypeURI, getLiteralIsXML, getLiteralLanguage, getLiteralLexicalForm, getLiteralValue, getLocalName, getName, getNameSpace, getURI, hashCode, hasURI, isLiteral, isURI, isVariable, matches, sameValueAs, toString, toString, toString, toString
public boolean isBlank()
Node
public BlankNodeId getBlankNodeId()
Node
getBlankNodeId
in class Node
public Object visitWith(NodeVisitor v)
Node
v
.Licenced under the Apache License, Version 2.0