XsiSchemaLocation

final class XsiSchemaLocation

A parsed xsi:schemaLocation attribute value, as a mapping from namespace names to document URIs.

A parsed xsi:schemaLocation attribute value, as a mapping from namespace names to document URIs.

It can not contain any duplicate namespace names, or else an exception is thrown during construction.

Authors

Chris de Vreeze

Companion
object
class Object
trait Matchable
class Any

Value members

Concrete methods

override def equals(other: Any): Boolean
Definition Classes
Any
def filterKeys(p: String => Boolean): XsiSchemaLocation
override def hashCode: Int
Definition Classes
Any
def map(f: (String, URI) => (String, URI)): XsiSchemaLocation
def mapValues(f: URI => URI): XsiSchemaLocation
override def toString: String

Returns a string representation of the XsiSchemaLocation. It does not spread the string over multiple lines, for prettifying. Keep this in mind when "serializing" an XsiSchemaLocation.

Returns a string representation of the XsiSchemaLocation. It does not spread the string over multiple lines, for prettifying. Keep this in mind when "serializing" an XsiSchemaLocation.

Definition Classes
Any

Concrete fields

val namespaceXsdPairs: IndexedSeq[(String, URI)]