Packages

o

scala.xml

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"

Linear Supertypes
NamespaceBinding, Serializable, java.io.Serializable, Product, Equality, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TopScope
  2. NamespaceBinding
  3. Serializable
  4. Serializable
  5. Product
  6. Equality
  7. Equals
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def basisForHashCode: Seq[Any]
    Definition Classes
    NamespaceBindingEquality
  2. def buildString(sb: StringBuilder, ignore: NamespaceBinding): Unit
    Definition Classes
    TopScopeNamespaceBinding
  3. def buildString(stop: NamespaceBinding): String
    Definition Classes
    TopScopeNamespaceBinding
  4. def canEqual(other: Any): Boolean

    We insist we're only equal to other xml.Equality implementors, which heads off a lot of inconsistency up front.

    We insist we're only equal to other xml.Equality implementors, which heads off a lot of inconsistency up front.

    Definition Classes
    NamespaceBindingEquality → Equals
  5. def equals(other: Any): Boolean
    Definition Classes
    Equality → Equals → AnyRef → Any
  6. 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
    TopScopeNamespaceBinding
  7. def getURI(prefix1: String): String
    Definition Classes
    TopScopeNamespaceBinding
  8. 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
  9. val parent: NamespaceBinding
    Definition Classes
    NamespaceBinding
  10. val prefix: String
    Definition Classes
    NamespaceBinding
  11. def strict_!=(other: Equality): Boolean
    Definition Classes
    Equality
  12. def strict_==(other: Equality): Boolean
    Definition Classes
    NamespaceBindingEquality
  13. def toString(): String
    Definition Classes
    TopScopeNamespaceBinding → AnyRef → Any
  14. val uri: String
    Definition Classes
    NamespaceBinding
  15. final def xml_!=(other: Any): Boolean
    Definition Classes
    Equality
  16. final def xml_==(other: Any): Boolean
    Definition Classes
    Equality