scala.xml

object Source

[source: scala/xml/Source.scala]

object Source
extends AnyRef
Method Summary
def fromFile (name : java.lang.String) : org.xml.sax.InputSource
def fromFile (file : java.io.File) : org.xml.sax.InputSource
def fromFile (fd : java.io.FileDescriptor) : org.xml.sax.InputSource
def fromInputStream (is : java.io.InputStream) : org.xml.sax.InputSource
def fromReader (reader : java.io.Reader) : org.xml.sax.InputSource
def fromString (string : java.lang.String) : org.xml.sax.InputSource
def fromSysId (sysID : java.lang.String) : org.xml.sax.InputSource
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
def fromFile(file : java.io.File) : org.xml.sax.InputSource

def fromFile(fd : java.io.FileDescriptor) : org.xml.sax.InputSource

def fromFile(name : java.lang.String) : org.xml.sax.InputSource

def fromInputStream(is : java.io.InputStream) : org.xml.sax.InputSource

def fromReader(reader : java.io.Reader) : org.xml.sax.InputSource

def fromSysId(sysID : java.lang.String) : org.xml.sax.InputSource

def fromString(string : java.lang.String) : org.xml.sax.InputSource