eu.cdevreeze.yaidom.xs.schema

AttributeGroupDefinition

final class AttributeGroupDefinition extends SchemaComponent

Attribute group definition. That is, the "xs:attributeGroup" XML element.

Linear Supertypes
SchemaComponent, SchemaObject, Immutable, HasText, ElemLike[SchemaObject], ElemApi[SchemaObject], ParentElemLike[SchemaObject], ParentElemApi[SchemaObject], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AttributeGroupDefinition
  2. SchemaComponent
  3. SchemaObject
  4. Immutable
  5. HasText
  6. ElemLike
  7. ElemApi
  8. ParentElemLike
  9. ParentElemApi
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def \(expandedName: EName): IndexedSeq[SchemaObject]

    Definition Classes
    ElemLike → ElemApi
  7. final def \(p: (SchemaObject) ⇒ Boolean): IndexedSeq[SchemaObject]

    Definition Classes
    ParentElemLike → ParentElemApi
  8. final def \@(expandedName: EName): Option[String]

    Definition Classes
    ElemLike → ElemApi
  9. final def \\(expandedName: EName): IndexedSeq[SchemaObject]

    Definition Classes
    ElemLike → ElemApi
  10. final def \\(p: (SchemaObject) ⇒ Boolean): IndexedSeq[SchemaObject]

    Definition Classes
    ParentElemLike → ParentElemApi
  11. final def \\!(expandedName: EName): IndexedSeq[SchemaObject]

    Definition Classes
    ElemLike → ElemApi
  12. final def \\!(p: (SchemaObject) ⇒ Boolean): IndexedSeq[SchemaObject]

    Definition Classes
    ParentElemLike → ParentElemApi
  13. val allChildElems: IndexedSeq[SchemaObject]

  14. final def asInstanceOf[T0]: T0

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

    Definition Classes
    ElemLike → ElemApi
  16. final def attributeOption(expandedName: EName): Option[String]

    Definition Classes
    ElemLike → ElemApi
  17. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  18. val docUri: URI

  19. final def elemPath: ElemPath

    Returns wrappedElem.elemPath

    Returns wrappedElem.elemPath

    Definition Classes
    SchemaObject
  20. final def eq(arg0: AnyRef): Boolean

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

    Returns true if this SchemaObject has the same wrappedElem as the passed object, if it is also a SchemaObject.

    Returns true if this SchemaObject has the same wrappedElem as the passed object, if it is also a SchemaObject.

    Definition Classes
    SchemaObject → AnyRef → Any
  22. final def filterAttributeDeclarationOrReferences(p: (AttributeDeclarationOrReference) ⇒ Boolean): IndexedSeq[AttributeDeclarationOrReference]

    Returns all attribute declarations obeying the given predicate (excluding self).

    Returns all attribute declarations obeying the given predicate (excluding self).

    Definition Classes
    SchemaObject
  23. final def filterChildElems(expandedName: EName): IndexedSeq[SchemaObject]

    Definition Classes
    ElemLike → ElemApi
  24. final def filterChildElems(p: (SchemaObject) ⇒ Boolean): IndexedSeq[SchemaObject]

    Definition Classes
    ParentElemLike → ParentElemApi
  25. final def filterElementDeclarationOrReferences(p: (ElementDeclarationOrReference) ⇒ Boolean): IndexedSeq[ElementDeclarationOrReference]

    Returns all element declarations obeying the given predicate (excluding self).

    Returns all element declarations obeying the given predicate (excluding self).

    Definition Classes
    SchemaObject
  26. final def filterElems(expandedName: EName): IndexedSeq[SchemaObject]

    Definition Classes
    ElemLike → ElemApi
  27. final def filterElems(p: (SchemaObject) ⇒ Boolean): IndexedSeq[SchemaObject]

    Definition Classes
    ParentElemLike → ParentElemApi
  28. final def filterElemsOrSelf(expandedName: EName): IndexedSeq[SchemaObject]

    Definition Classes
    ElemLike → ElemApi
  29. final def filterElemsOrSelf(p: (SchemaObject) ⇒ Boolean): IndexedSeq[SchemaObject]

    Definition Classes
    ParentElemLike → ParentElemApi
  30. final def filterTypeDefinitions(p: (TypeDefinition) ⇒ Boolean): IndexedSeq[TypeDefinition]

    Returns all type declarations obeying the given predicate (excluding self).

    Returns all type declarations obeying the given predicate (excluding self).

    Definition Classes
    SchemaObject
  31. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  32. final def findAllAttributeDeclarationOrReferences: IndexedSeq[AttributeDeclarationOrReference]

    Returns all attribute declarations inside this SchemaObject (excluding self).

    Returns all attribute declarations inside this SchemaObject (excluding self).

    Definition Classes
    SchemaObject
  33. final def findAllChildElems: IndexedSeq[SchemaObject]

    Definition Classes
    SchemaObject → ParentElemLike → ParentElemApi
  34. final def findAllElementDeclarationOrReferences: IndexedSeq[ElementDeclarationOrReference]

    Returns all element declarations inside this SchemaObject (excluding self).

    Returns all element declarations inside this SchemaObject (excluding self).

    Definition Classes
    SchemaObject
  35. final def findAllElems: IndexedSeq[SchemaObject]

    Definition Classes
    ParentElemLike → ParentElemApi
  36. final def findAllElemsOrSelf: IndexedSeq[SchemaObject]

    Definition Classes
    ParentElemLike → ParentElemApi
  37. final def findAllTypeDefinitions: IndexedSeq[TypeDefinition]

    Returns all type definitions inside this SchemaObject (excluding self).

    Returns all type definitions inside this SchemaObject (excluding self).

    Definition Classes
    SchemaObject
  38. final def findAttributeByLocalName(localName: String): Option[String]

    Definition Classes
    ElemLike → ElemApi
  39. final def findChildElem(expandedName: EName): Option[SchemaObject]

    Definition Classes
    ElemLike → ElemApi
  40. final def findChildElem(p: (SchemaObject) ⇒ Boolean): Option[SchemaObject]

    Definition Classes
    ParentElemLike → ParentElemApi
  41. final def findElem(expandedName: EName): Option[SchemaObject]

    Definition Classes
    ElemLike → ElemApi
  42. final def findElem(p: (SchemaObject) ⇒ Boolean): Option[SchemaObject]

    Definition Classes
    ParentElemLike → ParentElemApi
  43. final def findElemOrSelf(expandedName: EName): Option[SchemaObject]

    Definition Classes
    ElemLike → ElemApi
  44. final def findElemOrSelf(p: (SchemaObject) ⇒ Boolean): Option[SchemaObject]

    Definition Classes
    ParentElemLike → ParentElemApi
  45. final def findTopmostAttributeDeclarationOrReferences(p: (AttributeDeclarationOrReference) ⇒ Boolean): IndexedSeq[AttributeDeclarationOrReference]

    Returns all topmost attribute declarations inside this SchemaObject (excluding self) obeying the given predicate.

    Returns all topmost attribute declarations inside this SchemaObject (excluding self) obeying the given predicate. Note that "topmost" is not the same as "global" (which only makes sense for the Schema object).

    Definition Classes
    SchemaObject
  46. final def findTopmostElementDeclarationOrReferences(p: (ElementDeclarationOrReference) ⇒ Boolean): IndexedSeq[ElementDeclarationOrReference]

    Returns all topmost element declarations inside this SchemaObject (excluding self) obeying the given predicate.

    Returns all topmost element declarations inside this SchemaObject (excluding self) obeying the given predicate. Note that "topmost" is not the same as "global" (which only makes sense for the Schema object).

    Definition Classes
    SchemaObject
  47. final def findTopmostElems(expandedName: EName): IndexedSeq[SchemaObject]

    Definition Classes
    ElemLike → ElemApi
  48. final def findTopmostElems(p: (SchemaObject) ⇒ Boolean): IndexedSeq[SchemaObject]

    Definition Classes
    ParentElemLike → ParentElemApi
  49. final def findTopmostElemsOrSelf(expandedName: EName): IndexedSeq[SchemaObject]

    Definition Classes
    ElemLike → ElemApi
  50. final def findTopmostElemsOrSelf(p: (SchemaObject) ⇒ Boolean): IndexedSeq[SchemaObject]

    Definition Classes
    ParentElemLike → ParentElemApi
  51. final def findTopmostTypeDefinitions(p: (TypeDefinition) ⇒ Boolean): IndexedSeq[TypeDefinition]

    Returns all topmost type declarations inside this SchemaObject (excluding self) obeying the given predicate.

    Returns all topmost type declarations inside this SchemaObject (excluding self) obeying the given predicate. Note that "topmost" is not the same as "global" (which only makes sense for the Schema object).

    Definition Classes
    SchemaObject
  52. final def getChildElem(expandedName: EName): SchemaObject

    Definition Classes
    ElemLike → ElemApi
  53. final def getChildElem(p: (SchemaObject) ⇒ Boolean): SchemaObject

    Definition Classes
    ParentElemLike → ParentElemApi
  54. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  55. final def hashCode(): Int

    Returns wrappedElem.hashCode

    Returns wrappedElem.hashCode

    Definition Classes
    SchemaObject → AnyRef → Any
  56. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  57. final def localName: String

    Definition Classes
    ElemLike → ElemApi
  58. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  59. final def normalizedText: String

    Definition Classes
    HasText
  60. final def notify(): Unit

    Definition Classes
    AnyRef
  61. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  62. final def resolvedAttributes: IndexedSeq[(EName, String)]

    Definition Classes
    SchemaObject → ElemLike → ElemApi
  63. final def resolvedName: EName

    Definition Classes
    SchemaObject → ElemLike → ElemApi
  64. final def rootElem: Elem

    Returns wrappedElem.rootElem

    Returns wrappedElem.rootElem

    Definition Classes
    SchemaObject
  65. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  66. final def targetNamespaceOption: Option[String]

    Returns the target namespace of the schema component, if any, wrapped in an Option.

    Returns the target namespace of the schema component, if any, wrapped in an Option.

    Some types of schema component do not have the notion of a target namespace (in which case None is returned), but most do (whether it is defined or not).

    Definition Classes
    AttributeGroupDefinitionSchemaComponent
  67. final def text: String

    Definition Classes
    SchemaObject → HasText
  68. final def toString(): String

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

    Definition Classes
    HasText
  70. final def uriOption: Option[URI]

    Returns the optional URI of this element, containing the id attribute value as URI fragment, if any.

    Returns the optional URI of this element, containing the id attribute value as URI fragment, if any. If the id attribute is absent, None is returned.

    Definition Classes
    SchemaObject
  71. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  74. val wrappedElem: indexed.Elem

Inherited from SchemaComponent

Inherited from SchemaObject

Inherited from Immutable

Inherited from HasText

Inherited from ElemLike[SchemaObject]

Inherited from ElemApi[SchemaObject]

Inherited from ParentElemLike[SchemaObject]

Inherited from ParentElemApi[SchemaObject]

Inherited from AnyRef

Inherited from Any

Ungrouped