| Package | Description |
|---|---|
| org.apache.any23.writer |
| Modifier and Type | Method and Description |
|---|---|
void |
TripleHandler.close()
Will be called last and exactly once.
|
void |
TripleHandler.closeContext(ExtractionContext context)
Informs the handler that no more triples will come from a
previously opened context.
|
void |
TripleHandler.endDocument(org.openrdf.model.URI documentURI)
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.openrdf.model.Resource s,
org.openrdf.model.URI p,
org.openrdf.model.Value o,
org.openrdf.model.URI g,
ExtractionContext context)
Invoked with a currently open context,
notifies the detection of a triple.
|
void |
TripleHandler.startDocument(org.openrdf.model.URI documentURI) |
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.