Packages

c

org.apache.daffodil.processors.unparsers

RepOrderedSeparatedSequenceChildUnparser

class RepOrderedSeparatedSequenceChildUnparser extends RepeatingChildUnparser with Separated

Linear Supertypes
Separated, RepeatingChildUnparser, EndArrayChecksMixin, MinMaxRepeatsMixin, SequenceChildUnparser, CombinatorUnparser, CombinatorProcessor, Unparser, Processor, Serializable, Serializable, ToBriefXMLImpl, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RepOrderedSeparatedSequenceChildUnparser
  2. Separated
  3. RepeatingChildUnparser
  4. EndArrayChecksMixin
  5. MinMaxRepeatsMixin
  6. SequenceChildUnparser
  7. CombinatorUnparser
  8. CombinatorProcessor
  9. Unparser
  10. Processor
  11. Serializable
  12. Serializable
  13. ToBriefXMLImpl
  14. AnyRef
  15. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RepOrderedSeparatedSequenceChildUnparser(childUnparser: Unparser, srd: SequenceRuntimeData, erd: ElementRuntimeData, sep: Unparser, spos: SeparatorPosition, ssp: SeparatorSuppressionPolicy, zeroLengthDetector: ZeroLengthDetector, isPotentiallyTrailing: Boolean, isKnownStaticallyNotToSuppressSeparator: Boolean, isPositional: Boolean, isDeclaredLast: Boolean)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def UE(ustate: UState, s: String, args: Any*): Nothing
    Definition Classes
    Unparser
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def briefXMLAttributes: String
    Attributes
    protected
    Definition Classes
    ToBriefXMLImpl
  7. def checkArrayPosAgainstMaxOccurs(state: UState): Boolean

    True if arrayPos is less than maxOccurs, but only if we care about maxOccurs.

    True if arrayPos is less than maxOccurs, but only if we care about maxOccurs. Always true if occursCountKind is not one where we bound occurrences with maxOccurs.

    Definition Classes
    RepOrderedSeparatedSequenceChildUnparserRepeatingChildUnparser
  8. def checkFinalOccursCountBetweenMinAndMaxOccurs(state: UState, unparser: RepeatingChildUnparser, numOccurrences: Int, maxReps: Long, arrPos: Long): Unit

    For OccursCountKind 'implicit', we need to check for arrayPos in range and enforce the min/maxOccurs bounds.

    For OccursCountKind 'implicit', we need to check for arrayPos in range and enforce the min/maxOccurs bounds.

    maxReps is passed in, since it will already have been computed before hand.

    This depends on maxReps and minReps being properly setup to represent the bounds checking that should be done. E.g., if 'implicit' but maxReps is 'unbounded', then maxReps will be Long.MaxValue.

    Definition Classes
    RepeatingChildUnparser
  9. val childProcessors: Vector[Unparser]
    Definition Classes
    Separated
  10. val childUnparser: Unparser
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  12. val context: RuntimeData
    Definition Classes
    CombinatorUnparser → Unparser → Processor
  13. def endArray(state: ParseOrUnparseState, actualOccurs: Long): Unit
    Definition Classes
    EndArrayChecksMixin
  14. final def endArrayOrOptional(currentArrayERD: ElementRuntimeData, state: UState): Unit

    Ends an array/optional.

    Ends an array/optional. For a true array, pulls an event which must be an end-array event. Validates array dimensions if validation has been requested.

    Definition Classes
    RepeatingChildUnparser
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. val erd: ElementRuntimeData
    Definition Classes
    RepeatingChildUnparser → EndArrayChecksMixin → MinMaxRepeatsMixin
  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def isBoundedMax: Boolean
    Definition Classes
    MinMaxRepeatsMixin
  22. val isDeclaredLast: Boolean
  23. def isEmpty: Boolean
    Definition Classes
    Unparser → Processor
  24. val isInitialized: Boolean
    Definition Classes
    Processor
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. val isKnownStaticallyNotToSuppressSeparator: Boolean
  27. val isPositional: Boolean
  28. val isPotentiallyTrailing: Boolean
  29. final def isPrimitive: Boolean
    Definition Classes
    CombinatorProcessor → Processor
  30. def maxRepeats(state: ParseOrUnparseState): Long
    Definition Classes
    MinMaxRepeatsMixin
  31. def minRepeats(state: ParseOrUnparseState): Long
    Definition Classes
    MinMaxRepeatsMixin
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. def nom: String
    Definition Classes
    ToBriefXMLImpl
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. lazy val runtimeDependencies: Vector[Nothing]
    Definition Classes
    RepeatingChildUnparserSequenceChildUnparser → Processor
  37. val sep: Unparser
  38. final def shouldDoUnparser(unparser: RepeatingChildUnparser, state: UState): Boolean

    Determines if the incoming event matches the current term, so we should run its unparser.

    Determines if the incoming event matches the current term, so we should run its unparser.

    If the term is an element and the event is a start element, then true if the incoming element event namedQName matches the expected element namedQName. Always true if the term is a model-group and the event is a start element. If the event is not a start, it must be an endArray for the enclosing complex element, and the answer is false.

    Definition Classes
    RepeatingChildUnparser
  39. val spos: SeparatorPosition
  40. val srd: SequenceRuntimeData
  41. val ssp: SeparatorSuppressionPolicy
  42. final def startArrayOrOptional(state: UState): Unit

    Sets up for the start of an array/optional.

    Sets up for the start of an array/optional. For true array, pulls an event, which must be a start-array event.

    Definition Classes
    RepeatingChildUnparser
  43. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  44. def toBriefXML(depthLimit: Int = -1): String
    Definition Classes
    RepeatingChildUnparser → ToBriefXMLImpl
  45. def toString(): String
    Definition Classes
    RepeatingChildUnparser → ToBriefXMLImpl → AnyRef → Any
  46. val trd: TermRuntimeData
    Definition Classes
    SequenceChildUnparser
  47. def unparse(state: UState): Unit

    Unparse exactly one occurrence of an array/optional element.

    Unparse exactly one occurrence of an array/optional element.

    Iterating for arrays/optionals is done in the caller.

    Attributes
    protected
    Definition Classes
    RepeatingChildUnparser → Unparser
  48. final def unparse1(ustate: UState, ignore: AnyRef): Unit
    Definition Classes
    Unparser
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  52. val zeroLengthDetector: ZeroLengthDetector

Inherited from Separated

Inherited from RepeatingChildUnparser

Inherited from EndArrayChecksMixin

Inherited from MinMaxRepeatsMixin

Inherited from SequenceChildUnparser

Inherited from CombinatorUnparser

Inherited from CombinatorProcessor

Inherited from Unparser

Inherited from Processor

Inherited from Serializable

Inherited from Serializable

Inherited from ToBriefXMLImpl

Inherited from AnyRef

Inherited from Any

Ungrouped