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(lines: Iterator[String]): Iterator[Statement]

    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 Statements

    Definition Classes
    NtParserCompanion
  5. final def apply(lines: GenIterable[String]): Iterator[Statement]

    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 Statements

    Definition Classes
    NtParserCompanion
  6. final def apply(is: InputStream, codec: Codec): Iterator[Statement]

    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 Statements

    Definition Classes
    NtParserCompanion
  7. final def apply(is: InputStream): Iterator[Statement]

    Parse lines from an InputStream, assuming UTF-8.

    Parse lines from an InputStream, assuming UTF-8.

    is

    the InputStream

    returns

    An Iterator of all Statements

    Definition Classes
    NtParserCompanion
  8. final def apply(fileName: String, codec: Codec): Iterator[Statement]

    Parse a file or resource in the given codec.

    Parse a file or resource in the given codec.

    fileName

    The name of a nt file or resource

    codec

    The codec that will be used to open the file

    returns

    An Iterator of all Statements

    Definition Classes
    NtParserCompanion
  9. final def apply(fileName: String): Iterator[Statement]

    Parse a file or resource, assuming UTF-8.

    Parse a file or resource, assuming UTF-8.

    fileName

    The name of a nt file or resource

    returns

    An Iterator of all Statements

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

    Definition Classes
    Any
  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. 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
  13. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  22. final def parse(lines: Iterator[String]): Iterator[Statement]

    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 Statements

    Definition Classes
    NtParserCompanion
  23. final def parse(lines: Iterable[String]): Iterator[Statement]

    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 Statements

    Definition Classes
    NtParserCompanion
  24. final def parse(is: InputStream, encoding: Charset): Iterator[Statement]

    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 Statements

    Definition Classes
    NtParserCompanion
  25. final def parse(is: InputStream): Iterator[Statement]

    Parse lines from an InputStream, assuming UTF-8.

    Parse lines from an InputStream, assuming UTF-8.

    is

    the InputStream

    returns

    An Iterator of all Statements

    Definition Classes
    NtParserCompanion
  26. final def parse(fileName: String, encoding: Charset): Iterator[Statement]

    Parse a file or resource in the given codec.

    Parse a file or resource in the given codec.

    fileName

    The name of a nt file or resource

    encoding

    The encoding that will be used to open the file

    returns

    An Iterator of all Statements

    Definition Classes
    NtParserCompanion
  27. final def parse(fileName: String): Iterator[Statement]

    Parse a file or resource, assuming UTF-8.

    Parse a file or resource, assuming UTF-8.

    fileName

    The name of a nt file or resource

    returns

    An Iterator of all Statements

    Definition Classes
    NtParserCompanion
  28. def parsingIterator(lines: Iterator[String]): Iterator[Statement]

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

    Definition Classes
    AnyRef
  30. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from NtParserCompanion

Inherited from AnyRef

Inherited from Any

Ungrouped