public interface IPrefixDecls
Modifier and Type | Interface and Description |
---|---|
static interface |
IPrefixDecls.Annotations |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getPrefixDecls()
The namespace prefix declarations map.
|
void |
setPrefixDecls(Map<String,String> prefixDecls)
Set the namespace prefix declarations map.
|
Map<String,String> getPrefixDecls()
Map
with
String
keys (prefix) and String
values (the uri
associated with that prefix).Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.