We insist we're only equal to other xml.
We insist we're only equal to other xml.Equality implementors, which heads off a lot of inconsistency up front.
true if this instance can possibly equal that
, otherwise false
The universal equality method defined in AnyRef
.
Returns some prefix that is mapped to the URI.
Returns some prefix that is mapped to the URI.
the input URI
the prefix that is mapped to the input URI, or null if no prefix is mapped to the URI.
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.
the hash code value for this object.
The size of this product.
The size of this product.
for a product A(x_1, ..., x_k)
, returns k
The nth element of this product, 0-based.
The nth element of this product, 0-based. In other words, for a
product A(x_1, ..., x_k)
, returns x_(n+1) where 0 < n < k.
the element n
elements after the first element
An iterator over all the elements of this product.
An iterator over all the elements of this product.
in the default implementation, an Iterator[Any]
A string used in the toString
methods of derived classes.
A string used in the toString
methods of derived classes.
Implementations may override this method to prepend a string prefix
to the result of toString methods.
in the default implementation, the empty string
Creates a String representation of this object.
Creates a String representation of this object. The default representation is platform dependent. On the java platform it is the concatenation of the class name, "@", and the object's hashcode in hexadecimal.
a String representation of the object.
use productIterator instead
The class
NamespaceBinding
represents namespace bindings and scopes. The binding for the default namespace is treated as a null prefix. the absent namespace is represented with the null uri. Neither prefix nor uri may be empty, which is not checked.1.0