| Name | Description | Type | Package | Framework |
| Node | A Node has five subtypes: Node_Blank, Node_Anon, Node_URI, Node_Variable, and Node_ANY. | Class | org.apache.jena.graph | Apache Jena |
|
| Node .NotLiteral | Exception thrown if a literal-access operation is attemted on a non-literal node. | Class | org.apache.jena.graph.Node | Apache Jena |
|
| Node_ANY | A Node_ANY (there should be only one) is a meta-node that is used to stand for any other node in a query. | Class | org.apache.jena.graph | Apache Jena |
|
| Node_Blank | RDF blank nodes, ie nodes with identity but without URIs. | Class | org.apache.jena.graph | Apache Jena |
|
| Node_Concrete | This is the class of concrete nodes, ie those which correspond to actual RDF data - URIs, blank nodes, and literals. | Class | org.apache.jena.graph | Apache Jena |
|
| Node_Fluid | | Class | org.apache.jena.graph | Apache Jena |
|
| Node_Literal | An RDF node holding a literal value. | Class | org.apache.jena.graph | Apache Jena |
|
| Node_NULL | The Highlander Node_NULL exists for the database code (as a Node that coresponds to a null in database tables for the reification code). | Class | org.apache.jena.graph | Apache Jena |
|
| Node_URI | RDF nodes with a global identity given by a URI. | Class | org.apache.jena.graph | Apache Jena |
|
| Node_Variable | | Class | org.apache.jena.graph | Apache Jena |
|
| Node | A Node has five subtypes: Node_Blank, Node_Anon, Node_URI, Node_Variable, and Node_ANY. | Class | org.apache.jena.graph | Apache Jena |
|
| Node .NotLiteral | Exception thrown if a literal-access operation is attemted on a non-literal node. | Class | org.apache.jena.graph.Node | Apache Jena |
|
| Node_ANY | A Node_ANY (there should be only one) is a meta-node that is used to stand for any other node in a query. | Class | org.apache.jena.graph | Apache Jena |
|
| Node_Blank | RDF blank nodes, ie nodes with identity but without URIs. | Class | org.apache.jena.graph | Apache Jena |
|
| Node_Concrete | This is the class of "concrete" nodes, ie those which correspond to actual RDF data - URIs, blank nodes, and literals. | Class | org.apache.jena.graph | Apache Jena |
|
| Node_Fluid | | Class | org.apache.jena.graph | Apache Jena |
|
| Node_Literal | An RDF node holding a literal value. | Class | org.apache.jena.graph | Apache Jena |
|
| Node_NULL | The Highlander Node_NULL exists for the database code (as a Node that coresponds to a null in database tables for the reification code). | Class | org.apache.jena.graph | Apache Jena |
|
| Node_URI | RDF nodes with a global identity given by a URI. | Class | org.apache.jena.graph | Apache Jena |
|
| Node_Variable | "variable" nodes; these are outside the RDF2003 specification, but are used internally for "placeholder" nodes where blank nodes would be | Class | org.apache.jena.graph | Apache Jena |
|
| Node_Variable .VariableName | | Class | org.apache.jena.graph.Node_Variable | Apache Jena |
|
| NodeFactory | | Class | org.apache.jena.graph | Apache Jena |
|
| NodeVisitor | The NodeVisitor interface is used by Node::visitWith so that an application can have type-dispatch on the class of a Node. | Interface | org.apache.jena.graph | Apache Jena |