Packages

  • package root
    Definition Classes
    root
  • package scala
    Definition Classes
    root
  • package xml
    Definition Classes
    scala
  • package include
    Definition Classes
    xml
  • package sax
    Definition Classes
    include
  • object EncodingHeuristics

    EncodingHeuristics reads from a stream (which should be buffered) and attempts to guess what the encoding of the text in the stream is.

    EncodingHeuristics reads from a stream (which should be buffered) and attempts to guess what the encoding of the text in the stream is. If it fails to determine the type of the encoding, it returns the default UTF-8.

    Definition Classes
    sax
  • EncodingNames

object EncodingNames

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EncodingNames
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val bigUCS4: String
  2. val bigUTF16: String
  3. val default: String
  4. val littleUCS4: String
  5. val littleUTF16: String
  6. val unusualUCS4: String
  7. val utf8: String