Class RDFXMLPrettyWriter.Node

java.lang.Object
org.eclipse.rdf4j.rio.rdfxml.util.RDFXMLPrettyWriter.Node
Enclosing class:
RDFXMLPrettyWriter

private static class RDFXMLPrettyWriter.Node extends Object
  • Field Details

    • nextLiIndex

      private int nextLiIndex
    • nextLi

      private Resource nextLi
    • value

      private final Value value
    • type

      private IRI type
    • isWritten

      private boolean isWritten
  • Constructor Details

    • Node

      public Node(Value value)
      Creates a new Node for the supplied Value.
  • Method Details

    • 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()