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. |
isConcretecache, create, 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, isCaching, isLiteral, isURI, isVariable, sameValueAs, toString, toStringpublic boolean equals(Object other)
public Object visitWith(NodeVisitor v)
Nodev.public boolean matches(Node other)
Nodepublic String toString()
Nodepublic String toString(PrefixMapping pm, boolean quoting)
NodeLicenced under the Apache License, Version 2.0