public interface WriterFactory
Modifier and Type | Method and Description |
---|---|
Set<RDFSyntax> |
supportedSyntaxes()
Get set of syntaxes supported by this factory.
|
T |
syntax(RDFSyntax syntax)
Use the specified RDF syntax
|
Set<RDFSyntax> supportedSyntaxes()
The returned syntaxes can be used with syntax(RDFSyntax)
and may
be used by this factory if no syntax is given.
Note that the factory may support additional syntaxes not returned in this set.
T syntax(RDFSyntax syntax)
syntax
- RDFSyntaxCopyright © 2015–2018 The Apache Software Foundation. All rights reserved.