public class Node_ANY extends Node_Fluid
Node.NotLiteral
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other)
Node_ANY's are only equal to other Node_ANY's
|
boolean |
matches(Node other)
Answer true iff this node accepts the other one as a match.
|
String |
toString()
Answer a human-readable representation of this Node.
|
String |
toString(PrefixMapping pm,
boolean quoting)
Answer a human readable representation of this Node, quoting literals if specified,
and compressing URIs using the prefix mapping supplied.
|
Object |
visitWith(NodeVisitor v)
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, sameValueAs, toString, toString
public boolean equals(Object other)
public Object visitWith(NodeVisitor v)
Node
v
.public boolean matches(Node other)
Node
public String toString()
Node
public String toString(PrefixMapping pm, boolean quoting)
Node
Licenced under the Apache License, Version 2.0