Message

final class Message(val underlyingResource: NonStandardResource) extends FormulaResource

A msg:message, as used in a formula-related context. Strictly speaking messages are not just related to formulas, but they are introduced here to avoid sub-classing the core DOM type NonStandardResource.

A msg:message, as used in a formula-related context. Strictly speaking messages are not just related to formulas, but they are introduced here to avoid sub-classing the core DOM type NonStandardResource.

trait XLinkElem
class Object
trait Matchable
class Any

Value members

Concrete methods

def lang: String

Returns the mandatory lang attribute. This may fail with an exception if the taxonomy is not schema-valid.

Returns the mandatory lang attribute. This may fail with an exception if the taxonomy is not schema-valid.

Inherited methods

final def backingElem: Elem
Inherited from
FormulaResource
final def docUri: URI
Inherited from
FormulaResource
final def elr: String
Inherited from
FormulaResource
final def key: XmlFragmentKey
Inherited from
FormulaResource
final def roleOption: Option[String]
Inherited from
FormulaResource
final def underlyingParentElem: Elem
Inherited from
FormulaResource
final def xlinkAttributes: Map[EName, String]
Inherited from
FormulaResource
final def xlinkLabel: String
Inherited from
FormulaResource
final def xlinkType: String
Inherited from
FormulaResource