scala.xml.parsing

trait ExternalSources

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

trait ExternalSources
extends AnyRef
Author
Burak Emir
Version
1.0
Direct Known Subclasses:
ConstructingParser, XhtmlParser, XMLEventReader.Parser

Method Summary
def externalSource (systemId : java.lang.String) : Source
...
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 externalSource(systemId : java.lang.String) : Source
...
Parameters
systemId - ...
Returns
...