Class/Object

eu.cdevreeze.yaidom.indexed

IndexedScopedElem

Related Docs: object IndexedScopedElem | package indexed

Permalink

final class IndexedScopedElem[U <: ScopedElemApi[U]] extends queryapi.Nodes.Elem with IndexedScopedElemLike[IndexedScopedElem[U], U]

Indexed Scoped element. Like IndexedClarkElem but instead of being and indexing a ClarkElemApi, it is and indexes a ScopedElemApi. Other than that, see the documentation for IndexedClarkElem.

The optional parent base URI is stored for very fast (optional) base URI computation. This is helpful in an XBRL context, where URI resolution against a base URI is typically a very frequent operation.

U

The underlying element type

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. IndexedScopedElem
  2. IndexedScopedElemLike
  3. ScopedElemLike
  4. IndexedClarkElemLike
  5. ClarkElemLike
  6. HasText
  7. HasEName
  8. IsNavigable
  9. ElemLike
  10. IndexedScopedElemApi
  11. ScopedElemApi
  12. HasScopeApi
  13. HasQNameApi
  14. IndexedClarkElemApi
  15. ClarkElemApi
  16. HasTextApi
  17. HasENameApi
  18. IsNavigableApi
  19. ElemApi
  20. Elem
  21. CanBeDocumentChild
  22. Node
  23. AnyRef
  24. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def \(p: (IndexedScopedElem[U]) ⇒ Boolean): IndexedSeq[IndexedScopedElem[U]]

    Permalink

    Shorthand for filterChildElems(p).

    Shorthand for filterChildElems(p). Use this shorthand only if the predicate is a short expression.

    Definition Classes
    ElemLikeElemApi
  5. final def \@(expandedName: EName): Option[String]

    Permalink

    Shorthand for attributeOption(expandedName).

    Shorthand for attributeOption(expandedName).

    Definition Classes
    HasENameHasENameApi
  6. final def \\(p: (IndexedScopedElem[U]) ⇒ Boolean): IndexedSeq[IndexedScopedElem[U]]

    Permalink

    Shorthand for filterElemsOrSelf(p).

    Shorthand for filterElemsOrSelf(p). Use this shorthand only if the predicate is a short expression.

    Definition Classes
    ElemLikeElemApi
  7. final def \\!(p: (IndexedScopedElem[U]) ⇒ Boolean): IndexedSeq[IndexedScopedElem[U]]

    Permalink

    Shorthand for findTopmostElemsOrSelf(p).

    Shorthand for findTopmostElemsOrSelf(p). Use this shorthand only if the predicate is a short expression.

    Definition Classes
    ElemLikeElemApi
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. final def attribute(expandedName: EName): String

    Permalink

    Returns the value of the attribute with the given expanded name, and throws an exception otherwise.

    Returns the value of the attribute with the given expanded name, and throws an exception otherwise.

    Definition Classes
    HasENameHasENameApi
  10. final def attributeAsQName(expandedName: EName): QName

    Permalink

    Returns the QName value of the attribute with the given expanded name, and throws an exception otherwise

    Returns the QName value of the attribute with the given expanded name, and throws an exception otherwise

    Definition Classes
    ScopedElemLikeScopedElemApi
  11. final def attributeAsQNameOption(expandedName: EName): Option[QName]

    Permalink

    Returns the QName value of the attribute with the given expanded name, if any, wrapped in an Option.

    Returns the QName value of the attribute with the given expanded name, if any, wrapped in an Option. If the attribute exists, but its value is not a QName, an exception is thrown.

    Definition Classes
    ScopedElemLikeScopedElemApi
  12. final def attributeAsResolvedQName(expandedName: EName): EName

    Permalink

    Returns the resolved QName value (as EName) of the attribute with the given expanded name, and throws an exception otherwise

    Returns the resolved QName value (as EName) of the attribute with the given expanded name, and throws an exception otherwise

    Definition Classes
    ScopedElemLikeScopedElemApi
  13. final def attributeAsResolvedQNameOption(expandedName: EName): Option[EName]

    Permalink

    Returns the resolved QName value (as EName) of the attribute with the given expanded name, if any, wrapped in an Option.

    Returns the resolved QName value (as EName) of the attribute with the given expanded name, if any, wrapped in an Option. None is returned if the attribute does not exist. If the QName value cannot be resolved given the scope of the element, an exception is thrown.

    Definition Classes
    ScopedElemLikeScopedElemApi
  14. final def attributeOption(expandedName: EName): Option[String]

    Permalink

    Returns the value of the attribute with the given expanded name, if any, wrapped in an Option.

    Returns the value of the attribute with the given expanded name, if any, wrapped in an Option.

    Definition Classes
    HasENameHasENameApi
  15. final def attributes: Iterable[(QName, String)]

    Permalink

    The attributes of the element as mapping from QNames to values

    The attributes of the element as mapping from QNames to values

    Definition Classes
    IndexedScopedElemLikeHasQNameApi
  16. final def baseUri: URI

    Permalink

    Returns the base URI, falling back to the empty URI if absent.

  17. final def baseUriOption: Option[URI]

    Permalink

    Returns the optional base URI, computed from the document URI, if any, and the XML base attributes of the ancestors, if any.

    Returns the optional base URI, computed from the document URI, if any, and the XML base attributes of the ancestors, if any.

    Definition Classes
    IndexedScopedElemIndexedScopedElemLikeIndexedClarkElemLikeIndexedClarkElemApi
  18. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def docUri: URI

    Permalink

    Returns the document URI, falling back to the empty URI if absent.

  20. val docUriOption: Option[URI]

    Permalink

    The optional document URI of the containing document, if any

    The optional document URI of the containing document, if any

    Definition Classes
    IndexedScopedElemIndexedScopedElemLikeIndexedClarkElemLikeIndexedClarkElemApi
  21. val elem: U

    Permalink

    The underlying element, of the underlying element type.

    The underlying element, of the underlying element type. It must be equal to:

    rootElem.getElemOrSelfByPath(path)
    Definition Classes
    IndexedScopedElemIndexedScopedElemLikeIndexedClarkElemLikeIndexedClarkElemApi
  22. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def equals(obj: Any): Boolean

    Permalink
    Definition Classes
    IndexedScopedElem → AnyRef → Any
  24. final def filterChildElems(p: (IndexedScopedElem[U]) ⇒ Boolean): IndexedSeq[IndexedScopedElem[U]]

    Permalink

    Returns the child elements obeying the given predicate.

    Returns the child elements obeying the given predicate. This method could be defined as:

    def filterChildElems(p: E => Boolean): immutable.IndexedSeq[E] =
      this.findAllChildElems.filter(p)
    Definition Classes
    ElemLikeElemApi
  25. final def filterElems(p: (IndexedScopedElem[U]) ⇒ Boolean): IndexedSeq[IndexedScopedElem[U]]

    Permalink

    Returns the descendant elements obeying the given predicate.

    Returns the descendant elements obeying the given predicate. This method could be defined as:

    this.findAllChildElems flatMap (_.filterElemsOrSelf(p))
    Definition Classes
    ElemLikeElemApi
  26. final def filterElemsOrSelf(p: (IndexedScopedElem[U]) ⇒ Boolean): IndexedSeq[IndexedScopedElem[U]]

    Permalink

    Returns the descendant-or-self elements obeying the given predicate.

    Returns the descendant-or-self elements obeying the given predicate. This method could be defined as:

    def filterElemsOrSelf(p: E => Boolean): immutable.IndexedSeq[E] =
      Vector(this).filter(p) ++ (this.findAllChildElems flatMap (_.filterElemsOrSelf(p)))

    It can be proven that the result is equivalent to findAllElemsOrSelf filter p.

    Definition Classes
    ElemLikeElemApi
  27. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. final def findAllChildElems: IndexedSeq[IndexedScopedElem[U]]

    Permalink

    Core method that returns all child elements, in the correct order.

    Core method that returns all child elements, in the correct order. Other operations can be defined in terms of this one.

    Definition Classes
    IndexedScopedElemIndexedScopedElemLikeIndexedClarkElemLikeElemLikeElemApi
  29. final def findAllChildElemsWithPathEntries: IndexedSeq[(IndexedScopedElem[U], Entry)]

    Permalink

    Returns all child elements paired with their path entries.

    Returns all child elements paired with their path entries.

    This method is final, so more efficient implementations for sub-types are not supported. This implementation is only efficient if finding all child elements as well as computing their resolved names is efficient. That is not the case for DOM wrappers or Scala XML Elem wrappers (due to their expensive Scope computations). On the other hand, those wrapper element implementations are convenient, but not intended for heavy use in production. Hence, this method should typically be fast enough.

    Definition Classes
    ClarkElemLikeIsNavigableIsNavigableApi
  30. final def findAllElems: IndexedSeq[IndexedScopedElem[U]]

    Permalink

    Returns all descendant elements (not including this element).

    Returns all descendant elements (not including this element). This method could be defined as filterElems { e => true }. Equivalent to findAllElemsOrSelf.drop(1).

    Definition Classes
    ElemLikeElemApi
  31. final def findAllElemsOrSelf: IndexedSeq[IndexedScopedElem[U]]

    Permalink

    Returns this element followed by all descendant elements (that is, the descendant-or-self elements).

    Returns this element followed by all descendant elements (that is, the descendant-or-self elements). This method could be defined as filterElemsOrSelf { e => true }.

    Definition Classes
    ElemLikeElemApi
  32. final def findAttributeByLocalName(localName: String): Option[String]

    Permalink

    Returns the first found attribute value of an attribute with the given local name, if any, wrapped in an Option.

    Returns the first found attribute value of an attribute with the given local name, if any, wrapped in an Option. Because of differing namespaces, it is possible that more than one such attribute exists, although this is not often the case.

    Definition Classes
    HasENameHasENameApi
  33. final def findChildElem(p: (IndexedScopedElem[U]) ⇒ Boolean): Option[IndexedScopedElem[U]]

    Permalink

    Returns the first found child element obeying the given predicate, if any, wrapped in an Option.

    Returns the first found child element obeying the given predicate, if any, wrapped in an Option. This method could be defined as filterChildElems(p).headOption.

    Definition Classes
    ElemLikeElemApi
  34. final def findChildElemByPathEntry(entry: Entry): Option[IndexedScopedElem[U]]

    Permalink

    Finds the child element with the given Path.Entry (where this element is the root), if any, wrapped in an Option.

    Finds the child element with the given Path.Entry (where this element is the root), if any, wrapped in an Option.

    This method is final, so more efficient implementations for sub-types are not supported. This implementation is only efficient if finding all child elements as well as computing their resolved names is efficient. That is not the case for DOM wrappers or Scala XML Elem wrappers (due to their expensive Scope computations). On the other hand, those wrapper element implementations are convenient, but not intended for heavy use in production. Hence, this method should typically be fast enough.

    Definition Classes
    ClarkElemLikeIsNavigableIsNavigableApi
  35. final def findElem(p: (IndexedScopedElem[U]) ⇒ Boolean): Option[IndexedScopedElem[U]]

    Permalink

    Returns the first found (topmost) descendant element obeying the given predicate, if any, wrapped in an Option.

    Returns the first found (topmost) descendant element obeying the given predicate, if any, wrapped in an Option. This method could be defined as filterElems(p).headOption.

    Definition Classes
    ElemLikeElemApi
  36. final def findElemOrSelf(p: (IndexedScopedElem[U]) ⇒ Boolean): Option[IndexedScopedElem[U]]

    Permalink

    Returns the first found (topmost) descendant-or-self element obeying the given predicate, if any, wrapped in an Option.

    Returns the first found (topmost) descendant-or-self element obeying the given predicate, if any, wrapped in an Option. This method could be defined as filterElemsOrSelf(p).headOption.

    Definition Classes
    ElemLikeElemApi
  37. final def findElemOrSelfByPath(path: Path): Option[IndexedScopedElem[U]]

    Permalink

    Finds the element with the given Path (where this element is the root), if any, wrapped in an Option.

    Finds the element with the given Path (where this element is the root), if any, wrapped in an Option.

    That is, returns:

    findReverseAncestryOrSelfByPath(path).map(_.last)

    Note that for each non-empty Path, we have:

    findElemOrSelfByPath(path) == findChildElemByPathEntry(path.firstEntry) flatMap (e => e.findElemOrSelfByPath(path.withoutFirstEntry))
    Definition Classes
    IsNavigableIsNavigableApi
  38. final def findReverseAncestryOrSelfByPath(path: Path): Option[IndexedSeq[IndexedScopedElem[U]]]

    Permalink

    Finds the reversed ancestry-or-self of the element with the given Path (where this element is the root), wrapped in an Option.

    Finds the reversed ancestry-or-self of the element with the given Path (where this element is the root), wrapped in an Option. None is returned if no element can be found at the given Path.

    Hence, the resulting element collection, if any, starts with this element and ends with the element at the given Path, relative to this element.

    This method comes in handy for (efficiently) computing base URIs, where the (reverse) ancestry-or-self is needed as input.

    Definition Classes
    IsNavigableIsNavigableApi
  39. final def findTopmostElems(p: (IndexedScopedElem[U]) ⇒ Boolean): IndexedSeq[IndexedScopedElem[U]]

    Permalink

    Returns the descendant elements obeying the given predicate that have no ancestor obeying the predicate.

    Returns the descendant elements obeying the given predicate that have no ancestor obeying the predicate. This method could be defined as:

    this.findAllChildElems flatMap (_.findTopmostElemsOrSelf(p))
    Definition Classes
    ElemLikeElemApi
  40. final def findTopmostElemsOrSelf(p: (IndexedScopedElem[U]) ⇒ Boolean): IndexedSeq[IndexedScopedElem[U]]

    Permalink

    Returns the descendant-or-self elements obeying the given predicate, such that no ancestor obeys the predicate.

    Returns the descendant-or-self elements obeying the given predicate, such that no ancestor obeys the predicate. This method could be defined as:

    def findTopmostElemsOrSelf(p: E => Boolean): immutable.IndexedSeq[E] =
      if (p(this)) Vector(this)
      else (this.findAllChildElems flatMap (_.findTopmostElemsOrSelf(p)))
    Definition Classes
    ElemLikeElemApi
  41. final def getChildElem(p: (IndexedScopedElem[U]) ⇒ Boolean): IndexedScopedElem[U]

    Permalink

    Returns the single child element obeying the given predicate, and throws an exception otherwise.

    Returns the single child element obeying the given predicate, and throws an exception otherwise. This method could be defined as findChildElem(p).get.

    Definition Classes
    ElemLikeElemApi
  42. final def getChildElemByPathEntry(entry: Entry): IndexedScopedElem[U]

    Permalink

    Returns (the equivalent of) findChildElemByPathEntry(entry).get

    Returns (the equivalent of) findChildElemByPathEntry(entry).get

    Definition Classes
    IsNavigableIsNavigableApi
  43. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  44. final def getElemOrSelfByPath(path: Path): IndexedScopedElem[U]

    Permalink

    Returns (the equivalent of) findElemOrSelfByPath(path).get

    Returns (the equivalent of) findElemOrSelfByPath(path).get

    Definition Classes
    IsNavigableIsNavigableApi
  45. final def getReverseAncestryOrSelfByPath(path: Path): IndexedSeq[IndexedScopedElem[U]]

    Permalink

    Returns (the equivalent of) findReverseAncestryOrSelfByPath(path).get

    Returns (the equivalent of) findReverseAncestryOrSelfByPath(path).get

    Definition Classes
    IsNavigableIsNavigableApi
  46. final def hashCode(): Int

    Permalink
    Definition Classes
    IndexedScopedElem → AnyRef → Any
  47. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  48. final def localName: String

    Permalink

    The local name, that is, the local part of the EName

    The local name, that is, the local part of the EName

    Definition Classes
    HasENameHasENameApi
  49. final def namespaces: Declarations

    Permalink

    Returns the namespaces declared in this element.

    Returns the namespaces declared in this element.

    If the original parsed XML document contained duplicate namespace declarations (i.e. namespace declarations that are the same as some namespace declarations in their context), these duplicate namespace declarations were lost during parsing of the XML into an Elem tree. They therefore do not occur in the namespace declarations returned by this method.

    Definition Classes
    IndexedScopedElemLikeIndexedScopedElemApi
  50. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  51. final def normalizedText: String

    Permalink

    Returns XmlStringUtils.normalizeString(text).

    Returns XmlStringUtils.normalizeString(text).

    Definition Classes
    HasTextHasTextApi
  52. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  53. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  54. val parentBaseUriOption: Option[URI]

    Permalink
  55. val path: Path

    Permalink

    The path of this element, relative to the root element

    The path of this element, relative to the root element

    Definition Classes
    IndexedScopedElemIndexedScopedElemLikeIndexedClarkElemLikeIndexedClarkElemApi
  56. final def qname: QName

    Permalink

    The QName of the element

    The QName of the element

    Definition Classes
    IndexedScopedElemLikeHasQNameApi
  57. final def resolvedAttributes: Iterable[(EName, String)]

    Permalink

    The resolved attributes of the element as mapping from ENames to values

    The resolved attributes of the element as mapping from ENames to values

    Definition Classes
    IndexedClarkElemLikeHasENameApi
  58. final def resolvedName: EName

    Permalink

    The EName of the element

    The EName of the element

    Definition Classes
    IndexedClarkElemLikeHasENameApi
  59. final def reverseAncestryENames: IndexedSeq[EName]

    Permalink

    Returns the ENames of the ancestry reversed, starting with the root element and ending with the parent of this element, if any.

    Returns the ENames of the ancestry reversed, starting with the root element and ending with the parent of this element, if any.

    That is, returns:

    reverseAncestryOrSelfENames.dropRight(1)
    Definition Classes
    IndexedClarkElemLikeIndexedClarkElemApi
  60. final def reverseAncestryOrSelf: IndexedSeq[U]

    Permalink

    Returns the reversed ancestor-or-self elements.

    Returns the reversed ancestor-or-self elements. That is, returns:

    rootElem.findReverseAncestryOrSelfByPath(path).get
    Definition Classes
    IndexedClarkElemLikeIndexedClarkElemApi
  61. final def reverseAncestryOrSelfENames: IndexedSeq[EName]

    Permalink

    Returns the ENames of the ancestry-or-self reversed, starting with the root element and ending with this element.

    Returns the ENames of the ancestry-or-self reversed, starting with the root element and ending with this element.

    That is, returns:

    rootElem.resolvedName +: path.entries.map(_.elementName)

    This is equal to:

    reverseAncestryOrSelf.map(_.resolvedName)
    Definition Classes
    IndexedClarkElemLikeIndexedClarkElemApi
  62. val rootElem: U

    Permalink

    The root element of the underlying element type

    The root element of the underlying element type

    Definition Classes
    IndexedScopedElemIndexedScopedElemLikeIndexedClarkElemLikeIndexedClarkElemApi
  63. final def scope: Scope

    Permalink

    The Scope stored with the element

    The Scope stored with the element

    Definition Classes
    IndexedScopedElemLikeHasScopeApi
  64. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  65. final def text: String

    Permalink

    Returns the concatenation of the text values of (the implicit) text children, including whitespace and CData.

    Returns the concatenation of the text values of (the implicit) text children, including whitespace and CData. Non-text children are ignored. If there are no text children, the empty string is returned.

    Therefore, element children are ignored and do not contribute to the resulting text string.

    Definition Classes
    IndexedClarkElemLikeHasTextApi
  66. final def textAsQName: QName

    Permalink

    Returns QName(text.trim)

    Returns QName(text.trim)

    Definition Classes
    ScopedElemLikeScopedElemApi
  67. final def textAsResolvedQName: EName

    Permalink

    Returns the equivalent of scope.resolveQNameOption(textAsQName).get

    Returns the equivalent of scope.resolveQNameOption(textAsQName).get

    Definition Classes
    ScopedElemLikeScopedElemApi
  68. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  69. final def trimmedText: String

    Permalink

    Returns text.trim.

    Returns text.trim.

    Definition Classes
    HasTextHasTextApi
  70. val uriResolver: UriResolver

    Permalink
  71. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  72. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  73. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ScopedElemLike[IndexedScopedElem[U]]

Inherited from IndexedClarkElemLike[IndexedScopedElem[U], U]

Inherited from ClarkElemLike[IndexedScopedElem[U]]

Inherited from HasText

Inherited from HasEName

Inherited from IsNavigable[IndexedScopedElem[U]]

Inherited from ElemLike[IndexedScopedElem[U]]

Inherited from IndexedScopedElemApi[IndexedScopedElem[U], U]

Inherited from ScopedElemApi[IndexedScopedElem[U]]

Inherited from HasScopeApi

Inherited from HasQNameApi

Inherited from IndexedClarkElemApi[IndexedScopedElem[U], U]

Inherited from ClarkElemApi[IndexedScopedElem[U]]

Inherited from HasTextApi

Inherited from HasENameApi

Inherited from IsNavigableApi[IndexedScopedElem[U]]

Inherited from ElemApi[IndexedScopedElem[U]]

Inherited from queryapi.Nodes.Elem

Inherited from CanBeDocumentChild

Inherited from Node

Inherited from AnyRef

Inherited from Any

Ungrouped