TopScope

object TopScope extends NamespaceBinding

top level namespace scope. only contains the predefined binding for the "xml" prefix which is bound to "http://www.w3.org/XML/1998/namespace"

top level namespace scope. only contains the predefined binding for the "xml" prefix which is bound to "http://www.w3.org/XML/1998/namespace"

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

Value members

Concrete methods

override def buildString(stop: NamespaceBinding): String
Definition Classes
override def buildString(sb: StringBuilder, ignore: NamespaceBinding): Unit
Definition Classes
override def getPrefix(uri1: String): String
Definition Classes
override def getURI(prefix1: String): String
Definition Classes
override def toString(): String
Definition Classes

Inherited methods

def basisForHashCode: Seq[Any]
Inherited from
NamespaceBinding
override def canEqual(other: Any): Boolean
Definition Classes
Inherited from
NamespaceBinding
override def equals(other: Any): Boolean
Definition Classes
Equality -> Equals -> Any
Inherited from
Equality
override def hashCode(): Int

It's be nice to make these final, but there are probably people out there subclassing the XML types, especially when it comes to equals. However WE at least can pretend they are final since clearly individual classes cannot be trusted to maintain a semblance of order.

It's be nice to make these final, but there are probably people out there subclassing the XML types, especially when it comes to equals. However WE at least can pretend they are final since clearly individual classes cannot be trusted to maintain a semblance of order.

Definition Classes
Equality -> Any
Inherited from
Equality
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def strict_!=(other: Equality): Boolean
Inherited from
Equality
override def strict_==(other: Equality): Boolean
Definition Classes
Inherited from
NamespaceBinding
final def xml_!=(other: Any): Boolean
Inherited from
Equality
final def xml_==(other: Any): Boolean
Inherited from
Equality