Interface StatementIterator

    • Method Detail

      • namespaces

        default Namespaces namespaces()
        Returns namespaces associated with this statement iteration if any.
        Returns:
        possibly empty namespaces but never null
        Since:
        1.0.6
      • toGraph

        default java.util.Set<Statement> toGraph()
        Transform the contents of the iterator into a graph.
        Returns:
        the iterator contents as a graph
        Implementation Notes:
        This iterator set is closed as a side effect of the call.
      • process

        default void process​(RDFHandler handler)