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 IRIgetType()ValuegetValue()booleanhasType()voidincrementNextLi()booleanisWritten()(package private) ResourcenextLi()voidsetIsWritten(boolean isWritten)voidsetType(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()
-
-