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"
- Alphabetic
 - By Inheritance
 
- TopScope
 - NamespaceBinding
 - Serializable
 - Product
 - Equality
 - Equals
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
- Public
 - Protected
 
Value Members
-   final  def !=(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def ##: Int
- Definition Classes
 - AnyRef → Any
 
 -   final  def ==(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def asInstanceOf[T0]: T0
- Definition Classes
 - Any
 
 -    def basisForHashCode: collection.Seq[Any]
- Definition Classes
 - NamespaceBinding → Equality
 
 -    def buildString(sb: StringBuilder, ignore: NamespaceBinding): Unit
- Definition Classes
 - TopScope → NamespaceBinding
 
 -    def buildString(stop: NamespaceBinding): String
- Definition Classes
 - TopScope → NamespaceBinding
 
 -    def canEqual(other: Any): Boolean
We insist we're only equal to other
xml.Equalityimplementors, which heads off a lot of inconsistency up front.We insist we're only equal to other
xml.Equalityimplementors, which heads off a lot of inconsistency up front.- Definition Classes
 - NamespaceBinding → Equality → Equals
 
 -    def clone(): AnyRef
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.CloneNotSupportedException]) @native()
 
 -   final  def eq(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -    def equals(other: Any): Boolean
- Definition Classes
 - Equality → Equals → AnyRef → Any
 
 -    def finalize(): Unit
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.Throwable])
 
 -   final  def getClass(): Class[_ <: AnyRef]
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @native()
 
 -    def getPrefix(uri1: String): String
Returns some prefix that is mapped to the URI.
Returns some prefix that is mapped to the URI.
- returns
 the prefix that is mapped to the input URI, or null if no prefix is mapped to the URI.
- Definition Classes
 - TopScope → NamespaceBinding
 
 -    def getURI(prefix1: String): String
- Definition Classes
 - TopScope → NamespaceBinding
 
 -    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.
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 → AnyRef → Any
 
 -   final  def isInstanceOf[T0]: Boolean
- Definition Classes
 - Any
 
 -   final  def ne(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -   final  def notify(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @native()
 
 -   final  def notifyAll(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @native()
 
 -    val parent: NamespaceBinding
- Definition Classes
 - NamespaceBinding
 
 -    val prefix: String
- Definition Classes
 - NamespaceBinding
 
 -    def productElementNames: Iterator[String]
- Definition Classes
 - Product
 
 -    def strict_!=(other: Equality): Boolean
- Definition Classes
 - Equality
 
 -    def strict_==(other: Equality): Boolean
- Definition Classes
 - NamespaceBinding → Equality
 
 -   final  def synchronized[T0](arg0: => T0): T0
- Definition Classes
 - AnyRef
 
 -    def toString(): String
- Definition Classes
 - TopScope → NamespaceBinding → AnyRef → Any
 
 -    val uri: String
- Definition Classes
 - NamespaceBinding
 
 -   final  def wait(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -   final  def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -   final  def wait(arg0: Long): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException]) @native()
 
 -   final  def xml_!=(other: Any): Boolean
- Definition Classes
 - Equality
 
 -   final  def xml_==(other: Any): Boolean
- Definition Classes
 - Equality