Package | Description |
---|---|
org.apache.commons.rdf.api |
Commons RDF, a common library of RDF 1.1 concepts.
|
org.apache.commons.rdf.experimental |
Experimental Commons RDF features.
|
Modifier and Type | Method and Description |
---|---|
static RDFSyntax |
RDFSyntax.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RDFSyntax[] |
RDFSyntax.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Optional<RDFSyntax> |
RDFSyntax.byFileExtension(String fileExtension)
Return the RDFSyntax with the specified file extension.
|
static Optional<RDFSyntax> |
RDFSyntax.byMediaType(String mediaType)
Return the RDFSyntax with the specified media type.
|
Modifier and Type | Method and Description |
---|---|
RDFParser |
RDFParser.contentType(RDFSyntax rdfSyntax)
Specify the content type of the RDF syntax to parse.
|
Copyright © 2015–2017 The Apache Software Foundation. All rights reserved.