public abstract class AbstractNode extends Object implements Node
Nodes can be resources, blank nodes or literals.
Constructor and Description |
---|
AbstractNode() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Node o) |
boolean |
isBlank() |
boolean |
isLiteral() |
boolean |
isQNameResource() |
boolean |
isResource() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getNodeType
public boolean isResource()
isResource
in interface Node
public boolean isQNameResource()
isQNameResource
in interface Node
public int compareTo(Node o)
compareTo
in interface Comparable<Node>
Copyright © 2015 Nuxeo SA. All rights reserved.