net
.
sansa_stack
.
rdf
.
spark
.
ntriples
.
parser
LangNTriplesNoError
Related Doc:
package parser
final
class
LangNTriplesNoError
extends
LangNTuple
[
Triple
]
Linear Supertypes
LangNTuple
[
Triple
],
Iterator
[
Triple
],
LangBase
,
LangRIOT
,
LangEngine
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
LangNTriplesNoError
LangNTuple
Iterator
LangBase
LangRIOT
LangEngine
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
LangNTriplesNoError
(
tokens:
SilentErrorTokenizerText
,
profile:
ParserProfile
,
dest:
StreamRDF
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
final
def
checkIRI
(
arg0:
Token
)
:
Unit
Attributes
protected[
org.apache.jena.riot.lang
]
Definition Classes
LangNTuple
final
def
checkIRIOrBNode
(
arg0:
Token
)
:
Unit
Attributes
protected[
org.apache.jena.riot.lang
]
Definition Classes
LangNTuple
final
def
checkRDFTerm
(
arg0:
Token
)
:
Unit
Attributes
protected[
org.apache.jena.riot.lang
]
Definition Classes
LangNTuple
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eof
()
:
Boolean
Attributes
protected[
org.apache.jena.riot.lang
]
Definition Classes
LangEngine
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
exception
(
arg0:
Token
,
arg1:
String
,
arg2:
<repeated...>
[
AnyRef
]
)
:
Unit
Attributes
protected[
org.apache.jena.riot.lang
]
Definition Classes
LangEngine
final
def
exceptionDirect
(
arg0:
String
,
arg1:
Long
,
arg2:
Long
)
:
Unit
Attributes
protected[
org.apache.jena.riot.lang
]
Definition Classes
LangEngine
final
def
expect
(
arg0:
String
,
arg1:
TokenType
)
:
Unit
Attributes
protected[
org.apache.jena.riot.lang
]
Definition Classes
LangEngine
final
def
expectOrEOF
(
arg0:
String
,
arg1:
TokenType
)
:
Unit
Attributes
protected[
org.apache.jena.riot.lang
]
Definition Classes
LangEngine
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
forEachRemaining
(
arg0:
Consumer
[_ >:
Triple
]
)
:
Unit
Definition Classes
Iterator
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getLang
()
:
Lang
Definition Classes
LangNTriplesNoError
→ LangRIOT
def
getSkipOnBadTerm
()
:
Boolean
Definition Classes
LangNTuple
final
def
hasNext
()
:
Boolean
Definition Classes
LangNTuple → Iterator
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
lookingAt
(
arg0:
TokenType
)
:
Boolean
Attributes
protected[
org.apache.jena.riot.lang
]
Definition Classes
LangEngine
final
def
moreTokens
()
:
Boolean
Attributes
protected[
org.apache.jena.riot.lang
]
Definition Classes
LangEngine
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
next
()
:
Triple
Definition Classes
LangNTuple → Iterator
final
def
nextToken
()
:
Token
Attributes
protected[
org.apache.jena.riot.lang
]
Definition Classes
LangEngine
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
parse
()
:
Unit
Definition Classes
LangBase → LangRIOT
final
def
parseOne
()
:
Triple
Attributes
protected[
net.sansa_stack.rdf.spark.ntriples.parser
]
Definition Classes
LangNTriplesNoError
→ LangNTuple
final
def
peekToken
()
:
Token
Attributes
protected[
org.apache.jena.riot.lang
]
Definition Classes
LangEngine
final
def
raiseException
(
arg0:
RiotParseException
)
:
Unit
Attributes
protected[
org.apache.jena.riot.lang
]
Definition Classes
LangEngine
final
def
remove
()
:
Unit
Definition Classes
LangNTuple → Iterator
final
def
runParser
()
:
Unit
Attributes
protected[
net.sansa_stack.rdf.spark.ntriples.parser
]
Definition Classes
LangNTriplesNoError
→ LangBase
def
setSkipOnBadTerm
(
arg0:
Boolean
)
:
Unit
Definition Classes
LangNTuple
final
def
skipIf
(
arg0:
TokenType
)
:
Unit
Attributes
protected[
org.apache.jena.riot.lang
]
Definition Classes
LangEngine
def
skipOne
(
arg0:
Triple
,
arg1:
String
,
arg2:
Long
,
arg3:
Long
)
:
Unit
Attributes
protected[
org.apache.jena.riot.lang
]
Definition Classes
LangNTuple
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
tokenAsNode
(
token:
Token
)
:
Node
Attributes
protected[
net.sansa_stack.rdf.spark.ntriples.parser
]
Definition Classes
LangNTriplesNoError
→ LangNTuple
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
LangNTuple
[
Triple
]
Inherited from
Iterator
[
Triple
]
Inherited from
LangBase
Inherited from
LangRIOT
Inherited from
LangEngine
Inherited from
AnyRef
Inherited from
Any
Ungrouped