Package com.complexible.common.rdf.rio
Interface RDFNamespaceHandler
public interface RDFNamespaceHandler
- Since:
- 2.0.1
- Version:
- 2.3
- Author:
- Evren Sirin
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandleNamespace(String prefix, String uri) Handles the namespace definitions produced by the stream.
-
Method Details
-
handleNamespace
Handles the namespace definitions produced by the stream. This function may be called concurrently by multiple threads so it should be thread-safe.
-