|
Scala
1.2.0.1 |
|||
Field Summary | |
val handle: ConstructingHandler
the handler of the markup |
Method Summary | |
abstract
|
def init: Unit
this method should assign the first character of the input to ch |
abstract
|
def nextch: Unit
this method assign the next character to ch and advances in input |
def reportSyntaxError(str: String): Unit
report a syntax error |
Methods inherited from java/lang/Object-class |
clone, eq, equals, finalize, getClass, hashCode, notify, notifyAll, synchronized, toString, wait, wait, wait |
Methods inherited from scala/Any-class |
!=, ==, asInstanceOf, isInstanceOf, match |
Methods inherited from scala/xml/parsing/MarkupParser-class |
aMap, appendText, cbuf, ch, content, defaultURI, element, element1, lookupURI, noAttribs, noChildren, pos, preserveWS, putChar, tmppos, xAttributeValue, xAttributes, xCharData, xCharRef, xComment, xEQ, xEndTag, xName, xProcInstr, xSpace, xSpaceOpt, xTag, xText, xToken |
Field Detail |
val handle: ConstructingHandler
Method Detail |
def reportSyntaxError(str: String): Unit
abstract def nextch: Unit
abstract def init: Unit
|
Scala
1.2.0.1 |
|||