Class RDFXMLPrettyWriter.Node

  • Enclosing class:
    RDFXMLPrettyWriter

    private static class RDFXMLPrettyWriter.Node
    extends java.lang.Object
    • Field Detail

      • nextLiIndex

        private int nextLiIndex
      • value

        private final Value value
      • type

        private IRI type
      • isWritten

        private boolean isWritten
    • Constructor Detail

      • Node

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

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