Packages

object ParsingStream extends Serializable

Source
Parser.scala
Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ParsingStream
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
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 asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. implicit def fileToReader(f: File): BufferedReader

    to allow passing a file instead of a reader

  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def fromFile(f: File, dpathOpt: Option[DPath] = None, nsMapOpt: Option[NamespaceMap] = None, formatOpt: Option[String] = None, streamOpt: Option[BufferedReader] = None): ParsingStream

    creates a ParsingStream from a file, making reasonable default choices

    creates a ParsingStream from a file, making reasonable default choices

    f

    the file

    dpathOpt

    the logical URI of the file (defaults to file URI with "omdoc" ending)

    nsMapOpt

    the namespace map

    formatOpt

    format (defaults to file extension)

    streamOpt

    stream (defaults to reader from file)

  11. def fromSourceFile(a: Archive, inPath: FilePath, strOpt: Option[BufferedReader] = None, nsMapOpt: Option[NamespaceMap] = None): ParsingStream

    creates a parsing stream for a source file in an archive

    creates a parsing stream for a source file in an archive

    return a parsing stream where source: logical document URI with native file extension dpath: logical document URI with "omdoc" file extension format: file extension

    a

    an archive

    inPath

    path to the source file

    strOpt

    the reader to use (defaults to file reader)

    returns

    the parsing stream

  12. def fromString(s: String, dpath: DPath, format: String, nsMapOpt: Option[NamespaceMap] = None): ParsingStream

    creates a ParsingStream from a string

    creates a ParsingStream from a string

    s

    the string

    dpath

    the logical URI of the string

    format

    format

    nsMapOpt

    the namespace map

  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. implicit def stringToReader(s: String): BufferedReader

    to allow passing a string instead of a reader

  20. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped