| Package | Description |
|---|---|
| org.apache.any23.writer |
| Modifier and Type | Method and Description |
|---|---|
void |
TripleHandler.close()
Will be called last and exactly once.
|
void |
TripleWriter.close()
Releases resources associated with this
TripleWriter, and flushes (but by default does not close)
any underlying OutputStreams. |
void |
TripleHandler.closeContext(ExtractionContext context)
Informs the handler that no more triples will come from a
previously opened context.
|
void |
TripleHandler.endDocument(org.eclipse.rdf4j.model.IRI documentIRI)
Informs the handler that the end of the document
has been reached.
|
void |
TripleHandler.openContext(ExtractionContext context)
Informs the handler that a new context has been established.
|
void |
TripleHandler.receiveNamespace(String prefix,
String uri,
ExtractionContext context)
Invoked with a currently open context, notifies the detection of a
namespace.
|
void |
TripleHandler.receiveTriple(org.eclipse.rdf4j.model.Resource s,
org.eclipse.rdf4j.model.IRI p,
org.eclipse.rdf4j.model.Value o,
org.eclipse.rdf4j.model.IRI g,
ExtractionContext context)
Invoked with a currently open context,
notifies the detection of a triple.
|
void |
TripleHandler.startDocument(org.eclipse.rdf4j.model.IRI documentIRI) |
void |
TripleWriter.writeNamespace(String prefix,
String uri)
Writes a prefix-namespace mapping.
|
void |
TripleWriter.writeTriple(org.eclipse.rdf4j.model.Resource s,
org.eclipse.rdf4j.model.IRI p,
org.eclipse.rdf4j.model.Value o,
org.eclipse.rdf4j.model.Resource g)
Writes a triple and, optionally, a graph resource name.
|
Copyright © 2010–2019 The Apache Software Foundation. All rights reserved.