scala.xml

Source

object Source extends AnyRef

Inherits

  1. AnyRef
  2. Any

Value Members

  1. def equals(arg0: Any): Boolean

    This method is used to compare the receiver object (this) with the argument object (arg0) for equivalence

  2. def fromFile(name: String): InputSource

  3. def fromFile(fd: FileDescriptor): InputSource

  4. def fromFile(file: File): InputSource

  5. def fromInputStream(is: InputStream): InputSource

  6. def fromReader(reader: Reader): InputSource

  7. def fromString(string: String): InputSource

  8. def fromSysId(sysID: String): InputSource

  9. def hashCode(): Int

    Returns a hash code value for the object

  10. def toString(): String

    Returns a string representation of the object