Interface RDFNamespaceHandler


public interface RDFNamespaceHandler
Since:
2.0.1
Version:
2.3
Author:
Evren Sirin
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Handles the namespace definitions produced by the stream.
  • Method Details

    • handleNamespace

      void handleNamespace(String prefix, String uri)
      Handles the namespace definitions produced by the stream. This function may be called concurrently by multiple threads so it should be thread-safe.