public class Node_NULL extends Node_Concrete
Node.NotLiteral
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other)
Node_NULL's are equal to no null nodes; strictly speaking,
this incorrect but suits our purposes.
|
String |
toString()
Answer a human-readable representation of this Node.
|
Object |
visitWith(NodeVisitor v)
Visit a Node and dispatch on it to the appropriate method from the
NodeVisitor
v . |
isConcrete
cache, create, createAnon, createAnon, createLiteral, createLiteral, createLiteral, createLiteral, 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, toString
public boolean equals(Object other)
public Object visitWith(NodeVisitor v)
Node
v
.Copyright ? 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP