XMLCategory

laika.parse.code.CodeCategory$.XML$.XMLCategory
sealed trait XMLCategory extends CodeCategory

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes
object CData.type
object DTDTagName.type

Members list

Concise view

Value members

Concrete methods

override def prefix: String

Attributes

Definition Classes

Inherited methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals
def name: String

The name of the category which usually translates to styles in rendered output.

The name of the category which usually translates to styles in rendered output.

Attributes

Inherited from:
CodeCategory
def productArity: Int

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product
def productElementName(n: Int): String

Attributes

Inherited from:
Product
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def productPrefix: String

Attributes

Inherited from:
Product