public class ResourceSerializer extends Object
ResourceSerializer class.
| Constructor and Description |
|---|
ResourceSerializer()
Constructor for ResourceSerializer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(com.hp.hpl.jena.rdf.model.Resource[] resources,
com.hp.hpl.jena.rdf.model.Resource styleRes,
String urlBase,
String[] languages,
UnavailableLocalisationHandler localisationHandler,
Writer out)
serialize.
|
void |
serialize(com.hp.hpl.jena.rdf.model.Resource[] resources,
com.hp.hpl.jena.rdf.model.Resource styleRes,
String urlBase,
Writer out)
serialize.
|
void |
serialize(com.hp.hpl.jena.rdf.model.Resource[] resources,
com.hp.hpl.jena.rdf.model.Resource styleRes,
Writer out)
serialize.
|
void |
serialize(com.hp.hpl.jena.rdf.model.Resource[] resources,
String urlBase,
String[] languages,
UnavailableLocalisationHandler localisationHandler,
Writer out)
serialize.
|
void |
serialize(com.hp.hpl.jena.rdf.model.Resource[] resources,
String urlBase,
Writer out)
serialize.
|
void |
serialize(com.hp.hpl.jena.rdf.model.Resource[] resources,
Writer out)
serialize.
|
public ResourceSerializer()
Constructor for ResourceSerializer.
public void serialize(com.hp.hpl.jena.rdf.model.Resource[] resources,
Writer out)
throws IOException,
org.wymiwyg.commons.util.LanguageUnavailableException
serialize.
resources - an array of Resource objects.out - a Writer object.IOException - if any.org.wymiwyg.commons.util.LanguageUnavailableException - if any.public void serialize(com.hp.hpl.jena.rdf.model.Resource[] resources,
String urlBase,
Writer out)
throws IOException,
org.wymiwyg.commons.util.LanguageUnavailableException
serialize.
resources - an array of Resource objects.urlBase - a String object.out - a Writer object.IOException - if any.org.wymiwyg.commons.util.LanguageUnavailableException - if any.public void serialize(com.hp.hpl.jena.rdf.model.Resource[] resources,
String urlBase,
String[] languages,
UnavailableLocalisationHandler localisationHandler,
Writer out)
throws IOException,
org.wymiwyg.commons.util.LanguageUnavailableException
serialize.
resources - an array of Resource objects.urlBase - a String object.languages - an array of String objects.localisationHandler - a UnavailableLocalisationHandler object.out - a Writer object.IOException - if any.org.wymiwyg.commons.util.LanguageUnavailableException - if any.public void serialize(com.hp.hpl.jena.rdf.model.Resource[] resources,
com.hp.hpl.jena.rdf.model.Resource styleRes,
Writer out)
throws IOException,
org.wymiwyg.commons.util.LanguageUnavailableException
serialize.
resources - an array of Resource objects.styleRes - a Resource object.out - a Writer object.IOException - if any.org.wymiwyg.commons.util.LanguageUnavailableException - if any.public void serialize(com.hp.hpl.jena.rdf.model.Resource[] resources,
com.hp.hpl.jena.rdf.model.Resource styleRes,
String urlBase,
Writer out)
throws IOException,
org.wymiwyg.commons.util.LanguageUnavailableException
serialize.
resources - an array of Resource objects.styleRes - a Resource object.urlBase - a String object.out - a Writer object.IOException - if any.org.wymiwyg.commons.util.LanguageUnavailableException - if any.public void serialize(com.hp.hpl.jena.rdf.model.Resource[] resources,
com.hp.hpl.jena.rdf.model.Resource styleRes,
String urlBase,
String[] languages,
UnavailableLocalisationHandler localisationHandler,
Writer out)
throws IOException,
org.wymiwyg.commons.util.LanguageUnavailableException
serialize.
resources - an array of Resource objects.styleRes - a Resource object.urlBase - a String object.languages - an array of String objects.localisationHandler - a UnavailableLocalisationHandler object.out - a Writer object.IOException - if any.org.wymiwyg.commons.util.LanguageUnavailableException - if any.Copyright © 2017. All rights reserved.