Class

org.apache.daffodil.dsom

ModelGroup

Related Doc: package dsom

Permalink

abstract class ModelGroup extends Term with ModelGroupGrammarMixin with OverlapCheckMixin with NestingLexicalMixin

Base class for all model groups, which are term containers.

There are ultimately 4 concrete classes that implement this: Sequence, Choice, SequenceGroupRef, and ChoiceGroupRef

Linear Supertypes
NestingLexicalMixin, ModelGroupGrammarMixin, ModelGroupRuntime1Mixin, GroupCommonAGMixin, HasStatementsGrammarMixin, Term, EscapeSchemeRefMixin, TermEncodingMixin, KnownEncodingMixin, InitiatedTerminatedMixin, DelimitedRuntimeValuedPropertiesMixin, RawDelimitedRuntimeValuedPropertiesMixin, TermGrammarMixin, TermRuntime1Mixin, BitOrderMixin, ByteOrderAnalysisMixin, AlignedMixin, GrammarMixin, TermRuntimeValuedPropertiesMixin, RawCommonRuntimeValuedPropertiesMixin, ChoiceAGMixin, ChoiceLengthKindMixin, PropertyReferencedElementInfosMixin, DFDLBaseTypeMixin, MarkupAGMixin, AlignmentAGMixin, AlignmentUnitsMixin, CommonAGMixin, EncodingErrorPolicyMixin, UTF16WidthMixin, ParseUnparsePolicyMixin, BitOrderMixin, BaseAGMixin, DFDLTypeMixin, PropertyMixin, ResolvesDFDLStatementMixin, ProvidesDFDLStatementMixin, HasTermCheck, ResolvesScopedProperties, FindPropertyMixin, AnnotatedSchemaComponent, OverlapCheckMixin, AnnotatedMixin, SchemaComponent, PropTypes, SchemaFileLocatableImpl, SchemaFileLocatable, HasSchemaFileLocation, LookupLocation, LocationInSchemaFile, SchemaComponentIncludesAndImportsMixin, CommonContextMixin, NestingMixin, GetAttributesMixin, BasicComponent, ImplementsThrowsOrSavesSDE, SavesErrorsAndWarnings, ImplementsThrowsSDE, ResolvesQNames, ThrowsSDE, HasTunable, OOLAGHost, NamedMixinBase, WithDiagnostics, Logging, Identity, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ModelGroup
  2. NestingLexicalMixin
  3. ModelGroupGrammarMixin
  4. ModelGroupRuntime1Mixin
  5. GroupCommonAGMixin
  6. HasStatementsGrammarMixin
  7. Term
  8. EscapeSchemeRefMixin
  9. TermEncodingMixin
  10. KnownEncodingMixin
  11. InitiatedTerminatedMixin
  12. DelimitedRuntimeValuedPropertiesMixin
  13. RawDelimitedRuntimeValuedPropertiesMixin
  14. TermGrammarMixin
  15. TermRuntime1Mixin
  16. BitOrderMixin
  17. ByteOrderAnalysisMixin
  18. AlignedMixin
  19. GrammarMixin
  20. TermRuntimeValuedPropertiesMixin
  21. RawCommonRuntimeValuedPropertiesMixin
  22. ChoiceAGMixin
  23. ChoiceLengthKindMixin
  24. PropertyReferencedElementInfosMixin
  25. DFDLBaseTypeMixin
  26. MarkupAGMixin
  27. AlignmentAGMixin
  28. AlignmentUnitsMixin
  29. CommonAGMixin
  30. EncodingErrorPolicyMixin
  31. UTF16WidthMixin
  32. ParseUnparsePolicyMixin
  33. BitOrderMixin
  34. BaseAGMixin
  35. DFDLTypeMixin
  36. PropertyMixin
  37. ResolvesDFDLStatementMixin
  38. ProvidesDFDLStatementMixin
  39. HasTermCheck
  40. ResolvesScopedProperties
  41. FindPropertyMixin
  42. AnnotatedSchemaComponent
  43. OverlapCheckMixin
  44. AnnotatedMixin
  45. SchemaComponent
  46. PropTypes
  47. SchemaFileLocatableImpl
  48. SchemaFileLocatable
  49. HasSchemaFileLocation
  50. LookupLocation
  51. LocationInSchemaFile
  52. SchemaComponentIncludesAndImportsMixin
  53. CommonContextMixin
  54. NestingMixin
  55. GetAttributesMixin
  56. BasicComponent
  57. ImplementsThrowsOrSavesSDE
  58. SavesErrorsAndWarnings
  59. ImplementsThrowsSDE
  60. ResolvesQNames
  61. ThrowsSDE
  62. HasTunable
  63. OOLAGHost
  64. NamedMixinBase
  65. WithDiagnostics
  66. Logging
  67. Identity
  68. AnyRef
  69. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ModelGroup(index: Int)

    Permalink

Type Members

  1. final type F = (ContentValueReferencedElementInfoMixin) ⇒ Set[DPathElementCompileInfo]

    Permalink
    Attributes
    protected
    Definition Classes
    PropertyReferencedElementInfosMixin
  2. type PropItem = (String, (String, LookupLocation))

    Permalink
    Definition Classes
    PropTypes
  3. type PropMap = Map[String, (String, LookupLocation)]

    Permalink
    Definition Classes
    PropTypes

Abstract Value Members

  1. abstract def annotationFactory(node: Node): Option[DFDLAnnotation]

    Permalink

    Anything annotated must be able to construct the appropriate DFDLAnnotation object from the xml.

    Anything annotated must be able to construct the appropriate DFDLAnnotation object from the xml.

    Attributes
    protected
    Definition Classes
    AnnotatedMixin
  2. abstract def emptyFormatFactory: DFDLFormatAnnotation

    Permalink

    Here we establish an invariant which is that every annotatable schema component has, definitely, has an annotation object.

    Here we establish an invariant which is that every annotatable schema component has, definitely, has an annotation object. It may have no properties on it, but it will be there. Hence, we can delegate various property-related attribute calculations to it.

    To realize this, every concrete class must implement (or inherit) an implementation of emptyFormatFactory, which constructs an empty format annotation, and isMyFormatAnnotation which tests if an annotation is the corresponding kind.

    Given that, formatAnnotation then either finds the right annotation, or constructs one, but our invariant is imposed. There *is* a formatAnnotation.

    Attributes
    protected
    Definition Classes
    AnnotatedMixin
  3. abstract def groupContent: Gram

    Permalink
    Attributes
    protected
    Definition Classes
    ModelGroupGrammarMixin
  4. abstract def groupMembers: Seq[Term]

    Permalink
  5. abstract def hasKnownRequiredSyntax: Boolean

    Permalink

    True if the term has some syntax itself or recursively within itself that must appear in the data stream.

    True if the term has some syntax itself or recursively within itself that must appear in the data stream.

    False only if the term has possibly no representation whatsoever in the data stream.

    Definition Classes
    Term
  6. abstract def isMyFormatAnnotation(a: DFDLAnnotation): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    AnnotatedMixin
  7. abstract def modelGroupRuntimeData: ModelGroupRuntimeData

    Permalink
    Definition Classes
    ModelGroupRuntime1Mixin
  8. abstract def optLexicalParent: Option[SchemaComponent]

    Permalink
    Definition Classes
    SchemaFileLocatableImpl
  9. abstract def optReferredToComponent: Option[AnnotatedSchemaComponent]

    Permalink
    Attributes
    protected
    Definition Classes
    AnnotatedSchemaComponent
  10. abstract def position: Int

    Permalink
    Definition Classes
    Term
  11. abstract def xml: Node

    Permalink
    Definition Classes
    SchemaComponentSchemaFileLocatableImplCommonContextMixin → GetAttributesMixin
  12. abstract def xmlChildren: Seq[Node]

    Permalink

Concrete 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 LV[T](sym: Symbol)(body: ⇒ T): OOLAGValue[T]

    Permalink
    Attributes
    protected
    Definition Classes
    OOLAGHost
  5. val NYI: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    GrammarMixin
  6. def NoAnnotationContext: Option[SchemaFileLocation]

    Permalink
    Definition Classes
    ImplementsThrowsSDE
  7. def SDE(id: String, args: Any*): Nothing

    Permalink
    Definition Classes
    ImplementsThrowsSDE → ThrowsSDE
  8. final def SDE(th: Throwable): Nothing

    Permalink
    Definition Classes
    ThrowsSDE
  9. def SDEButContinue(id: String, args: Any*): Unit

    Permalink
    Definition Classes
    ImplementsThrowsOrSavesSDE → SavesErrorsAndWarnings
  10. def SDW(warnID: WarnID, fmt: String, args: Any*): Unit

    Permalink
    Definition Classes
    ImplementsThrowsOrSavesSDE → SavesErrorsAndWarnings
  11. def ThrowSDE: PartialFunction[Throwable, Nothing]

    Permalink
    Definition Classes
    ThrowsSDE
  12. final def alignment: AnyRef

    Permalink
    Definition Classes
    AlignmentAGMixin
  13. def alignmentAGInit(): Unit

    Permalink
    Definition Classes
    AlignmentAGMixin
  14. final def alignmentUnits: AlignmentUnits

    Permalink
    Definition Classes
    AlignmentUnitsMixin
  15. final def alignmentUnitsInit(): Unit

    Permalink
    Definition Classes
    AlignmentUnitsMixin
  16. final def alignmentUnitsToString(): String

    Permalink
    Definition Classes
    AlignmentUnitsMixin
  17. final def alignmentUnits_location: LookupLocation

    Permalink
    Definition Classes
    AlignmentUnitsMixin
  18. lazy val alignmentValueInBits: Integer

    Permalink

    An integer which is the alignment of this term.

    An integer which is the alignment of this term. This takes into account the representation, type, charset encoding and alignment-related properties.

    Definition Classes
    ModelGroupTerm
  19. final def alignment_location: LookupLocation

    Permalink
    Definition Classes
    AlignmentAGMixin
  20. final lazy val allSiblings: Seq[Term]

    Permalink
    Definition Classes
    Term
  21. final def annotationFactoryForDFDLStatement(node: Node, self: AnnotatedSchemaComponent): Option[DFDLAnnotation]

    Permalink
    Definition Classes
    ProvidesDFDLStatementMixin
  22. final lazy val annotationObjs: Seq[DFDLAnnotation]

    Permalink

    The DFDL annotations on the component, as objects that are subtypes of DFDLAnnotation.

    The DFDL annotations on the component, as objects that are subtypes of DFDLAnnotation.

    Definition Classes
    AnnotatedMixin
  23. final def areLogging(lvl: Type): Boolean

    Permalink
    Definition Classes
    Logging
  24. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  25. final lazy val assertStatements: Seq[DFDLAssert]

    Permalink
    Definition Classes
    ProvidesDFDLStatementMixin
  26. final def assuming(pred: Boolean): Unit

    Permalink
    Definition Classes
    OOLAGHost
  27. def baseAGInit(): Unit

    Permalink
    Definition Classes
    BaseAGMixin
  28. final def bitOrder: BitOrder

    Permalink
    Definition Classes
    BitOrderMixin
  29. final def bitOrderInit(): Unit

    Permalink
    Definition Classes
    BitOrderMixin
  30. final def bitOrderToString(): String

    Permalink
    Definition Classes
    BitOrderMixin
  31. final def bitOrder_location: LookupLocation

    Permalink
    Definition Classes
    BitOrderMixin
  32. final lazy val byteOrderRaw: Found

    Permalink
    Attributes
    protected
    Definition Classes
    RawCommonRuntimeValuedPropertiesMixin
  33. def calcContentParserReferencedElementInfos: Set[DPathElementCompileInfo]

    Permalink
    Attributes
    protected
    Definition Classes
    PropertyReferencedElementInfosMixin
  34. def calcContentUnparserReferencedElementInfos: Set[DPathElementCompileInfo]

    Permalink
    Attributes
    protected
    Definition Classes
    PropertyReferencedElementInfosMixin
  35. def calcValueParserReferencedElementInfos: Set[DPathElementCompileInfo]

    Permalink
    Attributes
    protected
    Definition Classes
    PropertyReferencedElementInfosMixin
  36. def calcValueUnparserReferencedElementInfos: Set[DPathElementCompileInfo]

    Permalink
    Attributes
    protected
    Definition Classes
    PropertyReferencedElementInfosMixin
  37. final lazy val charsetEv: CharsetEv

    Permalink
  38. def check(term: Term): Unit

    Permalink

    Override to perform necessary checks that require information about the concrete Term.

    Override to perform necessary checks that require information about the concrete Term.

    This avoids the need for the checking code to have a backpointer to the Term.

    Attributes
    protected
    Definition Classes
    HasTermCheck
  39. final def checkErrors: Unit

    Permalink
    Definition Classes
    OOLAGHost
  40. final def checkNonOverlap(providers: Seq[ChainPropProvider]): Unit

    Permalink

    check for overlap.

    check for overlap.

    Attributes
    protected
    Definition Classes
    OverlapCheckMixin
  41. final def checkTerm(term: Term): Unit

    Permalink

    Perform checking of an object against the supplied Term arg.

    Perform checking of an object against the supplied Term arg.

    Definition Classes
    HasTermCheck
  42. final lazy val checkUnusedProperties: Unit

    Permalink

    Used to recursively go through Terms and look for DFDL properties that have not been accessed and record it as a warning.

    Used to recursively go through Terms and look for DFDL properties that have not been accessed and record it as a warning. This function uses the property cache state to determine which properties have been access, so this function must only be called after all property accesses are complete (e.g. schema compilation has finished) to ensure there are no false positives.

    Definition Classes
    Term
  43. lazy val childrenInHiddenGroupNotDefaultableOrOVC: Seq[ElementBase]

    Permalink
    Definition Classes
    Term
  44. def choiceAGInit(): Unit

    Permalink
    Definition Classes
    ChoiceAGMixin
  45. final def choiceBranchKey: String

    Permalink
    Definition Classes
    CommonAGMixin
  46. final def choiceBranchKeyKind: ChoiceKeyKindType

    Permalink
    Definition Classes
    ChoiceAGMixin
  47. final def choiceBranchKeyKind_location: LookupLocation

    Permalink
    Definition Classes
    ChoiceAGMixin
  48. final def choiceBranchKeyRanges: String

    Permalink
    Definition Classes
    CommonAGMixin
  49. final def choiceBranchKeyRanges_location: LookupLocation

    Permalink
    Definition Classes
    CommonAGMixin
  50. final def choiceBranchKey_location: LookupLocation

    Permalink
    Definition Classes
    CommonAGMixin
  51. final lazy val choiceChildren: Seq[ChoiceTermBase]

    Permalink
  52. final def choiceDispatchKeyKind: ChoiceKeyKindType

    Permalink
    Definition Classes
    ChoiceAGMixin
  53. final def choiceDispatchKeyKind_location: LookupLocation

    Permalink
    Definition Classes
    ChoiceAGMixin
  54. final def choiceLength: Int

    Permalink
    Definition Classes
    ChoiceAGMixin
  55. final def choiceLengthKind: ChoiceLengthKind

    Permalink
    Definition Classes
    ChoiceLengthKindMixin
  56. final def choiceLengthKindInit(): Unit

    Permalink
    Definition Classes
    ChoiceLengthKindMixin
  57. final def choiceLengthKindToString(): String

    Permalink
    Definition Classes
    ChoiceLengthKindMixin
  58. final def choiceLengthKind_location: LookupLocation

    Permalink
    Definition Classes
    ChoiceLengthKindMixin
  59. final lazy val choiceLengthRaw: Found

    Permalink
    Attributes
    protected
    Definition Classes
    RawDelimitedRuntimeValuedPropertiesMixin
  60. final def choiceLength_location: LookupLocation

    Permalink
    Definition Classes
    ChoiceAGMixin
  61. final def ci: DPathCompileInfo

    Permalink

    Abbreviation.

    Abbreviation. We use this very often.

    Definition Classes
    SchemaComponent
  62. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  63. final lazy val columnAttribute: Option[String]

    Permalink
    Definition Classes
    SchemaFileLocatableImpl → SchemaFileLocatable
  64. lazy val columnDescription: String

    Permalink
    Definition Classes
    SchemaFileLocatable → HasSchemaFileLocation → LocationInSchemaFile
  65. lazy val columnNumber: Option[String]

    Permalink
    Definition Classes
    SchemaFileLocatable
  66. def commonAGInit(): Unit

    Permalink
    Definition Classes
    CommonAGMixin
  67. final lazy val contentLengthParserReferencedElementInfos: Set[DPathElementCompileInfo]

    Permalink

    Set of elements referenced from an expression in the scope of this term.

    Set of elements referenced from an expression in the scope of this term.

    Specific to certain function call contexts e.g., only elements referenced by dfdl:valueLength or dfdl:contentLength.

    Separated by parser/unparser since parsers have to derive from dfdl:inputValueCalc, and must include discriminators and assert test expressions. Unparsers must derive from dfdl:outputValueCalc and exclude discriminators and asserts. Both must include setVariable/newVariableInstance, and property expressions are nearly the same. There are some unparser-specfic properties that take runtime-valued expressions - dfdl:outputNewLine is one example.

    Definition Classes
    TermRuntime1Mixin
  68. final lazy val contentLengthUnparserReferencedElementInfos: Set[DPathElementCompileInfo]

    Permalink

    Any element referenced from an expression in the scope of this term is in this set.

    Any element referenced from an expression in the scope of this term is in this set.

    Definition Classes
    TermRuntime1Mixin
  69. lazy val contentStartAlignment: AlignmentMultipleOf

    Permalink
    Attributes
    protected
    Definition Classes
    AlignedMixin
  70. def convertToBoolean(pv: String): Boolean

    Permalink
    Definition Classes
    PropertyMixin
  71. def convertToDouble(pv: String): Double

    Permalink
    Definition Classes
    PropertyMixin
  72. def convertToFloat(pv: String): Float

    Permalink
    Definition Classes
    PropertyMixin
  73. def convertToInt(pv: String): Int

    Permalink
    Definition Classes
    PropertyMixin
  74. def convertToNCName(pv: String): String

    Permalink
    Definition Classes
    PropertyMixin
  75. def convertToQName(pv: String, pl: LookupLocation): RefQName

    Permalink
    Definition Classes
    PropertyMixin
  76. def convertToString(pv: String): String

    Permalink
    Definition Classes
    PropertyMixin
  77. final def couldBeLastElementInModelGroup: Boolean

    Permalink

    Always false as model groups can't be elements.

    Always false as model groups can't be elements.

    Attributes
    protected
    Definition Classes
    ModelGroupTerm
  78. final lazy val couldBePotentiallyTrailing: Boolean

    Permalink
    Definition Classes
    Term
  79. final lazy val couldBeVariableWidthEncoding: Boolean

    Permalink
    Definition Classes
    KnownEncodingMixin
  80. final lazy val couldHaveSuspensions: Boolean

    Permalink

    For streaming unparser, determines if this Term could have suspensions associated with it.

    For streaming unparser, determines if this Term could have suspensions associated with it.

    Attributes
    protected
    Definition Classes
    TermRuntime1Mixin
  81. lazy val couldHaveText: Boolean

    Permalink

    True if this term is known to have some text aspect.

    True if this term is known to have some text aspect. This can be the value, or it can be delimiters.

    False only if this term cannot ever have text in it. Example: a sequence with no delimiters. Example: a binary int with no delimiters.

    Note: this is not recursive - it does not roll-up from children terms. TODO: it does have to deal with the prefix length situation. The type of the prefix may be textual.

    Override in element base to take simple type or prefix length situations into account

    Definition Classes
    Term
  82. final def creis(rei: ContentValueReferencedElementInfoMixin): Set[DPathElementCompileInfo]

    Permalink
    Attributes
    protected
    Definition Classes
    ResolvesDFDLStatementMixin
  83. final var currentOVList: Seq[OOLAGValueBase]

    Permalink
    Definition Classes
    OOLAGHost
  84. def dFDLBaseTypeInit(): Unit

    Permalink
    Definition Classes
    DFDLBaseTypeMixin
  85. def dFDLTypeInit(): Unit

    Permalink
    Definition Classes
    DFDLTypeMixin
  86. def dafAttributes(n: Node): MetaData

    Permalink
    Definition Classes
    GetAttributesMixin
  87. final lazy val defaultBitOrder: BitOrder

    Permalink
    Definition Classes
    BitOrderMixin
  88. final lazy val defaultEncodingErrorPolicy: EncodingErrorPolicy

    Permalink
    Attributes
    protected
    Definition Classes
    TermEncodingMixin
  89. final lazy val defaultFormatChain: ChainPropProvider

    Permalink
    Attributes
    protected
    Definition Classes
    AnnotatedSchemaComponent
  90. final lazy val defaultPropertySources: Seq[ChainPropProvider]

    Permalink
    Attributes
    protected
    Definition Classes
    AnnotatedSchemaComponent
  91. final lazy val delimMTA: Gram

    Permalink

    Mandatory text alignment for delimiters

    Mandatory text alignment for delimiters

    Attributes
    protected
    Definition Classes
    TermGrammarMixin
  92. lazy val dfdlAppInfos: NodeSeq

    Permalink
    Definition Classes
    AnnotatedMixin
  93. def dfdlAttributes(n: Node): MetaData

    Permalink
    Definition Classes
    GetAttributesMixin
  94. final lazy val dfdlScopeBegin: Gram

    Permalink
    Attributes
    protected
    Definition Classes
    TermGrammarMixin
  95. final lazy val dfdlScopeEnd: Gram

    Permalink
    Attributes
    protected
    Definition Classes
    TermGrammarMixin
  96. final lazy val dfdlStatementEvaluations: Gram

    Permalink
    Definition Classes
    HasStatementsGrammarMixin
  97. def dfdlxAttributes(n: Node): MetaData

    Permalink
    Definition Classes
    GetAttributesMixin
  98. lazy val diagnosticDebugName: String

    Permalink
    Definition Classes
    ModelGroup → SchemaFileLocatable → NamedMixinBase
  99. def diagnostics: Seq[Diagnostic]

    Permalink
    Definition Classes
    OOLAGHost
  100. final lazy val discriminatorStatements: Seq[DFDLDiscriminator]

    Permalink
    Definition Classes
    ProvidesDFDLStatementMixin
  101. def doLogging(lvl: Type, msg: String, args: Seq[Any]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  102. lazy val dpathCompileInfo: DPathCompileInfo

    Permalink
    Definition Classes
    SchemaComponent
  103. final lazy val elementChildren: Seq[ElementBase]

    Permalink
    Definition Classes
    ModelGroupTerm
  104. lazy val elementSpecifiedLengthApprox: LengthApprox

    Permalink
    Attributes
    protected
    Definition Classes
    AlignedMixin
  105. val emptyPropMap: PropMap

    Permalink
    Definition Classes
    PropTypes
  106. final lazy val enclosingComponent: Option[SchemaComponent]

    Permalink

    The enclosing component, and follows back-references from types to their elements, from globalElementDef to elementRefs, from simpleType defs to derived simpletype defs, from global group defs to group refs

    The enclosing component, and follows back-references from types to their elements, from globalElementDef to elementRefs, from simpleType defs to derived simpletype defs, from global group defs to group refs

    Note: the enclosing component of a global element or global group referenced from a element ref or group ref, is NOT the ref object, but the component that contains the ref object

    Definition Classes
    NestingMixin
  107. lazy val enclosingComponentDef: Option[SchemaComponent]

    Permalink

    Define this for schema components that have back-references to ref objects.

    Define this for schema components that have back-references to ref objects. So group def to group ref, globalelementdecl to element ref, type to element, base type to derived type.

    Not for format annotations however. We don't backpoint those to other format annotations that ref them.

    Attributes
    protected
    Definition Classes
    NestingLexicalMixinNestingMixin
  108. final lazy val enclosingComponentDefs: Seq[EnclosingComponentDef]

    Permalink
    Attributes
    protected
    Definition Classes
    NestingLexicalMixinNestingMixin
  109. final lazy val enclosingComponents: Seq[EnclosingComponentDef]

    Permalink
    Definition Classes
    NestingMixin
  110. final lazy val enclosingElement: Option[ElementBase]

    Permalink

    All schema components except the root have an enclosing element.

    All schema components except the root have an enclosing element.

    Definition Classes
    SchemaComponent
  111. final lazy val enclosingElements: Seq[ElementBase]

    Permalink

    Elements that enclose this.

    Elements that enclose this.

    If this is already an element, this still walks outward to find the next tier out.

    Definition Classes
    SchemaComponent
  112. final lazy val enclosingTerm: Option[Term]

    Permalink
    Definition Classes
    SchemaComponent
  113. final lazy val enclosingTerms: Seq[Term]

    Permalink

    The terms that can enclose this.

    The terms that can enclose this.

    Even if this is already a term, this walks outward to find those enclosing this.

    Definition Classes
    SchemaComponent
  114. final def encodingErrorPolicy: EncodingErrorPolicy

    Permalink
    Definition Classes
    EncodingErrorPolicyMixin
  115. final def encodingErrorPolicyInit(): Unit

    Permalink
    Definition Classes
    EncodingErrorPolicyMixin
  116. final def encodingErrorPolicyToString(): String

    Permalink
    Definition Classes
    EncodingErrorPolicyMixin
  117. final def encodingErrorPolicy_location: LookupLocation

    Permalink
    Definition Classes
    EncodingErrorPolicyMixin
  118. final lazy val encodingEv: EncodingEv

    Permalink
  119. lazy val encodingInfo: EncodingRuntimeData

    Permalink
    Definition Classes
    TermEncodingMixin
  120. final def encodingMinimumCodePointWidthInBits(cs: BitsCharset): Int

    Permalink
    Definition Classes
    KnownEncodingMixin
  121. final lazy val encodingRaw: Found

    Permalink
    Attributes
    protected
    Definition Classes
    RawCommonRuntimeValuedPropertiesMixin
  122. lazy val endingAlignmentApprox: AlignmentMultipleOf

    Permalink
    Attributes
    protected
    Definition Classes
    AlignedMixin
  123. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  124. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  125. def error(th: Diagnostic): Unit

    Permalink
    Definition Classes
    OOLAGHost
  126. final def errors: Seq[Diagnostic]

    Permalink
    Definition Classes
    OOLAGHost
  127. final lazy val es: SequenceTermBase

    Permalink

    public for unit testing use.

    public for unit testing use.

    Definition Classes
    TermGrammarMixin
  128. final lazy val fileAttribute: Option[String]

    Permalink
    Definition Classes
    SchemaFileLocatableImpl → SchemaFileLocatable
  129. lazy val fileDescription: String

    Permalink
    Definition Classes
    SchemaFileLocatable → HasSchemaFileLocation → LocationInSchemaFile
  130. final def fillByte: String

    Permalink
    Definition Classes
    AlignmentAGMixin
  131. final lazy val fillByteRaw: Found

    Permalink
    Attributes
    protected
    Definition Classes
    RawCommonRuntimeValuedPropertiesMixin
  132. final def fillByte_location: LookupLocation

    Permalink
    Definition Classes
    AlignmentAGMixin
  133. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  134. final def findProperty(pname: String): Found

    Permalink
    Definition Classes
    FindPropertyMixin
  135. def findPropertyOption(pname: String): PropertyLookupResult

    Permalink
    Definition Classes
    FindPropertyMixin
  136. final lazy val formatAnnotation: DFDLFormatAnnotation

    Permalink
    Definition Classes
    AnnotatedMixin
  137. final lazy val formatAnnotationExpectedName: String

    Permalink
    Definition Classes
    AnnotatedMixin
  138. def getAttributeOption(ns: NS, name: String): Option[String]

    Permalink
    Definition Classes
    GetAttributesMixin
  139. def getAttributeOption(name: String): Option[String]

    Permalink
    Definition Classes
    GetAttributesMixin
  140. def getAttributeRequired(name: String): String

    Permalink
    Definition Classes
    GetAttributesMixin
  141. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  142. def getDiagnostics: Seq[Diagnostic]

    Permalink
    Definition Classes
    OOLAGHost → WithDiagnostics
  143. def getLogWriter(): LogWriter

    Permalink
    Definition Classes
    Logging
  144. final def getLoggingLevel(): Type

    Permalink
    Definition Classes
    Logging
  145. final def getProperty(pname: String): String

    Permalink
    Definition Classes
    FindPropertyMixin
  146. final def getPropertyOption(pname: String): Option[String]

    Permalink
    Definition Classes
    FindPropertyMixin
  147. final def grammarContext: Term

    Permalink

    For unit testing, we want to create GrammarMixin objects that are not schema components.

    For unit testing, we want to create GrammarMixin objects that are not schema components. So we can't use a self-type here. Instead we define this abstract grammarContext.

    Attributes
    protected
    Definition Classes
    TermGrammarMixinGrammarMixin
  148. def groupCommonAGInit(): Unit

    Permalink
    Definition Classes
    GroupCommonAGMixin
  149. lazy val groupMembersRuntimeData: Seq[TermRuntimeData]

    Permalink
    Attributes
    protected
    Definition Classes
    ModelGroupRuntime1Mixin
  150. final lazy val groupRefChildren: Seq[Term with GroupRef]

    Permalink
  151. lazy val hasDelimiters: Boolean

    Permalink

    True if this term has initiator, terminator, or separator that are either statically present, or there is an expression.

    True if this term has initiator, terminator, or separator that are either statically present, or there is an expression. (Such expressions are not allowed to evaluate to "" - you can't turn off a delimiter by providing "" at runtime. Minimum length is 1 for these at runtime.

    Override in SequenceTermBase to also check for separator.

    Definition Classes
    InitiatedTerminatedMixin
  152. lazy val hasEncoding: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    TermGrammarMixin
  153. final lazy val hasFraming: Boolean

    Permalink

    FIXME: DAFFODIL-2132.

    FIXME: DAFFODIL-2132. This tells us if framing is expressed on the schema. It does NOT tell us if that framing occupies bits in the data stream or not.

  154. lazy val hasInitiator: Boolean

    Permalink

    True if the term has an initiator expressed on it.

    True if the term has an initiator expressed on it.

    Do not confuse with the concept of the delimiter being able to match or not match zero-length data. Whether the representation of a term in the data stream "has an initiator", as in the initator occupies a non-zero number of bits in the data stream, is an entirely different question.

    Definition Classes
    InitiatedTerminatedMixin
  155. final lazy val hasLaterRequiredSiblings: Boolean

    Permalink
    Definition Classes
    Term
  156. final lazy val hasNoSkipRegions: Boolean

    Permalink
    Definition Classes
    AlignedMixin
  157. final def hasOOLAGRootSetup: Boolean

    Permalink
    Definition Classes
    OOLAGHost
  158. final lazy val hasPriorRequiredSiblings: Boolean

    Permalink
    Definition Classes
    Term
  159. final lazy val hasStaticallyRequiredOccurrencesInDataRepresentation: Boolean

    Permalink

    Does this term have always have statically required instances in the data stream.

    Does this term have always have statically required instances in the data stream.

    This excludes elements that have no representation e.g., elements with dfdl:inputValueCalc.

    Terms that are optional either via element having zero occurrences, or via a choice branch fail this test.

    Definition Classes
    ModelGroupTerm
  160. lazy val hasTerminator: Boolean

    Permalink

    True if the term has a terminator expressed on it.

    True if the term has a terminator expressed on it.

    Do not confuse with the concept of the delimiter being able to match or not match zero-length data. Whether the representation of a term in the data stream "has a terminator", as in the terminator occupies a non-zero number of bits, is an entirely different question.

    Definition Classes
    InitiatedTerminatedMixin
  161. final lazy val hasTextAlignment: Boolean

    Permalink

    True if this term has no alignment properties that would explicitly create a need to align in a way that is not on a suitable boundary for a character.

    True if this term has no alignment properties that would explicitly create a need to align in a way that is not on a suitable boundary for a character.

    Not the same as AlignedMixin.isKnownToBeTextAligned. That depends on this but goes further to consider whether alignment is achieved even when this is false.

    Definition Classes
    TermEncodingMixin
  162. lazy val hasUniformBitOrderThroughout: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    BitOrderMixin
  163. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  164. final def identifyingEventsForChoiceBranch: Seq[ChoiceBranchEvent]

    Permalink
  165. final def ignoreCase: YesNo

    Permalink
    Definition Classes
    CommonAGMixin
  166. lazy val ignoreCaseBool: Boolean

    Permalink
  167. final def ignoreCase_location: LookupLocation

    Permalink
    Definition Classes
    CommonAGMixin
  168. final lazy val immediatelyEnclosingModelGroup: Option[ModelGroup]

    Permalink
    Definition Classes
    Term
  169. final lazy val inChoiceBeforeNearestEnclosingSequence: Boolean

    Permalink
    Definition Classes
    Term
  170. final def initiatedContent: YesNo

    Permalink
    Definition Classes
    GroupCommonAGMixin
  171. lazy val initiatedContentCheck: Unit

    Permalink
  172. final def initiatedContent_location: LookupLocation

    Permalink
    Definition Classes
    GroupCommonAGMixin
  173. final lazy val initiatorExpr: CompiledExpression[String]

    Permalink
    Attributes
    protected
    Definition Classes
    DelimitedRuntimeValuedPropertiesMixin
  174. final def initiatorLoc: (String, String)

    Permalink
  175. lazy val initiatorParseEv: InitiatorParseEv

    Permalink
  176. final lazy val initiatorRaw: Found

    Permalink
    Attributes
    protected
    Definition Classes
    RawDelimitedRuntimeValuedPropertiesMixin
  177. lazy val initiatorRegion: Gram

    Permalink
    Definition Classes
    InitiatedTerminatedMixin
  178. lazy val initiatorUnparseEv: InitiatorUnparseEv

    Permalink
  179. final def isArray: Boolean

    Permalink

    An array can have more than 1 occurrence.

    An array can have more than 1 occurrence.

    An optional element (minOccurs=0, maxOccurs=1) is an array only if occursCountKind is parsed, because then the max/min are ignored.

    Definition Classes
    ModelGroupTerm
  180. final lazy val isDelimiterKnownToBeTextAligned: Boolean

    Permalink
    Definition Classes
    AlignedMixin
  181. def isError: Boolean

    Permalink
    Definition Classes
    OOLAGHost → WithDiagnostics
  182. def isHidden: Boolean

    Permalink

    Whether the component is hidden.

    Whether the component is hidden.

    Override this in the components that can hide - SequenceGroupRef and ChoiceGroupRef

    Definition Classes
    SchemaComponent
  183. final lazy val isInUnorderedSequence: Boolean

    Permalink
    Definition Classes
    Term
  184. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  185. final lazy val isKnownEncoding: Boolean

    Permalink

    Character encoding common attributes

    Character encoding common attributes

    Note that since encoding can be computed at runtime, we create values to tell us if the encoding is known or not so that we can decide things at compile time when possible.

    Definition Classes
    TermEncodingMixin → KnownEncodingMixin
  186. final lazy val isKnownSameBitOrder: Boolean

    Permalink

    Conservatively determines if this term is known to have the same bit order as the previous thing.

    Conservatively determines if this term is known to have the same bit order as the previous thing.

    If uncertain, returns false.

    Attributes
    protected
    Definition Classes
    BitOrderMixin
  187. final lazy val isKnownToBeAligned: Boolean

    Permalink

    true if we can statically determine that the start of this will be properly aligned by where the prior thing left us positioned.

    true if we can statically determine that the start of this will be properly aligned by where the prior thing left us positioned. Hence we are guaranteed to be properly aligned.

    Definition Classes
    AlignedMixin
  188. lazy val isKnownToBeByteAlignedAndByteLength: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    AlignedMixin
  189. final lazy val isKnownToBeTextAligned: Boolean

    Permalink

    True if alignment for a text feature of this Term (e.g., an initiator) is provably not needed, either because there is no requirement for such alignment, or we can prove that the required alignment is already established.

    True if alignment for a text feature of this Term (e.g., an initiator) is provably not needed, either because there is no requirement for such alignment, or we can prove that the required alignment is already established.

    This goes further TermEncodingMixin.hasTextAlignment because it considers the surrounding context meeting the alignment needs.

    Definition Classes
    AlignedMixin
  190. final lazy val isLastDeclaredRepresentedInSequence: Boolean

    Permalink

    True if this term is the last one in the enclosing sequence that is represented in the data stream.

    True if this term is the last one in the enclosing sequence that is represented in the data stream. That is, it is not an element with dfdl:inputValueCalc.

    This means whether the enclosing sequence's separator (if one is defined) is relevant.

    Definition Classes
    Term
  191. final lazy val isLocallyTextOnly: Boolean

    Permalink

    True if this element itself consists only of text.

    True if this element itself consists only of text. No binary stuff like alignment or skips.

    Not recursive into contained children.

    Definition Classes
    TermEncodingMixin
  192. final def isOptional: Boolean

    Permalink

    Determines if the element is optional, as in has zero or one instance only.

    Determines if the element is optional, as in has zero or one instance only.

    There are two senses of optional

    1) Optional as in "might not be present" but for any reason. Consistent with this is Required meaning must occur but for any reason. So all the occurrences of an array that has fixed number of occurrences are required, and some of the occurrences of an array that has a variable number of occurrences are optional.

    2) Optional is in minOccurs="0" maxOccurs="1".

    Consistent with (2) is defining array as maxOccurs >= 2, and Required as minOccurs=maxOccurs=1, but there are also special cases for occursCountKind parsed and stopValue since they don't examine min/max occurs - they are only used for validation in those occursCountKinds.

    The DFDL spec is not entirely consistent here either I don't believe.

    Definition Classes
    ModelGroupTerm
  193. final lazy val isPotentiallyTrailing: Boolean

    Permalink

    The concept of potentially trailing is defined in the DFDL specification.

    The concept of potentially trailing is defined in the DFDL specification.

    This concept applies to terms that are direct children of a sequence only.

    It is true for terms that may be absent from the representation, but furthermore, may be last in a sequence, so that the notion of whether they are trailing, and so their separator may not be present, is a relevant issue.

    If an element is an array, and has some required instances, then it is not potentially trailing, as some instances will have to appear, with separators.

    This concept applies only to elements and model groups that have representation in the data stream.

    Previously there was a misguided notion that since only DFDL elements can have minOccurs/maxOccurs that this notion of potentially trailing didn't apply to model groups. (Sequences and Choices, the other kind of Term). But this is not the case.

    A sequence/choice which has no framing, and whose content doesn't exist - no child elements, any contained model groups recursively with no framing and no content - such a model group effectively "dissapears" from the data stream, and in some cases need not have a separator.

    This is computed by way of couldBePotentiallyTrailing. This value means that the term, in isolation, looking only at its own characteristics, disregarding its following siblings in any given sequence, has the characteristics of being potentially trailing.

    Then that is combined with information about following siblings in a sequence to determine if a given term, that is a child of a sequence, is in fact potentially trailing within that sequence.

    These two concepts are mutually recursive, since a sequence that is entirely composed of potentially trailing children satisfies couldBePotentialyTrailing in whatever sequence encloses it.

    Definition Classes
    Term
  194. lazy val isRepresented: Boolean

    Permalink

    Overridden as false for elements with dfdl:inputValueCalc property.

    Overridden as false for elements with dfdl:inputValueCalc property.

    Definition Classes
    Term
  195. final def isScalar: Boolean

    Permalink

    A scalar means has no dimension.

    A scalar means has no dimension. Exactly one occurrence.

    Since terms include both model groups and elements, in DFDL v1.0, model groups are always scalar, as DFDL v1.0 doesn't allow min/max occurs on model groups.

    Definition Classes
    ModelGroupTerm
  196. final lazy val isScannable: Boolean

    Permalink

    True if it is sensible to scan this data e.g., with a regular expression.

    True if it is sensible to scan this data e.g., with a regular expression. Requires that all children have same encoding as enclosing groups and elements, requires that there is no leading or trailing alignment regions, skips. We have to be able to determine that we are for sure going to always be properly aligned for text.

    Caveat: we only care that the encoding is the same if the term actually could have text (couldHaveText is an LV) as part of its representation. For example, a sequence with no initiator, terminator, nor separators can have any encoding at all, without disqualifying an element containing it from being scannable. There has to be text that would be part of the scan.

    If the root element isScannable, and encodingErrorPolicy is 'replace', then we can use a lower-overhead I/O layer - basically we can use a java.io.InputStreamReader directly.

    We are going to depend on the fact that if the encoding is going to be this X-DFDL-US-ASCII-7-BIT-PACKED thingy (7-bits wide code units, so aligned at 1 bit) that this encoding must be specified statically in the schema.

    If an encoding is determined at runtime, then we will insist on it being 8-bit aligned code units.

    Definition Classes
    TermEncodingMixin
  197. final lazy val isSequenceChild: Boolean

    Permalink

    True when a term's immediately enclosing model group is a Sequence.

    True when a term's immediately enclosing model group is a Sequence.

    Definition Classes
    Term
  198. def isVariableOccurrences: Boolean

    Permalink

    Can have a varying number of occurrences.

    Can have a varying number of occurrences.

    Overridden for elements. See ParticleMixin.isVariableOccurrences

    Definition Classes
    Term
  199. final lazy val knownEncodingAlignmentInBits: Int

    Permalink

    When the encoding is known, this tells us the mandatory alignment required.

    When the encoding is known, this tells us the mandatory alignment required. This is always 1 or 8.

    Definition Classes
    TermEncodingMixin → KnownEncodingMixin
  200. final lazy val knownEncodingCharset: BitsCharset

    Permalink
    Definition Classes
    KnownEncodingMixin
  201. final lazy val knownEncodingIsFixedWidth: Boolean

    Permalink
    Definition Classes
    KnownEncodingMixin
  202. final lazy val knownEncodingIsUnicode: Boolean

    Permalink
    Definition Classes
    KnownEncodingMixin
  203. final lazy val knownEncodingName: String

    Permalink
    Definition Classes
    KnownEncodingMixin
  204. final lazy val knownEncodingWidthInBits: Int

    Permalink
    Definition Classes
    KnownEncodingMixin
  205. final def knownFixedWidthEncodingInCharsToBits(nChars: Long): Long

    Permalink
    Definition Classes
    KnownEncodingMixin
  206. final lazy val laterElementSiblings: Seq[ElementBase]

    Permalink
    Definition Classes
    Term
  207. final lazy val laterSiblings: Seq[Term]

    Permalink
    Definition Classes
    Term
  208. final def leadingSkip: Int

    Permalink
    Definition Classes
    AlignmentAGMixin
  209. lazy val leadingSkipInBits: Int

    Permalink
    Definition Classes
    AlignedMixin
  210. final def leadingSkip_location: LookupLocation

    Permalink
    Definition Classes
    AlignmentAGMixin
  211. lazy val lineAttribute: Option[String]

    Permalink

    Annotations can contain expressions, so we need to be able to compile them.

    Annotations can contain expressions, so we need to be able to compile them.

    We need our own instance so that the expression compiler has this schema component as its context.

    Definition Classes
    SchemaFileLocatableImpl → SchemaFileLocatable
  212. lazy val lineDescription: String

    Permalink
    Definition Classes
    SchemaFileLocatable → HasSchemaFileLocation → LocationInSchemaFile
  213. lazy val lineNumber: Option[String]

    Permalink
    Definition Classes
    SchemaFileLocatable
  214. final lazy val localAssertStatements: Seq[DFDLAssert]

    Permalink
    Attributes
    protected
    Definition Classes
    ProvidesDFDLStatementMixin
  215. final lazy val localDiscriminatorStatements: Seq[DFDLDiscriminator]

    Permalink
    Attributes
    protected
    Definition Classes
    ProvidesDFDLStatementMixin
  216. final lazy val localSetVariableStatements: Seq[DFDLSetVariable]

    Permalink
    Attributes
    protected
    Definition Classes
    ProvidesDFDLStatementMixin
  217. final lazy val localStatements: Seq[DFDLStatement]

    Permalink
    Attributes
    protected
    Definition Classes
    ProvidesDFDLStatementMixin
  218. lazy val locationDescription: String

    Permalink
    Definition Classes
    SchemaFileLocatable → HasSchemaFileLocation → LocationInSchemaFile
  219. final macro def log(lvl: Type, msg: String, args: Any*): Unit

    Permalink
    Definition Classes
    Logging
  220. lazy val logID: String

    Permalink
    Definition Classes
    Logging → Identity
  221. var logLevel: Maybe[Type]

    Permalink
    Definition Classes
    Logging
  222. var logWriter: Maybe[LogWriter]

    Permalink
    Definition Classes
    Logging
  223. def lookupProperty(pname: String): PropertyLookupResult

    Permalink

    Does lookup of property using DFDL scoping rules, checking first non-default properties, then default property locations.

    Does lookup of property using DFDL scoping rules, checking first non-default properties, then default property locations.

    Attributes
    protected
    Definition Classes
    ResolvesScopedProperties → FindPropertyMixin
  224. def markupAGInit(): Unit

    Permalink
    Definition Classes
    MarkupAGMixin
  225. final lazy val maybeCharsetEv: Maybe[CharsetEv]

    Permalink
  226. lazy val maybeCheckBitOrderAndCharset: Maybe[CheckBitOrderAndCharsetEv]

    Permalink
    Definition Classes
    BitOrderMixin
  227. lazy val maybeCheckByteAndBitOrderEv: Maybe[CheckByteAndBitOrderEv]

    Permalink
    Definition Classes
    BitOrderMixin
  228. final lazy val maybeFillByteEv: Maybe[FillByteEv]

    Permalink
  229. lazy val maybeOutputNewLineEv: Maybe[OutputNewLineEv]

    Permalink

    Use when we might or might not need the outputNewLine property

    Use when we might or might not need the outputNewLine property

    Definition Classes
    TermRuntimeValuedPropertiesMixin
  230. final def mt: Gram

    Permalink
    Attributes
    protected
    Definition Classes
    GrammarMixin
  231. final lazy val mtaBase: Gram

    Permalink

    Mandatory text alignment or mta

    Mandatory text alignment or mta

    mta can only apply to things with encodings. No encoding, no MTA.

    In addition, it has to be textual data. Just because there's an encoding in the property environment shouldn't get you an MTA region. It has to be textual.

    Attributes
    protected
    Definition Classes
    TermGrammarMixin
  232. final lazy val mustBeAnEncodingWith8BitAlignment: Boolean

    Permalink
    Definition Classes
    KnownEncodingMixin
  233. final def mustHaveRequiredElement: Boolean

    Permalink
  234. def nArgs: Args

    Permalink
    Attributes
    protected
    Definition Classes
    OOLAGHost
  235. final lazy val namespaces: NamespaceBinding

    Permalink

    Namespace scope for resolving QNames.

    Namespace scope for resolving QNames.

    We insist that the prefix "xsi" is properly defined for use in xsi:nil attributes, which is how we represent nilled elements when we convert to XML.

    Definition Classes
    CommonContextMixin
  236. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  237. final lazy val nearestEnclosingChoiceBeforeSequence: Option[ChoiceTermBase]

    Permalink
    Definition Classes
    Term
  238. final lazy val nearestEnclosingElement: Option[ElementBase]

    Permalink
    Definition Classes
    Term
  239. final lazy val nearestEnclosingSequence: Option[SequenceTermBase]

    Permalink

    nearestEnclosingSequence

    nearestEnclosingSequence

    An attribute that looks upward to the surrounding context of the schema, and not just lexically surrounding context. It needs to see what declarations will physically surround the place. This is the dynamic scope, not just the lexical scope. So, a named global type still has to be able to ask what sequence is surrounding the element that references the global type.

    This is why we have to have the GlobalXYZDefFactory stuff. Because this kind of back pointer (contextual sensitivity) prevents sharing.

    Definition Classes
    Term
  240. final lazy val nearestEnclosingUnorderedSequence: Option[SequenceTermBase]

    Permalink
    Definition Classes
    Term
  241. final lazy val nearestEnclosingUnorderedSequenceBeforeSequence: Option[SequenceTermBase]

    Permalink
    Definition Classes
    Term
  242. final def nearestPriorPhysicalTermSatisfying(pred: (Term) ⇒ Boolean): Option[Term]

    Permalink
    Definition Classes
    Term
  243. final lazy val needsBitOrderChange: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    BitOrderMixin
  244. final def newDFDLAnnotationXML(label: String): Elem

    Permalink

    Used as factory for the XML Node with the right namespace and prefix etc.

    Used as factory for the XML Node with the right namespace and prefix etc.

    Given "element" it creates <dfdl:element /> with the namespace definitions based on this schema component's corresponding XSD construct.

    Makes sure to inherit the scope so we have all the namespace bindings.

    Attributes
    protected
    Definition Classes
    SchemaComponent
  245. final lazy val newVariableInstanceStatements: Seq[DFDLNewVariableInstance]

    Permalink
    Definition Classes
    ProvidesDFDLStatementMixin
  246. final lazy val nextParentElements: Seq[ElementBase]

    Permalink
    Definition Classes
    ModelGroupTerm
  247. final lazy val nextSibling: Option[Term]

    Permalink
    Definition Classes
    Term
  248. final lazy val nonDefaultFormatChain: ChainPropProvider

    Permalink
    Attributes
    protected
    Definition Classes
    AnnotatedSchemaComponent
  249. lazy val nonDefaultPropertySources: Seq[ChainPropProvider]

    Permalink
    Definition Classes
    AnnotatedSchemaComponent
  250. final def nonTermRuntimeData: NonTermRuntimeData

    Permalink
    Definition Classes
    SchemaComponent
  251. final def notYetImplemented(msg: String, args: Any*): Nothing

    Permalink
    Definition Classes
    ThrowsSDE
  252. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  254. final lazy val oolagContext: OOLAGHost

    Permalink
    Definition Classes
    OOLAGHost
  255. def oolagContextViaArgs: Option[SchemaComponent]

    Permalink
    Definition Classes
    SchemaComponent → OOLAGHost
  256. def oolagError(th: Diagnostic): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    OOLAGHost
  257. final def oolagParent: OOLAGHost

    Permalink
    Attributes
    protected
    Definition Classes
    OOLAGHost
  258. def oolagWarn(th: Diagnostic): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    OOLAGHost
  259. final lazy val optDefaultBitOrder: Option[BitOrder]

    Permalink
    Attributes
    protected
    Definition Classes
    BitOrderMixin
  260. def optIgnoreCase: Option[YesNo]

    Permalink
    Definition Classes
    Term
  261. final lazy val optOolagContext: Option[OOLAGHost]

    Permalink
    Definition Classes
    OOLAGHost
  262. final lazy val optReferencedStatementSource: Option[ProvidesDFDLStatementMixin]

    Permalink

    Combine our statements with those of what we reference.

    Combine our statements with those of what we reference. Elements reference types ElementRefs reference elements, etc.

    The order here is important. The statements from type come first, then from declaration, then from reference.

    Definition Classes
    ProvidesDFDLStatementMixin
  263. final def optionAlignmentUnits: Option[AlignmentUnits]

    Permalink
    Definition Classes
    AlignmentUnitsMixin
  264. final def optionAlignmentUnits_location: Option[LookupLocation]

    Permalink
    Definition Classes
    AlignmentUnitsMixin
  265. final def optionBitOrder: Option[BitOrder]

    Permalink
    Definition Classes
    BitOrderMixin
  266. final def optionBitOrder_location: Option[LookupLocation]

    Permalink
    Definition Classes
    BitOrderMixin
  267. final lazy val optionByteOrderRaw: PropertyLookupResult

    Permalink
    Attributes
    protected
    Definition Classes
    RawCommonRuntimeValuedPropertiesMixin
  268. final def optionChoiceLengthKind: Option[ChoiceLengthKind]

    Permalink
    Definition Classes
    ChoiceLengthKindMixin
  269. final def optionChoiceLengthKind_location: Option[LookupLocation]

    Permalink
    Definition Classes
    ChoiceLengthKindMixin
  270. final lazy val optionChoiceLengthRaw: PropertyLookupResult

    Permalink
    Attributes
    protected
    Definition Classes
    RawDelimitedRuntimeValuedPropertiesMixin
  271. final def optionEncodingErrorPolicy: Option[EncodingErrorPolicy]

    Permalink
    Definition Classes
    EncodingErrorPolicyMixin
  272. final def optionEncodingErrorPolicy_location: Option[LookupLocation]

    Permalink
    Definition Classes
    EncodingErrorPolicyMixin
  273. final lazy val optionEncodingRaw: PropertyLookupResult

    Permalink
    Attributes
    protected
    Definition Classes
    RawCommonRuntimeValuedPropertiesMixin
  274. final lazy val optionEscapeScheme: Option[DFDLEscapeScheme]

    Permalink

    Changed to use findProperty, and to resolve the namespace properly.

    Changed to use findProperty, and to resolve the namespace properly.

    We lookup a property like escapeSchemeRef, and that actual property binding can be local, in scope, by way of a format reference, etc.

    It's value is a QName, and the definition of the prefix is from the location where we found the property, and NOT where we consume the property.

    Hence, we resolve w.r.t. the location that provided the property.

    The point of findProperty vs. getProperty is just that the former returns both the value, and the object that contained it. That object is what we resolve QNames with respect to.

    Note: Same is needed for properties that have expressions as their values. E.g., consider "{ ../foo:bar/.. }". That foo prefix must be resolved relative to the object where this property was written, not where it is evaluated. (JIRA issue DFDL-77)

    Definition Classes
    EscapeSchemeRefMixin
  275. final lazy val optionFillByteRaw: PropertyLookupResult

    Permalink
    Attributes
    protected
    Definition Classes
    RawCommonRuntimeValuedPropertiesMixin
  276. final lazy val optionInitiatorRaw: PropertyLookupResult

    Permalink
    Attributes
    protected
    Definition Classes
    RawDelimitedRuntimeValuedPropertiesMixin
  277. final lazy val optionOutputNewLineRaw: PropertyLookupResult

    Permalink
    Attributes
    protected
    Definition Classes
    RawCommonRuntimeValuedPropertiesMixin
  278. final def optionParseUnparsePolicy: Option[ParseUnparsePolicy]

    Permalink
    Definition Classes
    ParseUnparsePolicyMixin
  279. final def optionParseUnparsePolicy_location: Option[LookupLocation]

    Permalink
    Definition Classes
    ParseUnparsePolicyMixin
  280. final lazy val optionTerminatorRaw: PropertyLookupResult

    Permalink
    Attributes
    protected
    Definition Classes
    RawDelimitedRuntimeValuedPropertiesMixin
  281. final def optionUTF16Width: Option[UTF16Width]

    Permalink
    Definition Classes
    UTF16WidthMixin
  282. final def optionUTF16Width_location: Option[LookupLocation]

    Permalink
    Definition Classes
    UTF16WidthMixin
  283. final val orElseURL: String

    Permalink
    Attributes
    protected
    Definition Classes
    SchemaComponentIncludesAndImportsMixin
  284. lazy val outputNewLineEv: OutputNewLineEv

    Permalink
  285. final lazy val outputNewLineRaw: Found

    Permalink
    Attributes
    protected
    Definition Classes
    RawCommonRuntimeValuedPropertiesMixin
  286. final def parseUnparsePolicy: ParseUnparsePolicy

    Permalink
    Definition Classes
    ParseUnparsePolicyMixin
  287. final def parseUnparsePolicyInit(): Unit

    Permalink
    Definition Classes
    ParseUnparsePolicyMixin
  288. final def parseUnparsePolicyToString(): String

    Permalink
    Definition Classes
    ParseUnparsePolicyMixin
  289. final def parseUnparsePolicy_location: LookupLocation

    Permalink
    Definition Classes
    ParseUnparsePolicyMixin
  290. final lazy val partialNextElementResolver: PartialNextElementResolver

    Permalink

    The PartialNextElementResolver is used to determine what infoset event comes next, and "resolves" which is to say determines the ElementRuntimeData for that infoset event.

    The PartialNextElementResolver is used to determine what infoset event comes next, and "resolves" which is to say determines the ElementRuntimeData for that infoset event. This can be used to construct the initial infoset from a stream of XML events.

    Definition Classes
    TermRuntime1Mixin
  291. lazy val path: String

    Permalink

    path is used in diagnostic messages and code debug messages; hence, it is very important that it be very dependable.

    path is used in diagnostic messages and code debug messages; hence, it is very important that it be very dependable.

    Definition Classes
    SchemaComponent → OOLAGHost
  292. final lazy val positionInNearestEnclosingSequence: Int

    Permalink

    One-based position in the nearest enclosing sequence.

    One-based position in the nearest enclosing sequence. Follows backpointers from group defs to group refs until it finds a sequence.

    Definition Classes
    Term
  293. final def possibleFirstChildElementsInInfoset: Seq[ElementBase]

    Permalink
    Definition Classes
    Term
  294. final lazy val possibleFirstChildTerms: Seq[Term]

    Permalink
    Attributes
    protected
    Definition Classes
    ModelGroupTerm
  295. final def possibleNextChildElementsInInfoset: Seq[ElementBase]

    Permalink
    Definition Classes
    Term
  296. lazy val possibleNextLexicalSiblingStreamingUnparserElements: PossibleNextElements

    Permalink
    Definition Classes
    TermRuntime1Mixin
  297. final def possibleNextSiblingTerms: Seq[Term]

    Permalink
    Definition Classes
    Term
  298. final lazy val possibleNextTerms: Seq[Term]

    Permalink
    Definition Classes
    Term
  299. final lazy val possibleSelfPlusNextLexicalSiblingStreamingUnparserElements: PossibleNextElements

    Permalink
    Attributes
    protected
    Definition Classes
    TermRuntime1Mixin
  300. lazy val potentialLastChildren: (Seq[Term], Boolean)

    Permalink

    Returns tuple, where the first is children that could be last, and the second is a boolean if all children could be optional, and thus this could be last

  301. lazy val potentialPriorTerms: (Seq[Term], Option[Term])

    Permalink

    Returns a tuple, where the first item in the tuple is the list of sibling terms that could appear before this.

    Returns a tuple, where the first item in the tuple is the list of sibling terms that could appear before this. The second item in the tuple is a One(enclosingParent) if all prior siblings are optional or this element has no prior siblings

    Definition Classes
    Term
  302. final lazy val prettyBaseName: String

    Permalink
    Attributes
    protected
  303. final lazy val priorPhysicalSibling: Option[Term]

    Permalink
    Definition Classes
    Term
  304. final lazy val priorPhysicalSiblings: Seq[Term]

    Permalink
    Definition Classes
    Term
  305. final lazy val priorSibling: Option[Term]

    Permalink
    Definition Classes
    Term
  306. final lazy val priorSiblings: Seq[Term]

    Permalink
    Definition Classes
    Term
  307. def prod(prodName: String)(gram: ⇒ Gram): Gram

    Permalink

    Use when production has no guard, but you want to name the production anyway (for debug visibility perhaps).

    Use when production has no guard, but you want to name the production anyway (for debug visibility perhaps).

    Definition Classes
    GrammarMixin
  308. def prod(prodName: String, guard: Boolean = true, forWhat: ParserOrUnparser = BothParserAndUnparser)(gram: ⇒ Gram): Gram

    Permalink

    Use when production has a guard predicate

    Use when production has a guard predicate

    Definition Classes
    GrammarMixin
  309. val propCache: LinkedHashMap[String, PropertyLookupResult]

    Permalink
    Definition Classes
    FindPropertyMixin
  310. final def propExprElts(rawProp: PropertyLookupResult, evArg: ⇒ ContentValueReferencedElementInfoMixin, f: F): Set[DPathElementCompileInfo]

    Permalink

    Convenience method to make gathering up all elements referenced in expressions easier.

    Convenience method to make gathering up all elements referenced in expressions easier.

    Attributes
    protected
    Definition Classes
    PropertyReferencedElementInfosMixin
  311. def propertyContentReferencedElementInfos: Set[DPathElementCompileInfo]

    Permalink
  312. def propertyValueReferencedElementInfos: Set[DPathElementCompileInfo]

    Permalink
  313. def qNameForProperty(local: String, ns: NS): GlobalQName

    Permalink
    Definition Classes
    ResolvesQNames
  314. final lazy val realChildren: Seq[Term]

    Permalink
    Attributes
    protected
    Definition Classes
    Term
  315. final def refersToForPropertyCombining: Option[AnnotatedSchemaComponent]

    Permalink

    For property combining only.

    For property combining only. E.g., doesn't refer from an element to its complex type because we don't combine properties with that in DFDL v1.0. (I consider that a language design bug in DFDL v1.0, but that is the way it's defined.)

    Attributes
    protected
    Definition Classes
    AnnotatedSchemaComponent
  316. def registerToStringFunction(f: () ⇒ String): Unit

    Permalink
    Definition Classes
    PropertyMixin
  317. def removePrefix(prefixedValue: String): String

    Permalink
    Definition Classes
    ResolvesQNames
  318. final lazy val representedMembers: Seq[Term]

    Permalink
  319. final def requireProperty(prop: PropertyLookupResult): Found

    Permalink
    Definition Classes
    FindPropertyMixin
  320. final def requiredEvaluations(lv: OOLAGValueBase): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    OOLAGHost
  321. final def requiredEvaluations(arg: ⇒ Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    OOLAGHost
  322. def resolveQName(qnString: String): RefQName

    Permalink
    Definition Classes
    ResolvesQNames
  323. final lazy val resolvedStatements: Seq[DFDLStatement]

    Permalink
    Definition Classes
    ProvidesDFDLStatementMixin
  324. final lazy val runtimeData: RuntimeData

    Permalink
    Definition Classes
    ModelGroupRuntime1Mixin
  325. lazy val schema: Schema

    Permalink
    Definition Classes
    CommonContextMixin
  326. lazy val schemaComponent: LookupLocation

    Permalink
    Definition Classes
    SchemaComponent
  327. final def schemaDefinitionError(str: String, args: Any*): Nothing

    Permalink
    Definition Classes
    ThrowsSDE
  328. def schemaDefinitionErrorButContinue(str: String, args: Any*): Unit

    Permalink
    Definition Classes
    SavesErrorsAndWarnings
  329. def schemaDefinitionErrorDueToPropertyValue(propertyName: String, propertyValue: String, propertyLocation: LookupLocation, otherPropertyLocation: LookupLocation, str: String, args: Any*): Nothing

    Permalink
    Definition Classes
    SavesErrorsAndWarnings
  330. final macro def schemaDefinitionUnless(testThatWillThrowIfFalse: Boolean, str: String, args: Any*): Unit

    Permalink
    Definition Classes
    ThrowsSDE
  331. macro def schemaDefinitionWarningUnless(warnID: WarnID, testThatWillWarnIfFalse: Boolean, str: String, args: Any*): Unit

    Permalink
    Definition Classes
    SavesErrorsAndWarnings
  332. macro def schemaDefinitionWarningWhen(warnID: WarnID, testThatWillWarnIfTrue: Boolean, str: String, args: Any*): Unit

    Permalink
    Definition Classes
    SavesErrorsAndWarnings
  333. final macro def schemaDefinitionWhen(testThatWillThrowIfTrue: Boolean, str: String, args: Any*): Unit

    Permalink
    Definition Classes
    ThrowsSDE
  334. def schemaDocument: SchemaDocument

    Permalink
    Definition Classes
    CommonContextMixin
  335. lazy val schemaFile: Option[DFDLSchemaFile]

    Permalink
    Definition Classes
    CommonContextMixin
  336. lazy val schemaFileLocation: SchemaFileLocation

    Permalink
    Definition Classes
    SchemaFileLocatable → HasSchemaFileLocation → ThrowsSDE
  337. lazy val schemaSet: SchemaSet

    Permalink
    Definition Classes
    CommonContextMixin
  338. final lazy val sequenceChildren: Seq[SequenceTermBase]

    Permalink
  339. def setLogWriter(lw: LogWriter): Unit

    Permalink
    Definition Classes
    Logging
  340. def setLoggingLevel(level: Type): Unit

    Permalink
    Definition Classes
    Logging
  341. final def setOOLAGContext(oolagContextArg: OOLAGHost): Unit

    Permalink
    Definition Classes
    OOLAGHost
  342. final lazy val setVariableStatements: Seq[DFDLSetVariable]

    Permalink
    Definition Classes
    ProvidesDFDLStatementMixin
  343. lazy val shortSchemaComponentDesignator: String

    Permalink
    Definition Classes
    SchemaComponentNestingMixin
  344. final lazy val slashPath: String

    Permalink

    Elements only e.g., /foo/ex:bar

    Elements only e.g., /foo/ex:bar

    Definition Classes
    SchemaComponent
  345. final lazy val statementContentParserReferencedElementInfos: Set[DPathElementCompileInfo]

    Permalink
    Attributes
    protected
    Definition Classes
    ResolvesDFDLStatementMixin
  346. final lazy val statementContentUnparserReferencedElementInfos: Set[DPathElementCompileInfo]

    Permalink
    Attributes
    protected
    Definition Classes
    ResolvesDFDLStatementMixin
  347. final lazy val statementValueParserReferencedElementInfos: Set[DPathElementCompileInfo]

    Permalink
    Attributes
    protected
    Definition Classes
    ResolvesDFDLStatementMixin
  348. final lazy val statementValueUnparserReferencedElementInfos: Set[DPathElementCompileInfo]

    Permalink
    Attributes
    protected
    Definition Classes
    ResolvesDFDLStatementMixin
  349. final lazy val statements: Seq[DFDLStatement]

    Permalink
    Definition Classes
    ResolvesDFDLStatementMixin
  350. def subset(testThatWillThrowIfFalse: Boolean, msg: String, args: Any*): Unit

    Permalink
    Definition Classes
    ImplementsThrowsOrSavesSDE
  351. def subsetError(msg: String, args: Any*): Nothing

    Permalink
    Definition Classes
    ImplementsThrowsOrSavesSDE
  352. final lazy val summaryEncoding: EncodingLattice

    Permalink

    Roll up from the bottom.

    Roll up from the bottom. This is abstract interpretation. The top (aka conflicting encodings) is "mixed" The bottom is "noText" (combines with anything) The values are encoding names, or "runtime" for expressions.

    By doing expression analysis we could do a better job here and determine when things that use expressions to get the encoding are all going to get the same expression value. For now, if it is an expression then we lose.

    Definition Classes
    TermEncodingMixin
  353. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  354. final val tID: UUID

    Permalink
    Definition Classes
    Term
  355. def targetNamespace: NS

    Permalink

    This is the root, or basic target namespace.

    This is the root, or basic target namespace. Every schema component gets its target namespace from its xmlSchemaDocument.

    Definition Classes
    CommonContextMixin
  356. final lazy val targetNamespacePrefix: String

    Permalink
    Definition Classes
    CommonContextMixin
  357. final def tci: DPathCompileInfo

    Permalink

    Abbreviation analogous to trd, tci is the compile-time counterpart.

    Abbreviation analogous to trd, tci is the compile-time counterpart.

    Definition Classes
    Term
  358. final lazy val termChildren: Seq[Term]

    Permalink

    The termChildren are the children that are Terms, i.e., derived from the Term base class.

    The termChildren are the children that are Terms, i.e., derived from the Term base class. This is to make it clear we're not talking about the XML structures inside the XML parent (which might include annotations, etc.

    For elements this is Nil for simple types, a single model group for complex types. For model groups there can be more children.

    Definition Classes
    ModelGroupTerm
  359. final lazy val termContentBody: Gram

    Permalink
    Definition Classes
    ModelGroupGrammarMixin
  360. final lazy val termRuntimeData: TermRuntimeData

    Permalink
    Definition Classes
    ModelGroupRuntime1Mixin
  361. final lazy val terminatorExpr: CompiledExpression[String]

    Permalink
    Attributes
    protected
    Definition Classes
    DelimitedRuntimeValuedPropertiesMixin
  362. final def terminatorLoc: (String, String)

    Permalink
  363. lazy val terminatorParseEv: TerminatorParseEv

    Permalink
  364. final lazy val terminatorRaw: Found

    Permalink
    Attributes
    protected
    Definition Classes
    RawDelimitedRuntimeValuedPropertiesMixin
  365. lazy val terminatorRegion: Gram

    Permalink
    Definition Classes
    InitiatedTerminatedMixin
  366. lazy val terminatorUnparseEv: TerminatorUnparseEv

    Permalink
  367. final def textBidi: YesNo

    Permalink
    Definition Classes
    CommonAGMixin
  368. final def textBidi_location: LookupLocation

    Permalink
    Definition Classes
    CommonAGMixin
  369. final lazy val thereIsAByteOrderDefined: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    ByteOrderAnalysisMixin
  370. def toString(): String

    Permalink
    Definition Classes
    SchemaComponent → AnyRef → Any
  371. var toStringFunctionList: List[() ⇒ String]

    Permalink
    Definition Classes
    PropertyMixin
  372. final def toss(th: Throwable): Nothing

    Permalink
    Definition Classes
    ThrowsSDE
  373. final def trailingSkip: Int

    Permalink
    Definition Classes
    AlignmentAGMixin
  374. lazy val trailingSkipApprox: LengthApprox

    Permalink
    Attributes
    protected
    Definition Classes
    AlignedMixin
  375. lazy val trailingSkipInBits: Int

    Permalink
    Definition Classes
    AlignedMixin
  376. final def trailingSkip_location: LookupLocation

    Permalink
    Definition Classes
    AlignmentAGMixin
  377. lazy val tunable: DaffodilTunables

    Permalink
    Definition Classes
    SchemaComponent → ImplementsThrowsOrSavesSDE → HasTunable
  378. final lazy val unqualifiedPathStepPolicy: UnqualifiedPathStepPolicy

    Permalink
    Definition Classes
    SchemaComponent → ResolvesQNames
  379. def uriString: String

    Permalink

    Used in diagnostic messages; hence, valueOrElse to avoid problems when this can't get a value due to an error.

    Used in diagnostic messages; hence, valueOrElse to avoid problems when this can't get a value due to an error.

    Definition Classes
    SchemaComponentIncludesAndImportsMixinCommonContextMixin
  380. lazy val uriStringFromAttribute: Option[String]

    Permalink
    Definition Classes
    SchemaFileLocatable
  381. final def utf16Width: UTF16Width

    Permalink
    Definition Classes
    UTF16WidthMixin
  382. final def utf16WidthInit(): Unit

    Permalink
    Definition Classes
    UTF16WidthMixin
  383. final def utf16WidthToString(): String

    Permalink
    Definition Classes
    UTF16WidthMixin
  384. final def utf16Width_location: LookupLocation

    Permalink
    Definition Classes
    UTF16WidthMixin
  385. final lazy val valueLengthParserReferencedElementInfos: Set[DPathElementCompileInfo]

    Permalink

    Any element referenced from an expression in the scope of this term is in this set.

    Any element referenced from an expression in the scope of this term is in this set.

    Definition Classes
    TermRuntime1Mixin
  386. final lazy val valueLengthUnparserReferencedElementInfos: Set[DPathElementCompileInfo]

    Permalink

    Any element referenced from an expression in the scope of this term is in this set.

    Any element referenced from an expression in the scope of this term is in this set.

    Definition Classes
    TermRuntime1Mixin
  387. def variableMap: VariableMap

    Permalink
    Definition Classes
    SchemaComponent
  388. def verboseToString: String

    Permalink
    Definition Classes
    PropertyMixin
  389. def verifyPropValue(key: String, value: String): Boolean

    Permalink
    Definition Classes
    FindPropertyMixin
  390. final def vreis(rei: ContentValueReferencedElementInfoMixin): Set[DPathElementCompileInfo]

    Permalink
    Attributes
    protected
    Definition Classes
    ResolvesDFDLStatementMixin
  391. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  394. def warn(th: Diagnostic): Unit

    Permalink
    Definition Classes
    OOLAGHost
  395. final def warnings: Seq[Diagnostic]

    Permalink
    Definition Classes
    OOLAGHost
  396. macro def withLoggingLevel[S](newLevel: Type)(body: ⇒ S): Unit

    Permalink
    Definition Classes
    Logging
  397. lazy val xmlSchemaDocument: XMLSchemaDocument

    Permalink
    Definition Classes
    CommonContextMixin

Inherited from NestingLexicalMixin

Inherited from ModelGroupGrammarMixin

Inherited from ModelGroupRuntime1Mixin

Inherited from GroupCommonAGMixin

Inherited from HasStatementsGrammarMixin

Inherited from Term

Inherited from EscapeSchemeRefMixin

Inherited from TermEncodingMixin

Inherited from KnownEncodingMixin

Inherited from InitiatedTerminatedMixin

Inherited from TermGrammarMixin

Inherited from TermRuntime1Mixin

Inherited from BitOrderMixin

Inherited from ByteOrderAnalysisMixin

Inherited from AlignedMixin

Inherited from GrammarMixin

Inherited from ChoiceAGMixin

Inherited from ChoiceLengthKindMixin

Inherited from DFDLBaseTypeMixin

Inherited from MarkupAGMixin

Inherited from AlignmentAGMixin

Inherited from AlignmentUnitsMixin

Inherited from CommonAGMixin

Inherited from EncodingErrorPolicyMixin

Inherited from UTF16WidthMixin

Inherited from ParseUnparsePolicyMixin

Inherited from BitOrderMixin

Inherited from BaseAGMixin

Inherited from DFDLTypeMixin

Inherited from PropertyMixin

Inherited from HasTermCheck

Inherited from ResolvesScopedProperties

Inherited from FindPropertyMixin

Inherited from AnnotatedSchemaComponent

Inherited from OverlapCheckMixin

Inherited from AnnotatedMixin

Inherited from SchemaComponent

Inherited from PropTypes

Inherited from SchemaFileLocatableImpl

Inherited from SchemaFileLocatable

Inherited from HasSchemaFileLocation

Inherited from LookupLocation

Inherited from LocationInSchemaFile

Inherited from CommonContextMixin

Inherited from NestingMixin

Inherited from GetAttributesMixin

Inherited from BasicComponent

Inherited from ImplementsThrowsOrSavesSDE

Inherited from SavesErrorsAndWarnings

Inherited from ImplementsThrowsSDE

Inherited from ResolvesQNames

Inherited from ThrowsSDE

Inherited from HasTunable

Inherited from OOLAGHost

Inherited from NamedMixinBase

Inherited from WithDiagnostics

Inherited from Logging

Inherited from Identity

Inherited from AnyRef

Inherited from Any

Ungrouped