in scala/xml/parsing
trait ExternalSources

trait ExternalSources()
extends Object
with ScalaObject
Implementing classes or objects:
class ConstructingParser(inp: Source, presWS: Boolean)

Method Summary
  def externalSource(systemId: String): Source

Methods inherited from java/lang/Object-class
clone, eq, equals, finalize, getClass, hashCode, ne, notify, notifyAll, synchronized, toString, wait, wait, wait

Methods inherited from scala/Any-class
!=, ==, asInstanceOf, isInstanceOf, match

Methods inherited from scala/ScalaObject-class
getScalaType

Methods inherited from scala/util/logging/Logged-class
log

Methods inherited from scala/xml/parsing/MarkupHandler-class
attListDecl, comment, decls, elem, elemDecl, elemEnd, elemStart, endDTD, ent, entityRef, isValidating, lookupElemDecl, notationDecl, parameterEntityDecl, parsedEntityDecl, peReference, procInstr, replacementText, text, unparsedEntityDecl

Methods inherited from scala/xml/parsing/MarkupParser-class
appendText, attrDecl, cbuf, ch, content, content1, curInput, document, dtd, element, element1, elementDecl, entityDecl, eof, extIndex, extSubset, externalID, inpStack, input, intSubset, markupDecl, markupDecl1, nextch, parseDTD, pop, pos, preserveWS, prolog, pubidLiteral, push, pushExternal, putChar, reportSyntaxError, reportSyntaxError, reportValidationError, systemLiteral, textDecl, tmppos, xAttributeValue, xAttributes, xCharData, xCharRef, xComment, xEQ, xEndTag, xEntityValue, xName, xProcInstr, xSpace, xSpaceOpt, xTag, xText, xToken, xToken, xmlProcInstr

Methods inherited from scala/xml/parsing/TokenTests-class
checkPubID, checkSysID, isName, isNameChar, isNameStart, isPubIDChar, isSpace, isSpace, isValidIANAEncoding

Method Detail

externalSource

  def externalSource(systemId: String): Source