|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Namespaces in org.mindswap.damlparser.daml |
Methods in org.mindswap.damlparser.daml with parameters of type Namespaces | |
java.lang.String |
DAMLList.toRDF(Namespaces ns,
int indnt)
|
java.util.Vector |
DAMLList.getTriples(Namespaces ns)
|
java.util.Vector |
DAMLList.getTriples(java.lang.String subj,
Namespaces ns)
|
org.mindswap.n3.ntriples.NTripleList |
DAMLList.getNTriples(java.lang.String subj,
Namespaces ns)
|
Constructors in org.mindswap.damlparser.daml with parameters of type Namespaces | |
DAMLFile(java.lang.String ab,
java.lang.String URI,
java.util.Hashtable cs,
java.util.Hashtable ps,
java.util.Hashtable is,
java.util.Hashtable ds,
Namespaces n)
|
|
DAMLFile(java.lang.String ab,
java.lang.String URI,
java.util.Hashtable cs,
java.util.Hashtable ps,
java.util.Hashtable is,
java.util.Hashtable ds,
Namespaces n,
org.mindswap.parserutils.interfaces.Ontology ot,
RDFResourceList v)
|
Uses of Namespaces in org.mindswap.owlparser.owl |
Constructors in org.mindswap.owlparser.owl with parameters of type Namespaces | |
OWLFile(java.lang.String ab,
java.lang.String URI,
java.util.Hashtable cs,
java.util.Hashtable ps,
java.util.Hashtable is,
java.util.Hashtable ds,
Namespaces n)
|
|
OWLFile(java.lang.String ab,
java.lang.String URI,
java.util.Hashtable cs,
java.util.Hashtable ps,
java.util.Hashtable is,
java.util.Hashtable ds,
Namespaces n,
org.mindswap.parserutils.interfaces.Ontology ot,
RDFResourceList v)
|
Uses of Namespaces in org.mindswap.rdfparser |
Methods in org.mindswap.rdfparser with parameters of type Namespaces | |
RDFFile |
RDFParser.createFromTriples(org.mindswap.n3.ntriples.NTripleList list,
java.lang.String filename,
java.lang.String abbrev,
Namespaces ns)
Given a list of NTriples, the associated filename and abbreviation, and any namespaces the user wishes to have in the file, the parser can create the same object model as it would from an RDF file. |
Uses of Namespaces in org.mindswap.rdfparser.rdf |
Methods in org.mindswap.rdfparser.rdf that return Namespaces | |
Namespaces |
RDFFile.getNamespaces()
|
Methods in org.mindswap.rdfparser.rdf with parameters of type Namespaces | |
java.lang.String |
RDFResource.toRDF(Namespaces ns)
Returns the RDF representation of this class as a String |
abstract java.lang.String |
RDFResource.toRDF(Namespaces ns,
int ind)
Returns the RDF representation of this class as a String |
abstract org.mindswap.n3.ntriples.NTripleList |
RDFResource.getNTriples(Namespaces ns)
Return a list of NTriples that are equivalent to this resource. |
abstract org.mindswap.n3.ntriples.NTripleList |
RDFResource.getNTriples(java.lang.String subject,
Namespaces ns)
Return a list of NTriples that are equivalent to this resource. |
java.util.Vector |
RDFResource.getTriples(Namespaces ns)
Return a list of generic Triples that are equivalent to this resource. |
java.util.Vector |
RDFResource.getTriples(java.lang.String subject,
Namespaces ns)
Return a list of generic Triples that are equivalent to this resource. |
java.lang.String |
RDFProperty.toRDF(Namespaces ns,
int ind)
|
org.mindswap.n3.ntriples.NTripleList |
RDFProperty.getNTriples(Namespaces ns)
|
org.mindswap.n3.ntriples.NTripleList |
RDFProperty.getNTriples(java.lang.String subject,
Namespaces ns)
|
java.util.Vector |
RDFProperty.getTriples(java.lang.String subject,
Namespaces ns)
|
java.lang.String |
RDFClass.toRDF(Namespaces ns,
int ind)
|
org.mindswap.n3.ntriples.NTripleList |
RDFClass.getNTriples(Namespaces ns)
|
org.mindswap.n3.ntriples.NTripleList |
RDFClass.getNTriples(java.lang.String subject,
Namespaces ns)
|
org.mindswap.n3.ntriples.NTripleList |
RDFDescription.getNTriples(Namespaces ns)
|
org.mindswap.n3.ntriples.NTripleList |
RDFDescription.getNTriples(java.lang.String subject,
Namespaces ns)
|
java.lang.String |
RDFClassImpl.toRDF(Namespaces ns,
int indent)
|
org.mindswap.n3.ntriples.NTripleList |
RDFClassImpl.getNTriples(Namespaces ns)
|
java.util.Vector |
RDFClassImpl.getTriples(java.lang.String subject,
Namespaces ns)
|
java.util.Vector |
RDFPropertyImpl.getTriples(java.lang.String subject,
Namespaces ns)
|
org.mindswap.n3.ntriples.NTripleList |
RDFPropertyImpl.getNTriples(java.lang.String subject,
Namespaces ns)
|
java.lang.String |
RDFPropertyImpl.toRDF(Namespaces ns,
int indent)
|
java.lang.String |
RDFLi.toRDF(Namespaces ns,
int ind)
|
org.mindswap.n3.ntriples.NTripleList |
RDFLi.getNTriples(Namespaces ns)
|
org.mindswap.n3.ntriples.NTripleList |
RDFLi.getNTriples(java.lang.String subject,
Namespaces ns)
|
Constructors in org.mindswap.rdfparser.rdf with parameters of type Namespaces | |
RDFFile(Namespaces ns)
|
|
RDFFile(java.lang.String ab,
java.lang.String URI,
java.util.Hashtable cs,
java.util.Hashtable ps,
java.util.Hashtable is,
java.util.Hashtable d,
Namespaces n)
|
|
RDFFile(java.lang.String ab,
java.lang.String URI,
java.util.Hashtable cs,
java.util.Hashtable ps,
java.util.Hashtable is,
java.util.Hashtable ds,
Namespaces n,
org.mindswap.parserutils.interfaces.Ontology ot,
RDFResourceList v)
|
Uses of Namespaces in org.mindswap.rdfparser.rdf.util |
Methods in org.mindswap.rdfparser.rdf.util with parameters of type Namespaces | |
java.lang.String |
RDFResourceList.toRDF(Namespaces ns,
int indent)
Produce the RDF for each element in this list. |
java.lang.String |
RDFResourceTag.toRDF(Namespaces ns,
int indent)
Returns the RDF representation of this class as a String |
org.mindswap.n3.ntriples.NTripleList |
RDFResourceTag.getNTriples(Namespaces ns)
Return a list of NTriples that are equivalent to this resource. |
org.mindswap.n3.ntriples.NTripleList |
RDFResourceTag.getNTriples(java.lang.String subject,
Namespaces ns)
Return a list of NTriples that are equivalent to this resource. |
Uses of Namespaces in org.mindswap.xmlparser |
Methods in org.mindswap.xmlparser that return Namespaces | |
Namespaces |
Namespaces.copy()
|
Namespaces |
XMLFile.getNamespaces()
Returns the Namespaces object associated with this file. |
Methods in org.mindswap.xmlparser with parameters of type Namespaces | |
void |
Namespaces.add(Namespaces ht)
|
Constructors in org.mindswap.xmlparser with parameters of type Namespaces | |
XMLFile(java.lang.String top,
java.lang.String fn,
java.util.Vector tags,
Namespaces ns)
|
Uses of Namespaces in org.mindswap.xmlparser.xml.tags |
Methods in org.mindswap.xmlparser.xml.tags with parameters of type Namespaces | |
java.lang.String |
XMLTag.toXML(Namespaces ns)
|
java.lang.String |
XMLTag.toXML(Namespaces ns,
int ind)
|
java.util.Vector |
XMLTag.getTriples(Namespaces ns)
|
java.util.Vector |
XMLTag.getTriples(java.lang.String subject,
Namespaces ns)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |