scala.xml.parsing

object ConstructingParser

[source: scala/xml/parsing/ConstructingParser.scala]

object ConstructingParser
extends AnyRef
Method Summary
def fromFile (inp : java.io.File, preserveWS : Boolean) : ConstructingParser
def fromSource (inp : Source, preserveWS : Boolean) : ConstructingParser
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(inp : java.io.File, preserveWS : Boolean) : ConstructingParser

def fromSource(inp : Source, preserveWS : Boolean) : ConstructingParser