in scala/xml/dtd
object Parser

object Parser
extends Object
with ScalaObject
with Scanner

Parser for regexps (content models in DTD element declarations)

Method Summary
final def accept(tok: Int): Unit
final def atom: Letter
final def choiceRest(p: RegExp): Alt
final def contentspec: RegExp
final def maybeSuffix(s: RegExp): RegExp
final def mixed: RegExp
final def parse(s: String): RegExp
     parses the argument to a regexp
final def particle: RegExp
final def regexp: RegExp
final def sOpt: Unit
final def seqRest(p: RegExp): Sequ

Method Detail

parse

  final def parse(s: String): RegExp
parses the argument to a regexp

accept

  final def accept(tok: Int): Unit

maybeSuffix

  final def maybeSuffix(s: RegExp): RegExp

contentspec

  final def contentspec: RegExp

sOpt

  final def sOpt: Unit

mixed

  final def mixed: RegExp

regexp

  final def regexp: RegExp

seqRest

  final def seqRest(p: RegExp): Sequ

choiceRest

  final def choiceRest(p: RegExp): Alt

particle

  final def particle: RegExp

atom

  final def atom: Letter