public interface ExtractionResult extends IssueReport
IssueReport.Issue, IssueReport.IssueLevel| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the result.
|
ExtractionResult |
openSubResult(ExtractionContext extractionContext)
Open a result nested in the current one.
|
void |
writeNamespace(String prefix,
String uri)
Write a namespace.
|
void |
writeTriple(org.openrdf.model.Resource s,
org.openrdf.model.URI p,
org.openrdf.model.Value o)
Write a triple.
|
void |
writeTriple(org.openrdf.model.Resource s,
org.openrdf.model.URI p,
org.openrdf.model.Value o,
org.openrdf.model.URI g)
Writes a triple.
|
getIssues, notifyIssue, printReportvoid writeTriple(org.openrdf.model.Resource s,
org.openrdf.model.URI p,
org.openrdf.model.Value o,
org.openrdf.model.URI g)
s - subjectp - predicateo - objectg - graphvoid writeTriple(org.openrdf.model.Resource s,
org.openrdf.model.URI p,
org.openrdf.model.Value o)
s - subjectp - predicateo - objectvoid writeNamespace(String prefix, String uri)
prefix - the prefix of the namespaceuri - the long URI identifying the namespacevoid close()
ExtractionResult openSubResult(ExtractionContext extractionContext)
extractionContext - the context to be used to open the sub result.Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.