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