Interface RDFNamespaceHandler


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

      • handleNamespace

        void handleNamespace​(java.lang.String prefix,
                             java.lang.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.