ContentModel

scala.xml.dtd.ContentModel$
See theContentModel companion class
object ContentModel

Attributes

Companion
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class ElemName(name: String) extends Label

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Label
class Object
trait Matchable
class Any
Show all
object Translator extends Translator

Attributes

Companion
trait
Supertypes
trait Translator
class Object
trait Matchable
class Any
Self type
Translator.type

Deprecated classlikes

trait Translator

Attributes

Companion
object
Deprecated
[Since version 2.10]
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Translator.type

Inherited classlikes

class Alt extends RegExp

Attributes

Inherited from:
Base (hidden)
Supertypes
class RegExp
class Object
trait Matchable
class Any
object Alt

Attributes

Inherited from:
Base (hidden)
Supertypes
class Object
trait Matchable
class Any
case object Eps extends RegExp

Attributes

Inherited from:
Base (hidden)
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class RegExp
class Object
trait Matchable
class Any
Show all
abstract class Label

Attributes

Inherited from:
WordExp (hidden)
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class ElemName
case class Letter(a: _labelT) extends RegExp

Attributes

Inherited from:
WordExp (hidden)
Supertypes
trait Serializable
trait Product
trait Equals
class RegExp
class Object
trait Matchable
class Any
Show all
class Meta(r1: _regexpT) extends RegExp

this class can be used to add meta information to regexps.

this class can be used to add meta information to regexps.

Attributes

Inherited from:
Base (hidden)
Supertypes
class RegExp
class Object
trait Matchable
class Any
abstract class RegExp

Attributes

Inherited from:
Base (hidden)
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Alt
object Eps.type
class Letter
class Meta
class Sequ
class Star
class Wildcard
Show all
class Sequ extends RegExp

Attributes

Inherited from:
Base (hidden)
Supertypes
class RegExp
class Object
trait Matchable
class Any
object Sequ

Attributes

Inherited from:
Base (hidden)
Supertypes
class Object
trait Matchable
class Any
case class Star(r: _regexpT) extends RegExp

Attributes

Inherited from:
Base (hidden)
Supertypes
trait Serializable
trait Product
trait Equals
class RegExp
class Object
trait Matchable
class Any
Show all
case class Wildcard() extends RegExp

Attributes

Inherited from:
WordExp (hidden)
Supertypes
trait Serializable
trait Product
trait Equals
class RegExp
class Object
trait Matchable
class Any
Show all

Types

override type _labelT = ElemName
override type _regexpT = RegExp

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror