|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RDFSchemaUtils.VocabularyFormat | |
---|---|
org.apache.any23.vocab | TODO fillme |
Uses of RDFSchemaUtils.VocabularyFormat in org.apache.any23.vocab |
---|
Methods in org.apache.any23.vocab that return RDFSchemaUtils.VocabularyFormat | |
---|---|
static RDFSchemaUtils.VocabularyFormat |
RDFSchemaUtils.VocabularyFormat.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RDFSchemaUtils.VocabularyFormat[] |
RDFSchemaUtils.VocabularyFormat.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.any23.vocab with parameters of type RDFSchemaUtils.VocabularyFormat | |
---|---|
static void |
RDFSchemaUtils.serializeVocabularies(RDFSchemaUtils.VocabularyFormat format,
PrintStream ps)
Serializes all the vocabularies to NQuads over the given output stream. |
static String |
RDFSchemaUtils.serializeVocabulary(Vocabulary vocabulary,
RDFSchemaUtils.VocabularyFormat format)
Serialized the given vocabulary to NQuads and return them as string. |
static void |
RDFSchemaUtils.serializeVocabulary(Vocabulary vocabulary,
RDFSchemaUtils.VocabularyFormat format,
boolean willFollowAnother,
PrintStream ps)
Serializes the given vocabulary to NQuads over the given output stream. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |