|
Scala
1.4.0.3 |
|||
Field Summary | |
val input: Source
|
|
val preserveWS: Boolean
if true, does not remove surplus whitespace |
Method Summary | |
override
|
def log(msg: String): Unit
this method should log the message given as argument somewhere as a side-effect |
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/xml/parsing/ConstructingHandler-class |
comment, elem, entityRef, procInstr, text |
Methods inherited from scala/xml/parsing/ExternalSources-class |
externalSource |
Methods inherited from scala/xml/parsing/MarkupHandler-class |
attListDecl, decls, elemDecl, elemEnd, elemStart, endDTD, ent, isValidating, lookupElemDecl, parameterEntityDecl, parsedEntityDecl, peReference, replacementText, 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, intSubset, markupDecl, markupDecl1, nextch, notationDecl, parseDTD, pop, pos, 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 |
Field Detail |
val preserveWS: Boolean
val input: Source
Method Detail |
override def log(msg: String): Unit
|
Scala
1.4.0.3 |
|||