| Modifier and Type | Field and Description |
|---|---|
static String |
ERROR
Class URI for errors produced by a parser
|
| Modifier and Type | Method and Description |
|---|---|
static CharSink |
connect(QuadSink sink)
Creates instance of NQuadsParser connected to specified sink.
|
void |
endStream() |
NQuadsParser |
process(char ch) |
NQuadsParser |
process(char[] buffer,
int start,
int count) |
NQuadsParser |
process(String str) |
void |
setBaseUri(String baseUri) |
protected boolean |
setPropertyInternal(String key,
Object value) |
void |
startStream() |
setPropertyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetPropertypublic static final String ERROR
public static CharSink connect(QuadSink sink)
sink - sink to be connected topublic NQuadsParser process(String str) throws ParseException
process in interface CharSinkParseExceptionpublic NQuadsParser process(char ch) throws ParseException
process in interface CharSinkParseExceptionpublic NQuadsParser process(char[] buffer, int start, int count) throws ParseException
process in interface CharSinkParseExceptionpublic void setBaseUri(String baseUri)
setBaseUri in interface DataSinkprotected boolean setPropertyInternal(String key, Object value)
setPropertyInternal in class Pipe<QuadSink>public void startStream()
throws ParseException
startStream in interface DataSinkstartStream in class Pipe<QuadSink>ParseExceptionpublic void endStream()
throws ParseException
Copyright © 2012–2016. All rights reserved.