|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WriteException | |
|---|---|
| org.jrdf.writer | |
| org.jrdf.writer.rdfxml | |
| Uses of WriteException in org.jrdf.writer |
|---|
| Subclasses of WriteException in org.jrdf.writer | |
|---|---|
class |
NamespaceException
indicates that an exception occurred whilt evaluating namespaces. |
| Methods in org.jrdf.writer that throw WriteException | |
|---|---|
void |
RdfWriter.write(Graph graph,
OutputStream stream)
Writes the Graph contents to the OutputStream. |
void |
RdfWriter.write(Graph graph,
Writer writer)
Writes the Graph contents to the Writer. |
| Uses of WriteException in org.jrdf.writer.rdfxml |
|---|
| Methods in org.jrdf.writer.rdfxml that throw WriteException | |
|---|---|
void |
RdfXmlWriter.write(Graph graph,
OutputStream stream)
|
void |
MemRdfXmlWriter.write(Graph graph,
OutputStream stream)
|
void |
RdfXmlWriter.write(Graph graph,
Writer writer)
|
void |
MemRdfXmlWriter.write(Graph graph,
Writer writer)
|
void |
RdfXmlWritable.write(PrintWriter writer)
Writes contents to the writer in RDF/XML format. |
void |
ResourceWriterImpl.writeEnd()
|
void |
ResourceWriter.writeEnd()
|
void |
RdfXmlDocumentImpl.writeFooter()
|
void |
RdfXmlDocument.writeFooter()
|
void |
RdfXmlDocumentImpl.writeHeader()
|
void |
RdfXmlDocument.writeHeader()
|
void |
ResourceWriterImpl.writeNestedStatements(IteratorStack<Triple> stack)
|
void |
ResourceWriter.writeNestedStatements(IteratorStack<Triple> stack)
|
void |
PredicateObjectWriterImpl.writePredicateObject(PredicateNode predicate,
ObjectNode object)
|
void |
PredicateObjectWriter.writePredicateObject(PredicateNode predicate,
ObjectNode object)
|
void |
ResourceWriterImpl.writeStart()
|
void |
ResourceWriter.writeStart()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||