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.
|
AnonId |
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. |
isConcretecache, create, createAnon, createAnon, createLiteral, createLiteral, createLiteral, createLiteral, createLiteral, createUncachedLiteral, createUncachedLiteral, createURI, createVariable, getBlankNodeLabel, getIndexingValue, getLiteral, getLiteralDatatype, getLiteralDatatypeURI, getLiteralIsXML, getLiteralLanguage, getLiteralLexicalForm, getLiteralValue, getLocalName, getName, getNameSpace, getType, getURI, hashCode, hasURI, isCaching, isLiteral, isURI, isVariable, matches, sameValueAs, toString, toString, toString, toStringpublic boolean isBlank()
Nodepublic AnonId getBlankNodeId()
NodegetBlankNodeId in class Nodepublic Object visitWith(NodeVisitor v)
Nodev.Licenced under the Apache License, Version 2.0