scala.xml

MetaData

object MetaData extends AnyRef

Copyright 2008 Google Inc. All Rights Reserved.

Inherits

  1. AnyRef
  2. Any

Value Members

  1. def concatenate(attribs: MetaData, new_tail: MetaData): MetaData

    appends all attributes from new_tail to attribs, without attempting to detect or remove duplicates

  2. def equals(arg0: Any): Boolean

    This method is used to compare the receiver object (this) with the argument object (arg0) for equivalence

  3. def getUniversalKey(attrib: MetaData, scope: NamespaceBinding): String

    returns key if md is unprefixed, pre+key is md is prefixed

  4. def hashCode(): Int

    Returns a hash code value for the object

  5. def normalize(attribs: MetaData, scope: NamespaceBinding): MetaData

    returns normalized MetaData, with all duplicates removed and namespace prefixes resolved to namespace URIs via the given scope

  6. def toString(): String

    Returns a string representation of the object

  7. def update(attribs: MetaData, scope: NamespaceBinding, updates: MetaData): MetaData

    returns MetaData with attributes updated from given MetaData