Packages

c

org.apache.daffodil.processors.unparsers

RepOrderedUnseparatedSequenceChildUnparser

class RepOrderedUnseparatedSequenceChildUnparser extends RepeatingChildUnparser with Unseparated

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

Instance Constructors

  1. new RepOrderedUnseparatedSequenceChildUnparser(childUnparser: Unparser, srd: SequenceRuntimeData, erd: ElementRuntimeData)

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 areLogging(lvl: Type): Boolean
    Definition Classes
    Logging
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def briefXMLAttributes: String
    Attributes
    protected
    Definition Classes
    ToBriefXMLImpl
  8. 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
    RepOrderedUnseparatedSequenceChildUnparserRepeatingChildUnparser
  9. 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
  10. val childProcessors: Vector[Unparser]
    Definition Classes
    Unseparated
  11. val childUnparser: Unparser
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  13. val context: RuntimeData
    Definition Classes
    CombinatorUnparser → Unparser → Processor
  14. def doLogging(lvl: Type, msg: String, args: Seq[Any]): Unit
    Attributes
    protected
    Definition Classes
    Logging
  15. 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
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. val erd: ElementRuntimeData
    Definition Classes
    RepeatingChildUnparser → MinMaxRepeatsMixin
  19. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def getLogWriter(): LogWriter
    Definition Classes
    Logging
  22. final def getLoggingLevel(): Type
    Definition Classes
    Logging
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def isBoundedMax: Boolean
    Definition Classes
    MinMaxRepeatsMixin
  25. def isEmpty: Boolean
    Definition Classes
    Unparser → Processor
  26. val isInitialized: Boolean
    Definition Classes
    Processor
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. final def isPrimitive: Boolean
    Definition Classes
    CombinatorProcessor → Processor
  29. final macro def log(lvl: Type, msg: String, args: Any*): Unit
    Definition Classes
    Logging
  30. lazy val logID: String
    Definition Classes
    Logging → Identity
  31. val logLevel: Maybe[Type]
    Definition Classes
    Logging
  32. val logWriter: Maybe[LogWriter]
    Definition Classes
    Logging
  33. def maxRepeats(state: ParseOrUnparseState): Long
    Definition Classes
    MinMaxRepeatsMixin
  34. def minRepeats(state: ParseOrUnparseState): Long
    Definition Classes
    MinMaxRepeatsMixin
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. def nom: String
    Definition Classes
    ToBriefXMLImpl
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. lazy val runtimeDependencies: Vector[Nothing]
    Definition Classes
    RepeatingChildUnparserSequenceChildUnparser → Processor
  40. def setLogWriter(lw: LogWriter): Unit
    Definition Classes
    Logging
  41. def setLoggingLevel(level: Type): Unit
    Definition Classes
    Logging
  42. 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
  43. val srd: SequenceRuntimeData
  44. 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
  45. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  46. def toBriefXML(depthLimit: Int = -1): String
    Definition Classes
    RepeatingChildUnparser → ToBriefXMLImpl
  47. def toString(): String
    Definition Classes
    RepeatingChildUnparser → ToBriefXMLImpl → AnyRef → Any
  48. val trd: TermRuntimeData
    Definition Classes
    SequenceChildUnparser
  49. 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
  50. final def unparse1(ustate: UState, ignore: AnyRef): Unit
    Definition Classes
    Unparser
  51. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  54. macro def withLoggingLevel[S](newLevel: Type)(body: ⇒ S): Unit
    Definition Classes
    Logging

Inherited from Unseparated

Inherited from RepeatingChildUnparser

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 Logging

Inherited from Identity

Inherited from ToBriefXMLImpl

Inherited from AnyRef

Inherited from Any

Ungrouped