Packages

c

org.apache.daffodil.processors.unparsers

ElementUnparserInputValueCalc

class ElementUnparserInputValueCalc extends ElementUnparserBase with RegularElementUnparserStartEndStrategy

The unparser used for an element that has inputValueCalc.

The only thing we do is move over one child element, because the inputValueCalc element does take up one child element position. However, not in the group - because that is what is used to decide whether to place separators, and there should not be any separator corresponding to an IVC element.

Linear Supertypes
RegularElementUnparserStartEndStrategy, ElementUnparserBase, ElementUnparserStartEndStrategy, RepMoveMixin, CombinatorUnparser, CombinatorProcessor, Unparser, Processor, Serializable, Serializable, ToBriefXMLImpl, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ElementUnparserInputValueCalc
  2. RegularElementUnparserStartEndStrategy
  3. ElementUnparserBase
  4. ElementUnparserStartEndStrategy
  5. RepMoveMixin
  6. CombinatorUnparser
  7. CombinatorProcessor
  8. Unparser
  9. Processor
  10. Serializable
  11. Serializable
  12. ToBriefXMLImpl
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ElementUnparserInputValueCalc(erd: ElementRuntimeData, setVarUnparsers: Array[Unparser])

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. final def captureRuntimeValuedExpressionValues(ustate: UState): Unit
  8. final lazy val childProcessors: Vector[Unparser]
    Definition Classes
    ElementUnparserBase → Processor → ToBriefXMLImpl
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. final def computeSetVariables(state: UState): Unit
    Definition Classes
    ElementUnparserBase
  11. val context: RuntimeData
    Definition Classes
    CombinatorUnparser → Unparser → Processor
  12. def doAfterContentUnparser(state: UState): Unit
    Attributes
    protected
    Definition Classes
    ElementUnparserBase
  13. def doBeforeContentUnparser(state: UState): Unit
    Attributes
    protected
    Definition Classes
    ElementUnparserBase
  14. val eAfterUnparser: Maybe[Unparser]
    Definition Classes
    ElementUnparserBase
  15. val eBeforeUnparser: Maybe[Unparser]
    Definition Classes
    ElementUnparserBase
  16. val eReptypeUnparser: Maybe[Unparser]
    Definition Classes
    ElementUnparserBase
  17. val eUnparser: Maybe[Unparser]
    Definition Classes
    ElementUnparserBase
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  20. val erd: ElementRuntimeData
  21. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def isEmpty: Boolean
    Definition Classes
    Unparser → Processor
  25. val isInitialized: Boolean
    Definition Classes
    Processor
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. final def isPrimitive: Boolean
    Definition Classes
    CombinatorProcessor → Processor
  28. def move(state: UState): Unit

    Move over in the element children, but not in the group.

    Move over in the element children, but not in the group. This avoids separators for this IVC element.

    Definition Classes
    ElementUnparserInputValueCalcElementUnparserStartEndStrategyRepMoveMixin
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. def nom: String
    Definition Classes
    ToBriefXMLImpl
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. def runContentUnparser(state: UState): Unit
    Attributes
    protected
    Definition Classes
    ElementUnparserBase
  34. lazy val runtimeDependencies: Vector[Nothing]
  35. val setVarUnparsers: Array[Unparser]
    Definition Classes
    ElementUnparserBase
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. def toBriefXML(depthLimit: Int = -1): String
    Definition Classes
    ElementUnparserBase → ToBriefXMLImpl
  38. def toString(): String
    Definition Classes
    ToBriefXMLImpl → AnyRef → Any
  39. def unparse(state: UState): Unit
    Definition Classes
    ElementUnparserBase → Unparser
  40. final def unparse1(ustate: UState, ignore: AnyRef): Unit
    Definition Classes
    Unparser
  41. final def unparseBegin(state: UState): Unit

    Consumes the required infoset events and changes context so that the element's DIElement node is the context element.

    Consumes the required infoset events and changes context so that the element's DIElement node is the context element.

    Attributes
    protected
    Definition Classes
    RegularElementUnparserStartEndStrategyElementUnparserStartEndStrategy
  42. final def unparseEnd(state: UState): Unit

    Restores prior context.

    Restores prior context. Consumes end-element event.

    Attributes
    protected
    Definition Classes
    RegularElementUnparserStartEndStrategyElementUnparserStartEndStrategy
  43. def validate(state: UState): Unit
    Definition Classes
    ElementUnparserBase
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from ElementUnparserBase

Inherited from RepMoveMixin

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