Class

net.sansa_stack.rdf.spark.ntriples.parser

LangNTriplesNoError

Related Doc: package parser

Permalink

final class LangNTriplesNoError extends LangNTuple[Triple]

Linear Supertypes
LangNTuple[Triple], Iterator[Triple], LangBase, LangRIOT, LangEngine, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LangNTriplesNoError
  2. LangNTuple
  3. Iterator
  4. LangBase
  5. LangRIOT
  6. LangEngine
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LangNTriplesNoError(tokens: SilentErrorTokenizerText, profile: ParserProfile, dest: StreamRDF)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. final def checkIRI(arg0: Token): Unit

    Permalink
    Attributes
    protected[org.apache.jena.riot.lang]
    Definition Classes
    LangNTuple
  6. final def checkIRIOrBNode(arg0: Token): Unit

    Permalink
    Attributes
    protected[org.apache.jena.riot.lang]
    Definition Classes
    LangNTuple
  7. final def checkRDFTerm(arg0: Token): Unit

    Permalink
    Attributes
    protected[org.apache.jena.riot.lang]
    Definition Classes
    LangNTuple
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eof(): Boolean

    Permalink
    Attributes
    protected[org.apache.jena.riot.lang]
    Definition Classes
    LangEngine
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. final def exception(arg0: Token, arg1: String, arg2: <repeated...>[AnyRef]): Unit

    Permalink
    Attributes
    protected[org.apache.jena.riot.lang]
    Definition Classes
    LangEngine
  13. final def exceptionDirect(arg0: String, arg1: Long, arg2: Long): Unit

    Permalink
    Attributes
    protected[org.apache.jena.riot.lang]
    Definition Classes
    LangEngine
  14. final def expect(arg0: String, arg1: TokenType): Unit

    Permalink
    Attributes
    protected[org.apache.jena.riot.lang]
    Definition Classes
    LangEngine
  15. final def expectOrEOF(arg0: String, arg1: TokenType): Unit

    Permalink
    Attributes
    protected[org.apache.jena.riot.lang]
    Definition Classes
    LangEngine
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def forEachRemaining(arg0: Consumer[_ >: Triple]): Unit

    Permalink
    Definition Classes
    Iterator
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def getLang(): Lang

    Permalink
    Definition Classes
    LangNTriplesNoError → LangRIOT
  20. def getSkipOnBadTerm(): Boolean

    Permalink
    Definition Classes
    LangNTuple
  21. final def hasNext(): Boolean

    Permalink
    Definition Classes
    LangNTuple → Iterator
  22. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. final def lookingAt(arg0: TokenType): Boolean

    Permalink
    Attributes
    protected[org.apache.jena.riot.lang]
    Definition Classes
    LangEngine
  25. final def moreTokens(): Boolean

    Permalink
    Attributes
    protected[org.apache.jena.riot.lang]
    Definition Classes
    LangEngine
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. final def next(): Triple

    Permalink
    Definition Classes
    LangNTuple → Iterator
  28. final def nextToken(): Token

    Permalink
    Attributes
    protected[org.apache.jena.riot.lang]
    Definition Classes
    LangEngine
  29. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. def parse(): Unit

    Permalink
    Definition Classes
    LangBase → LangRIOT
  32. final def parseOne(): Triple

    Permalink
    Attributes
    protected[net.sansa_stack.rdf.spark.ntriples.parser]
    Definition Classes
    LangNTriplesNoError → LangNTuple
  33. final def peekToken(): Token

    Permalink
    Attributes
    protected[org.apache.jena.riot.lang]
    Definition Classes
    LangEngine
  34. final def raiseException(arg0: RiotParseException): Unit

    Permalink
    Attributes
    protected[org.apache.jena.riot.lang]
    Definition Classes
    LangEngine
  35. final def remove(): Unit

    Permalink
    Definition Classes
    LangNTuple → Iterator
  36. final def runParser(): Unit

    Permalink
    Attributes
    protected[net.sansa_stack.rdf.spark.ntriples.parser]
    Definition Classes
    LangNTriplesNoError → LangBase
  37. def setSkipOnBadTerm(arg0: Boolean): Unit

    Permalink
    Definition Classes
    LangNTuple
  38. final def skipIf(arg0: TokenType): Unit

    Permalink
    Attributes
    protected[org.apache.jena.riot.lang]
    Definition Classes
    LangEngine
  39. def skipOne(arg0: Triple, arg1: String, arg2: Long, arg3: Long): Unit

    Permalink
    Attributes
    protected[org.apache.jena.riot.lang]
    Definition Classes
    LangNTuple
  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  41. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  42. final def tokenAsNode(token: Token): Node

    Permalink
    Attributes
    protected[net.sansa_stack.rdf.spark.ntriples.parser]
    Definition Classes
    LangNTriplesNoError → LangNTuple
  43. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit

    Permalink
    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