Package com.complexible.common.rdf.rio
Interface RDFNamespaceHandler
-
public interface RDFNamespaceHandler
- Since:
- 2.0.1
- Version:
- 2.3
- Author:
- Evren Sirin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleNamespace(java.lang.String prefix, java.lang.String uri)
Handles the namespace definitions produced by the stream.
-