XMLCategory

sealed trait XMLCategory extends CodeCategory
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object CData.type
object DTDTagName.type

Value members

Concrete methods

override def prefix: String
Definition Classes

Inherited methods

def canEqual(that: Any): Boolean
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.

Inherited from:
CodeCategory
def productArity: Int
Inherited from:
Product
def productElement(n: Int): Any
Inherited from:
Product
def productElementName(n: Int): String
Inherited from:
Product
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def productPrefix: String
Inherited from:
Product