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