EName

final case class EName(namespaceUriOption: Option[String], localPart: String)

Expanded name, containing a local part and optional namespace name. See the EName type in the yaidom project.

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def toQName(prefixOption: Option[String]): QName

Given an optional prefix, creates a QName from this EName

Given an optional prefix, creates a QName from this EName

override def toString: String

The String representation, in the format of the javax.xml.namespace.QName.toString method

The String representation, in the format of the javax.xml.namespace.QName.toString method

Definition Classes
Any

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product