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, waitgetNodeTypepublic boolean isResource()
isResource in interface Nodepublic boolean isQNameResource()
isQNameResource in interface Nodepublic int compareTo(Node o)
compareTo in interface Comparable<Node>Copyright © 2012 Nuxeo SA. All Rights Reserved.