de.knutwalker.ntparser

NonStrictNtParser

Related Doc: package ntparser

object NonStrictNtParser extends NtParserCompanion

Swallows parse errors and continues parsing.

Linear Supertypes
NtParserCompanion, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. NonStrictNtParser
  2. NtParserCompanion
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. final def apply[S <: O, P <: S, O <: AnyRef, T <: AnyRef](lines: Iterator[String])(implicit factory: ModelFactory[S, P, O, T]): Iterator[T]

    Parse lines from an Iterator of Strings.

    Parse lines from an Iterator of Strings.

    lines

    An Iterator of all lines of an nt document

    returns

    An Iterator of all Ts

    Definition Classes
    NtParserCompanion
  5. final def apply[S <: O, P <: S, O <: AnyRef, T <: AnyRef](lines: GenIterable[String])(implicit factory: ModelFactory[S, P, O, T]): Iterator[T]

    Parse lines from an Iterable of Strings.

    Parse lines from an Iterable of Strings.

    lines

    An Iterable of all lines of an nt document

    returns

    An Iterator of all Ts

    Definition Classes
    NtParserCompanion
  6. final def apply[S <: O, P <: S, O <: AnyRef, T <: AnyRef](is: InputStream, codec: Codec)(implicit factory: ModelFactory[S, P, O, T]): Iterator[T]

    Parse lines from an InputStream in the given coded.

    Parse lines from an InputStream in the given coded.

    is

    the InputStream

    codec

    The codec that will be used to read the stream

    returns

    An Iterator of all Ts

    Definition Classes
    NtParserCompanion
  7. final def apply[S <: O, P <: S, O <: AnyRef, T <: AnyRef](is: InputStream)(implicit factory: ModelFactory[S, P, O, T]): Iterator[T]

    Parse lines from an InputStream, assuming UTF-8.

    Parse lines from an InputStream, assuming UTF-8.

    is

    the InputStream

    returns

    An Iterator of all Ts

    Definition Classes
    NtParserCompanion
  8. final def apply[S <: O, P <: S, O <: AnyRef, T <: AnyRef](source: Source)(implicit factory: ModelFactory[S, P, O, T]): Iterator[T]

    Parse a file from a source.

    Parse a file from a source.

    source

    The source of an nt file

    returns

    An Iterator of all Ts

    Definition Classes
    NtParserCompanion
  9. final def apply[S <: O, P <: S, O <: AnyRef, T <: AnyRef](fileName: String, codec: Codec)(implicit factory: ModelFactory[S, P, O, T]): Iterator[T]

    Parse a file or resource in the given codec.

    Parse a file or resource in the given codec.

    fileName

    The name of an nt file or resource

    codec

    The codec that will be used to open the file

    returns

    An Iterator of all Ts

    Definition Classes
    NtParserCompanion
  10. final def apply[S <: O, P <: S, O <: AnyRef, T <: AnyRef](fileName: String)(implicit factory: ModelFactory[S, P, O, T]): Iterator[T]

    Parse a file or resource, assuming UTF-8.

    Parse a file or resource, assuming UTF-8.

    fileName

    The name of an nt file or resource

    returns

    An Iterator of all Ts

    Definition Classes
    NtParserCompanion
  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. final def close(): Unit

    Closes all opened InputStreams.

    Closes all opened InputStreams. Should be called only after parsing is finished and the Statement Iterator is consumed.

    Definition Classes
    NtParserCompanion
  14. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

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

    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  23. final def parse[S <: O, P <: S, O <: AnyRef, T <: AnyRef](lines: Iterator[String], factory: ModelFactory[S, P, O, T]): Iterator[T]

    Parse lines from an Iterator of Strings.

    Parse lines from an Iterator of Strings.

    lines

    An Iterator of all lines of an nt document

    returns

    An Iterator of all Ts

    Definition Classes
    NtParserCompanion
  24. final def parse[S <: O, P <: S, O <: AnyRef, T <: AnyRef](lines: Iterable[String], factory: ModelFactory[S, P, O, T]): Iterator[T]

    Parse lines from an Iterable of Strings.

    Parse lines from an Iterable of Strings.

    lines

    An Iterable of all lines of an nt document

    returns

    An Iterator of all Ts

    Definition Classes
    NtParserCompanion
  25. final def parse[S <: O, P <: S, O <: AnyRef, T <: AnyRef](is: InputStream, encoding: Charset, factory: ModelFactory[S, P, O, T]): Iterator[T]

    Parse lines from an InputStream in the given coded.

    Parse lines from an InputStream in the given coded.

    is

    the InputStream

    encoding

    The encoding that will be used to read the stream

    returns

    An Iterator of all Ts

    Definition Classes
    NtParserCompanion
  26. final def parse[S <: O, P <: S, O <: AnyRef, T <: AnyRef](is: InputStream, factory: ModelFactory[S, P, O, T]): Iterator[T]

    Parse lines from an InputStream, assuming UTF-8.

    Parse lines from an InputStream, assuming UTF-8.

    is

    the InputStream

    returns

    An Iterator of all Ts

    Definition Classes
    NtParserCompanion
  27. final def parse[S <: O, P <: S, O <: AnyRef, T <: AnyRef](path: Path, encoding: Charset, factory: ModelFactory[S, P, O, T]): Iterator[T]

    Parse a file in the given charset.

    Parse a file in the given charset.

    path

    The path object of an nt file

    encoding

    The encoding that will be used to open the file

    returns

    An Iterator of all Ts

    Definition Classes
    NtParserCompanion
  28. final def parse[S <: O, P <: S, O <: AnyRef, T <: AnyRef](path: Path, factory: ModelFactory[S, P, O, T]): Iterator[T]

    Parse a file, assuming UTF-8.

    Parse a file, assuming UTF-8.

    path

    The path object of an nt file

    returns

    An Iterator of all Ts

    Definition Classes
    NtParserCompanion
  29. final def parse[S <: O, P <: S, O <: AnyRef, T <: AnyRef](file: File, encoding: Charset, factory: ModelFactory[S, P, O, T]): Iterator[T]

    Parse a file in the given charset.

    Parse a file in the given charset.

    file

    The file object of an nt file

    encoding

    The encoding that will be used to open the file

    returns

    An Iterator of all Ts

    Definition Classes
    NtParserCompanion
  30. final def parse[S <: O, P <: S, O <: AnyRef, T <: AnyRef](file: File, factory: ModelFactory[S, P, O, T]): Iterator[T]

    Parse a file, assuming UTF-8.

    Parse a file, assuming UTF-8.

    file

    The file object of an nt file

    returns

    An Iterator of all Ts

    Definition Classes
    NtParserCompanion
  31. final def parse[S <: O, P <: S, O <: AnyRef, T <: AnyRef](fileName: String, encoding: Charset, factory: ModelFactory[S, P, O, T]): Iterator[T]

    Parse a file or resource in the given codec.

    Parse a file or resource in the given codec.

    fileName

    The name of an nt file

    encoding

    The encoding that will be used to open the file

    returns

    An Iterator of all Ts

    Definition Classes
    NtParserCompanion
  32. final def parse[S <: O, P <: S, O <: AnyRef, T <: AnyRef](fileName: String, factory: ModelFactory[S, P, O, T]): Iterator[T]

    Parse a file or resource, assuming UTF-8.

    Parse a file or resource, assuming UTF-8.

    fileName

    The name of an nt file

    returns

    An Iterator of all Ts

    Definition Classes
    NtParserCompanion
  33. def parsingIterator[S <: O, P <: S, O <: AnyRef, T <: AnyRef](lines: Iterator[String])(implicit factory: ModelFactory[S, P, O, T]): Iterator[T]

    Attributes
    protected
    Definition Classes
    NonStrictNtParser → NtParserCompanion
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  35. def toString(): String

    Definition Classes
    AnyRef → Any
  36. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from NtParserCompanion

Inherited from AnyRef

Inherited from Any

Ungrouped