EntityRef

final case class EntityRef(entityName: String)(implicit ev: XmlEntityRefEmbeddable) extends Node

XML leaf for entity references.

trait Serializable
trait Product
trait Equals
trait Node
class Object
trait Matchable
class Any

Value members

Inherited methods

def namespace: Option[String]
Inherited from:
Node
def prefix: Option[String]
Inherited from:
Node
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def scope: Option[Scope]
Inherited from:
Node