Class/Object

eu.cdevreeze.tqa.base.dom

XsdSchema

Related Docs: object XsdSchema | package dom

Permalink

final class XsdSchema extends TaxonomyElem with XsdElem with TaxonomyRootElem

The xs:schema root element of a taxonomy schema.

Usage

Content inside a schema (root element) can be queried using the yaidom query API, of course, but this class also offers some own query methods (that are themselves implemented as yaidom queries). For example:

val globalElemDecls = schema.findAllGlobalElementDeclarations

val globalElemDeclTypeENames =
  globalElemDecls.flatMap(_.typeOption).toSet
Linear Supertypes
TaxonomyRootElem, XsdElem, TaxonomyElem, SubtypeAwareElemLike, SubtypeAwareElemApi, ScopedElemLike, ClarkElemLike, HasText, HasEName, IsNavigable, ElemLike, Elem, ScopedElemApi, HasScopeApi, HasQNameApi, Elem, HasChildNodesApi, AnyElemNodeApi, ClarkElemApi, HasTextApi, HasENameApi, IsNavigableApi, ElemApi, AnyElemApi, Elem, AnyTaxonomyElem, CanBeTaxonomyDocumentChild, CanBeDocumentChild, CanBeDocumentChild, CanBeDocumentChild, TaxonomyNode, Node, Node, Node, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. XsdSchema
  2. TaxonomyRootElem
  3. XsdElem
  4. TaxonomyElem
  5. SubtypeAwareElemLike
  6. SubtypeAwareElemApi
  7. ScopedElemLike
  8. ClarkElemLike
  9. HasText
  10. HasEName
  11. IsNavigable
  12. ElemLike
  13. Elem
  14. ScopedElemApi
  15. HasScopeApi
  16. HasQNameApi
  17. Elem
  18. HasChildNodesApi
  19. AnyElemNodeApi
  20. ClarkElemApi
  21. HasTextApi
  22. HasENameApi
  23. IsNavigableApi
  24. ElemApi
  25. AnyElemApi
  26. Elem
  27. AnyTaxonomyElem
  28. CanBeTaxonomyDocumentChild
  29. CanBeDocumentChild
  30. CanBeDocumentChild
  31. CanBeDocumentChild
  32. TaxonomyNode
  33. Node
  34. Node
  35. Node
  36. AnyRef
  37. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type ThisElem = TaxonomyElem

    Permalink
    Definition Classes
    TaxonomyElem → SubtypeAwareElemLike → SubtypeAwareElemApi → ScopedElemLike → ClarkElemLike → IsNavigable → ElemLike → Elem → ScopedElemApi → Elem → HasChildNodesApi → ClarkElemApi → IsNavigableApi → ElemApi → AnyElemApi
  2. type ThisNode = TaxonomyNode

    Permalink
    Definition Classes
    TaxonomyElem → Elem → Elem → AnyElemNodeApi

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: (ThisElem) ⇒ Boolean): IndexedSeq[ThisElem]

    Permalink
    Definition Classes
    ElemLike → ElemApi
  5. final def \@(expandedName: EName): Option[String]

    Permalink
    Definition Classes
    HasEName → HasENameApi
  6. final def \\(p: (ThisElem) ⇒ Boolean): IndexedSeq[ThisElem]

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

    Permalink
    Definition Classes
    ElemLike → ElemApi
  8. final def asInstanceOf[T0]: T0

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

    Permalink
    Definition Classes
    HasEName → HasENameApi
  10. final def attributeAsQName(expandedName: EName): QName

    Permalink
    Definition Classes
    ScopedElemLike → ScopedElemApi
  11. final def attributeAsQNameOption(expandedName: EName): Option[QName]

    Permalink
    Definition Classes
    ScopedElemLike → ScopedElemApi
  12. final def attributeAsResolvedQName(expandedName: EName): EName

    Permalink
    Definition Classes
    ScopedElemLike → ScopedElemApi
  13. final def attributeAsResolvedQNameOption(expandedName: EName): Option[EName]

    Permalink
    Definition Classes
    ScopedElemLike → ScopedElemApi
  14. final def attributeOption(expandedName: EName): Option[String]

    Permalink
    Definition Classes
    HasEName → HasENameApi
  15. final def attributes: IndexedSeq[(QName, String)]

    Permalink
    Definition Classes
    TaxonomyElem → HasQNameApi
  16. val backingElem: Elem

    Permalink
    Definition Classes
    TaxonomyElem
  17. final def baseUri: URI

    Permalink
    Definition Classes
    TaxonomyElem
  18. final def baseUriOption: Option[URI]

    Permalink
    Definition Classes
    TaxonomyElem
  19. val childElems: IndexedSeq[TaxonomyElem]

    Permalink
    Definition Classes
    TaxonomyElem
  20. final def children: IndexedSeq[TaxonomyNode]

    Permalink
    Definition Classes
    TaxonomyElem → HasChildNodesApi
  21. def clone(): AnyRef

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

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

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

    Permalink
    Definition Classes
    TaxonomyElem → AnyRef → Any
  25. def filterAttributeGroupDefinitionOrReferences(p: (AttributeGroupDefinitionOrReference) ⇒ Boolean): IndexedSeq[AttributeGroupDefinitionOrReference]

    Permalink
  26. final def filterChildElems(p: (ThisElem) ⇒ Boolean): IndexedSeq[ThisElem]

    Permalink
    Definition Classes
    ElemLike → ElemApi
  27. final def filterChildElemsOfType[B <: ThisElem](subType: ClassTag[B])(p: (B) ⇒ Boolean): IndexedSeq[B]

    Permalink
    Definition Classes
    SubtypeAwareElemLike → SubtypeAwareElemApi
  28. def filterComplexTypeDefinitions(p: (ComplexTypeDefinition) ⇒ Boolean): IndexedSeq[ComplexTypeDefinition]

    Permalink
  29. final def filterElems(p: (ThisElem) ⇒ Boolean): IndexedSeq[ThisElem]

    Permalink
    Definition Classes
    ElemLike → ElemApi
  30. final def filterElemsOfType[B <: ThisElem](subType: ClassTag[B])(p: (B) ⇒ Boolean): IndexedSeq[B]

    Permalink
    Definition Classes
    SubtypeAwareElemLike → SubtypeAwareElemApi
  31. final def filterElemsOrSelf(p: (ThisElem) ⇒ Boolean): IndexedSeq[ThisElem]

    Permalink
    Definition Classes
    ElemLike → ElemApi
  32. final def filterElemsOrSelfOfType[B <: ThisElem](subType: ClassTag[B])(p: (B) ⇒ Boolean): IndexedSeq[B]

    Permalink
    Definition Classes
    SubtypeAwareElemLike → SubtypeAwareElemApi
  33. def filterGlobalAttributeDeclarations(p: (GlobalAttributeDeclaration) ⇒ Boolean): IndexedSeq[GlobalAttributeDeclaration]

    Permalink
  34. def filterGlobalElementDeclarations(p: (GlobalElementDeclaration) ⇒ Boolean): IndexedSeq[GlobalElementDeclaration]

    Permalink
  35. def filterModelGroupDefinitionOrReferences(p: (ModelGroupDefinitionOrReference) ⇒ Boolean): IndexedSeq[ModelGroupDefinitionOrReference]

    Permalink
  36. def filterNamedTypeDefinitions(p: (NamedTypeDefinition) ⇒ Boolean): IndexedSeq[NamedTypeDefinition]

    Permalink
  37. def filterSimpleTypeDefinitions(p: (SimpleTypeDefinition) ⇒ Boolean): IndexedSeq[SimpleTypeDefinition]

    Permalink
  38. def finalize(): Unit

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

    Permalink

    Returns all child elements, and returns them extremely fast.

    Returns all child elements, and returns them extremely fast. This is important for fast querying, at the expense of more expensive recursive creation.

    Definition Classes
    TaxonomyElem → ElemLike → ElemApi
  40. final def findAllChildElemsOfType[B <: ThisElem](subType: ClassTag[B]): IndexedSeq[B]

    Permalink
    Definition Classes
    SubtypeAwareElemLike → SubtypeAwareElemApi
  41. final def findAllChildElemsWithPathEntries: IndexedSeq[(ThisElem, Entry)]

    Permalink
    Definition Classes
    ClarkElemLike → IsNavigable → IsNavigableApi
  42. def findAllComplexTypeDefinitions: IndexedSeq[ComplexTypeDefinition]

    Permalink
  43. final def findAllElems: IndexedSeq[ThisElem]

    Permalink
    Definition Classes
    ElemLike → ElemApi
  44. final def findAllElemsOfType[B <: ThisElem](subType: ClassTag[B]): IndexedSeq[B]

    Permalink
    Definition Classes
    SubtypeAwareElemLike → SubtypeAwareElemApi
  45. final def findAllElemsOrSelf: IndexedSeq[ThisElem]

    Permalink
    Definition Classes
    ElemLike → ElemApi
  46. final def findAllElemsOrSelfOfType[B <: ThisElem](subType: ClassTag[B]): IndexedSeq[B]

    Permalink
    Definition Classes
    SubtypeAwareElemLike → SubtypeAwareElemApi
  47. def findAllGlobalAttributeDeclarations: IndexedSeq[GlobalAttributeDeclaration]

    Permalink
  48. def findAllGlobalElementDeclarations: IndexedSeq[GlobalElementDeclaration]

    Permalink
  49. def findAllImports: IndexedSeq[Import]

    Permalink
  50. def findAllNamedTypeDefinitions: IndexedSeq[NamedTypeDefinition]

    Permalink
  51. def findAllSimpleTypeDefinitions: IndexedSeq[SimpleTypeDefinition]

    Permalink
  52. final def findAttributeByLocalName(localName: String): Option[String]

    Permalink
    Definition Classes
    HasEName → HasENameApi
  53. final def findChildElem(p: (ThisElem) ⇒ Boolean): Option[ThisElem]

    Permalink
    Definition Classes
    ElemLike → ElemApi
  54. final def findChildElemByPathEntry(entry: Entry): Option[ThisElem]

    Permalink
    Definition Classes
    ClarkElemLike → IsNavigable → IsNavigableApi
  55. final def findChildElemOfType[B <: ThisElem](subType: ClassTag[B])(p: (B) ⇒ Boolean): Option[B]

    Permalink
    Definition Classes
    SubtypeAwareElemLike → SubtypeAwareElemApi
  56. final def findElem(p: (ThisElem) ⇒ Boolean): Option[ThisElem]

    Permalink
    Definition Classes
    ElemLike → ElemApi
  57. final def findElemOfType[B <: ThisElem](subType: ClassTag[B])(p: (B) ⇒ Boolean): Option[B]

    Permalink
    Definition Classes
    SubtypeAwareElemLike → SubtypeAwareElemApi
  58. final def findElemOrSelf(p: (ThisElem) ⇒ Boolean): Option[ThisElem]

    Permalink
    Definition Classes
    ElemLike → ElemApi
  59. final def findElemOrSelfByPath(path: Path): Option[ThisElem]

    Permalink
    Definition Classes
    IsNavigable → IsNavigableApi
  60. final def findElemOrSelfOfType[B <: ThisElem](subType: ClassTag[B])(p: (B) ⇒ Boolean): Option[B]

    Permalink
    Definition Classes
    SubtypeAwareElemLike → SubtypeAwareElemApi
  61. final def findReverseAncestryOrSelfByPath(path: Path): Option[IndexedSeq[ThisElem]]

    Permalink
    Definition Classes
    IsNavigable → IsNavigableApi
  62. final def findTopmostElems(p: (ThisElem) ⇒ Boolean): IndexedSeq[ThisElem]

    Permalink
    Definition Classes
    ElemLike → ElemApi
  63. final def findTopmostElemsOfType[B <: ThisElem](subType: ClassTag[B])(p: (B) ⇒ Boolean): IndexedSeq[B]

    Permalink
    Definition Classes
    SubtypeAwareElemLike → SubtypeAwareElemApi
  64. final def findTopmostElemsOrSelf(p: (ThisElem) ⇒ Boolean): IndexedSeq[ThisElem]

    Permalink
    Definition Classes
    ElemLike → ElemApi
  65. final def findTopmostElemsOrSelfOfType[B <: ThisElem](subType: ClassTag[B])(p: (B) ⇒ Boolean): IndexedSeq[B]

    Permalink
    Definition Classes
    SubtypeAwareElemLike → SubtypeAwareElemApi
  66. final def getChildElem(p: (ThisElem) ⇒ Boolean): ThisElem

    Permalink
    Definition Classes
    ElemLike → ElemApi
  67. final def getChildElemByPathEntry(entry: Entry): ThisElem

    Permalink
    Definition Classes
    IsNavigable → IsNavigableApi
  68. final def getChildElemOfType[B <: ThisElem](subType: ClassTag[B])(p: (B) ⇒ Boolean): B

    Permalink
    Definition Classes
    SubtypeAwareElemLike → SubtypeAwareElemApi
  69. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  70. final def getElemOrSelfByPath(path: Path): ThisElem

    Permalink
    Definition Classes
    IsNavigable → IsNavigableApi
  71. final def getReverseAncestryOrSelfByPath(path: Path): IndexedSeq[ThisElem]

    Permalink
    Definition Classes
    IsNavigable → IsNavigableApi
  72. final def hashCode(): Int

    Permalink
    Definition Classes
    TaxonomyElem → AnyRef → Any
  73. final def idOption: Option[String]

    Permalink
    Definition Classes
    TaxonomyElem
  74. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  75. final def key: XmlFragmentKey

    Permalink
    Definition Classes
    TaxonomyElemAnyTaxonomyElem
  76. final def localName: String

    Permalink
    Definition Classes
    HasEName → HasENameApi
  77. final def msg(s: String): String

    Permalink
    Attributes
    protected
    Definition Classes
    TaxonomyElem
  78. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  79. final def normalizedText: String

    Permalink
    Definition Classes
    HasText → HasTextApi
  80. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  82. final def qname: QName

    Permalink
    Definition Classes
    TaxonomyElem → HasQNameApi
  83. final def resolvedAttributes: IndexedSeq[(EName, String)]

    Permalink
    Definition Classes
    TaxonomyElem → HasENameApi
  84. final def resolvedName: EName

    Permalink
    Definition Classes
    TaxonomyElem → HasENameApi
  85. final def schemaTargetNamespaceOption: Option[String]

    Permalink

    Returns the optional target namespace of the surrounding schema root element (or self), ignoring the possibility that this is an included chameleon schema.

    Returns the optional target namespace of the surrounding schema root element (or self), ignoring the possibility that this is an included chameleon schema.

    Definition Classes
    XsdElem
  86. final def scope: Scope

    Permalink
    Definition Classes
    TaxonomyElem → HasScopeApi
  87. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  88. def targetNamespaceOption: Option[String]

    Permalink

    Returns the optional target namespace of this schema root element itself, ignoring the possibility that this is an included chameleon schema.

  89. final def text: String

    Permalink
    Definition Classes
    TaxonomyElem → HasTextApi
  90. final def textAsQName: QName

    Permalink
    Definition Classes
    ScopedElemLike → ScopedElemApi
  91. final def textAsResolvedQName: EName

    Permalink
    Definition Classes
    ScopedElemLike → ScopedElemApi
  92. final def thisElem: ThisElem

    Permalink
    Definition Classes
    TaxonomyElem → AnyElemApi
  93. def toString(): String

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

    Permalink
    Definition Classes
    HasText → HasTextApi
  95. final def wait(): Unit

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

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

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

Inherited from TaxonomyRootElem

Inherited from XsdElem

Inherited from TaxonomyElem

Inherited from SubtypeAwareElemLike

Inherited from SubtypeAwareElemApi

Inherited from ScopedElemLike

Inherited from ClarkElemLike

Inherited from HasText

Inherited from HasEName

Inherited from IsNavigable

Inherited from ElemLike

Inherited from Elem

Inherited from ScopedElemApi

Inherited from HasScopeApi

Inherited from HasQNameApi

Inherited from Elem

Inherited from HasChildNodesApi

Inherited from AnyElemNodeApi

Inherited from ClarkElemApi

Inherited from HasTextApi

Inherited from HasENameApi

Inherited from IsNavigableApi

Inherited from ElemApi

Inherited from AnyElemApi

Inherited from Elem

Inherited from AnyTaxonomyElem

Inherited from CanBeDocumentChild

Inherited from CanBeDocumentChild

Inherited from CanBeDocumentChild

Inherited from TaxonomyNode

Inherited from Node

Inherited from Node

Inherited from Node

Inherited from AnyRef

Inherited from Any

Ungrouped