@Deprecated public class Node_NULL extends Node_Concrete
Node.NotLiteral
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other)
Deprecated.
Node_NULL's are equal to no null nodes; strictly speaking,
this incorrect but suits our purposes.
|
String |
toString()
Deprecated.
Answer a human-readable representation of this Node.
|
Object |
visitWith(NodeVisitor v)
Deprecated.
Visit a Node and dispatch on it to the appropriate method from the
NodeVisitor
v . |
isConcrete
create, 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
public boolean equals(Object other)
public Object visitWith(NodeVisitor v)
Node
v
.Licenced under the Apache License, Version 2.0