eu.cdevreeze.yaidom.xs.schema

LocalElementDeclaration

final class LocalElementDeclaration extends ElementDeclaration with Particle

Local element declaration.

Linear Supertypes
Particle, ElementDeclaration, ElementDeclarationOrReference, SchemaComponent, SchemaObject, Immutable, HasText, ElemLike[SchemaObject], ElemApi[SchemaObject], ParentElemLike[SchemaObject], ParentElemApi[SchemaObject], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. LocalElementDeclaration
  2. Particle
  3. ElementDeclaration
  4. ElementDeclarationOrReference
  5. SchemaComponent
  6. SchemaObject
  7. Immutable
  8. HasText
  9. ElemLike
  10. ElemApi
  11. ParentElemLike
  12. ParentElemApi
  13. AnyRef
  14. 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. final def abstractOption: Option[Boolean]

    Returns the value of the 'abstract' attribute, if any, wrapped in an Option.

    Returns the value of the 'abstract' attribute, if any, wrapped in an Option.

    Definition Classes
    ElementDeclarationOrReference
  14. val allChildElems: IndexedSeq[SchemaObject]

  15. final def asInstanceOf[T0]: T0

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

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

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

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

  20. final def elemPath: ElemPath

    Returns wrappedElem.elemPath

    Returns wrappedElem.elemPath

    Definition Classes
    SchemaObject
  21. final def ename: EName

    Returns enameOption.get.

  22. final def enameOption: Option[EName]

    Returns the EName by combining the target namespace and the value of the "name" attribute, if any, wrapped in an Option.

    Returns the EName by combining the target namespace and the value of the "name" attribute, if any, wrapped in an Option.

    Definition Classes
    ElementDeclarationOrReference
  23. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. 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
  25. 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
  26. final def filterChildElems(expandedName: EName): IndexedSeq[SchemaObject]

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

    Definition Classes
    ParentElemLike → ParentElemApi
  28. 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
  29. final def filterElems(expandedName: EName): IndexedSeq[SchemaObject]

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

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

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

    Definition Classes
    ParentElemLike → ParentElemApi
  33. 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
  34. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  35. 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
  36. final def findAllChildElems: IndexedSeq[SchemaObject]

    Definition Classes
    SchemaObject → ParentElemLike → ParentElemApi
  37. 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
  38. final def findAllElems: IndexedSeq[SchemaObject]

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

    Definition Classes
    ParentElemLike → ParentElemApi
  40. 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
  41. final def findAttributeByLocalName(localName: String): Option[String]

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

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

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

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

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

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

    Definition Classes
    ParentElemLike → ParentElemApi
  48. 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
  49. 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
  50. final def findTopmostElems(expandedName: EName): IndexedSeq[SchemaObject]

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

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

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

    Definition Classes
    ParentElemLike → ParentElemApi
  54. 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
  55. final def getChildElem(expandedName: EName): SchemaObject

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

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

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

    Returns wrappedElem.hashCode

    Returns wrappedElem.hashCode

    Definition Classes
    SchemaObject → AnyRef → Any
  59. final def idOption: Option[String]

    Returns the value of the 'id' attribute, if any, wrapped in an Option.

    Returns the value of the 'id' attribute, if any, wrapped in an Option.

    Definition Classes
    ElementDeclarationOrReference
  60. final def isAbstract: Boolean

    Returns true if and only if the element declaration is abstract.

    Returns true if and only if the element declaration is abstract. Only global element declarations can be abstract.

    Definition Classes
    ElementDeclarationOrReference
  61. final def isGlobal: Boolean

    Returns true if and only if the element declaration has the schema element as its parent.

    Returns true if and only if the element declaration has the schema element as its parent.

    Element references are not considered global, because their parent is not the schema element, but they do always refer to global element declarations.

    Definition Classes
    ElementDeclarationOrReference
  62. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  63. final def isReference: Boolean

    Returns true if and only if the element declaration is a reference to another (global) element declaration.

    Returns true if and only if the element declaration is a reference to another (global) element declaration. Top level element declarations are never references.

    Definition Classes
    ElementDeclarationOrReference
  64. final def localName: String

    Definition Classes
    ElemLike → ElemApi
  65. final def maxOccurs: Int

    Definition Classes
    Particle
  66. final def maxOccursAttrOption: Option[String]

    Definition Classes
    Particle
  67. final def minOccurs: Int

    Definition Classes
    Particle
  68. final def minOccursAttrOption: Option[String]

    Definition Classes
    Particle
  69. final def nameAttributeOption: Option[String]

    Returns the value of the "name" attribute, if any, wrapped in an Option.

    Returns the value of the "name" attribute, if any, wrapped in an Option.

    Definition Classes
    ElementDeclarationOrReference
  70. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  71. final def nillableOption: Option[Boolean]

    Returns the value of the 'nillable' attribute, if any, wrapped in an Option.

    Returns the value of the 'nillable' attribute, if any, wrapped in an Option.

    Definition Classes
    ElementDeclarationOrReference
  72. final def normalizedText: String

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

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

    Definition Classes
    AnyRef
  75. final def refOption: Option[EName]

    Returns the value of the 'ref' attribute as expanded name, if any, wrapped in an Option.

    Returns the value of the 'ref' attribute as expanded name, if any, wrapped in an Option.

    Definition Classes
    ElementDeclarationOrReference
  76. final def resolvedAttributes: IndexedSeq[(EName, String)]

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

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

    Returns wrappedElem.rootElem

    Returns wrappedElem.rootElem

    Definition Classes
    SchemaObject
  79. final def scope: indexed.Elem

    Returns scopeOption.get.

  80. final def scopeOption: Option[indexed.Elem]

    Returns the "scope", as a complex type definition, wrapped in an Option.

    Returns the "scope", as a complex type definition, wrapped in an Option.

    Definition Classes
    LocalElementDeclarationElementDeclarationOrReference
  81. final def substitutionGroupOption: Option[EName]

    Returns the value of the 'substitutionGroup' attribute as expanded name, if any, wrapped in an Option.

    Returns the value of the 'substitutionGroup' attribute as expanded name, if any, wrapped in an Option.

    Definition Classes
    ElementDeclarationOrReference
  82. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

    Returns the target namespace, if any, wrapped in an Option. The target namespace depends on the target namespace of the schema root element, if any, and on the form and (schema root element) elementFormDefault attributes, if any.

    Definition Classes
    LocalElementDeclarationSchemaComponent
  84. final def text: String

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

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

    Definition Classes
    HasText
  87. final def typeAttributeOption: Option[EName]

    Returns the value of the 'type' attribute as expanded name, if any, wrapped in an Option.

    Returns the value of the 'type' attribute as expanded name, if any, wrapped in an Option.

    Definition Classes
    ElementDeclarationOrReference
  88. 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
  89. final def wait(): Unit

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

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

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

Inherited from Particle

Inherited from ElementDeclaration

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