public class StatementCollector extends ContextStatementCollector
Constructor and Description |
---|
StatementCollector()
Creates a new StatementCollector that uses a new ArrayList to store the
reported statements and a new LinkedHashMap to store the reported
namespaces.
|
StatementCollector(Collection<Statement> statements)
Creates a new StatementCollector that stores reported statements in the
supplied collection and that uses a new LinkedHashMap to store the
reported namespaces.
|
StatementCollector(Collection<Statement> statements,
Map<String,String> namespaces)
Creates a new StatementCollector that stores reported statements and
namespaces in the supplied containers.
|
clear, getNamespaces, getStatements, handleNamespace, handleStatement
endRDF, handleComment, startRDF
public StatementCollector()
public StatementCollector(Collection<Statement> statements)
public StatementCollector(Collection<Statement> statements, Map<String,String> namespaces)
Copyright © 2001-2016 Aduna. All Rights Reserved.