Class RDFXMLPrettyWriter.Node
- java.lang.Object
-
- org.eclipse.rdf4j.rio.rdfxml.util.RDFXMLPrettyWriter.Node
-
- Enclosing class:
- RDFXMLPrettyWriter
private static class RDFXMLPrettyWriter.Node extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IRI
getType()
Value
getValue()
boolean
hasType()
void
incrementNextLi()
boolean
isWritten()
(package private) Resource
nextLi()
void
setIsWritten(boolean isWritten)
void
setType(IRI type)
-
-
-
Constructor Detail
-
Node
public Node(Value value)
Creates a new Node for the supplied Value.
-
-
Method Detail
-
nextLi
Resource nextLi()
-
incrementNextLi
public void incrementNextLi()
-
getValue
public Value getValue()
-
setType
public void setType(IRI type)
-
getType
public IRI getType()
-
hasType
public boolean hasType()
-
setIsWritten
public void setIsWritten(boolean isWritten)
-
isWritten
public boolean isWritten()
-
-