TaxonomyRootElem

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def build(backingElem: Elem): TaxonomyRootElem

Returns TaxonomyElem.build(backingElem) cast to a TaxonomyRootElem, and throws an exception if the cast is unsuccessful.

Returns TaxonomyElem.build(backingElem) cast to a TaxonomyRootElem, and throws an exception if the cast is unsuccessful.

def buildOptionally(backingElem: Elem): Option[TaxonomyRootElem]

Returns TaxonomyElem.build(backingElem) cast to an optional TaxonomyRootElem, but returning None if the cast is unsuccessful.

Returns TaxonomyElem.build(backingElem) cast to an optional TaxonomyRootElem, but returning None if the cast is unsuccessful.