Packages

c

org.apache.daffodil.processors.unparsers

ElementOVCUnspecifiedLengthUnparser

class ElementOVCUnspecifiedLengthUnparser extends ElementUnparserBase with OVCStartEndStrategy with RepMoveMixin

Linear Supertypes
OVCStartEndStrategy, ElementUnparserBase, ElementUnparserStartEndStrategy, RepMoveMixin, CombinatorUnparser, CombinatorProcessor, Unparser, Processor, Serializable, Serializable, Logging, Identity, ToBriefXMLImpl, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ElementOVCUnspecifiedLengthUnparser
  2. OVCStartEndStrategy
  3. ElementUnparserBase
  4. ElementUnparserStartEndStrategy
  5. RepMoveMixin
  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 ElementOVCUnspecifiedLengthUnparser(erd: ElementRuntimeData, setVarUnparsers: Array[Unparser], eBeforeUnparser: Maybe[Unparser], eUnparser: Maybe[Unparser], eAfterUnparser: Maybe[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 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. final def captureRuntimeValuedExpressionValues(state: UState): Unit
    Attributes
    protected
    Definition Classes
    OVCStartEndStrategyElementUnparserStartEndStrategy
  9. final lazy val childProcessors: Vector[Unparser]
    Definition Classes
    ElementUnparserBase → Processor → ToBriefXMLImpl
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  11. final def computeSetVariables(state: UState): Unit
    Definition Classes
    ElementUnparserBase
  12. val context: RuntimeData
    Definition Classes
    CombinatorUnparser → Unparser → Processor
  13. def doAfterContentUnparser(state: UState): Unit
    Attributes
    protected
    Definition Classes
    ElementUnparserBase
  14. def doBeforeContentUnparser(state: UState): Unit
    Attributes
    protected
    Definition Classes
    ElementUnparserBase
  15. def doLogging(lvl: Type, msg: String, args: Seq[Any]): Unit
    Attributes
    protected
    Definition Classes
    Logging
  16. val eAfterUnparser: Maybe[Unparser]
    Definition Classes
    ElementUnparserBase
  17. val eBeforeUnparser: Maybe[Unparser]
    Definition Classes
    ElementUnparserBase
  18. val eReptypeUnparser: Maybe[Unparser]
    Definition Classes
    ElementUnparserBase
  19. val eUnparser: Maybe[Unparser]
    Definition Classes
    ElementUnparserBase
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  22. val erd: ElementRuntimeData
  23. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def getLogWriter(): LogWriter
    Definition Classes
    Logging
  26. final def getLoggingLevel(): Type
    Definition Classes
    Logging
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. def isEmpty: Boolean
    Definition Classes
    Unparser → Processor
  29. val isInitialized: Boolean
    Definition Classes
    Processor
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. final def isPrimitive: Boolean
    Definition Classes
    CombinatorProcessor → Processor
  32. final macro def log(lvl: Type, msg: String, args: Any*): Unit
    Definition Classes
    Logging
  33. lazy val logID: String
    Definition Classes
    Logging → Identity
  34. val logLevel: Maybe[Type]
    Definition Classes
    Logging
  35. val logWriter: Maybe[LogWriter]
    Definition Classes
    Logging
  36. def move(start: UState): Unit
    Definition Classes
    RepMoveMixin
  37. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. def nom: String
    Definition Classes
    ToBriefXMLImpl
  39. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  41. def runContentUnparser(state: UState): Unit
    Attributes
    protected
    Definition Classes
    ElementUnparserBase
  42. lazy val runtimeDependencies: Vector[Nothing]
  43. def setLogWriter(lw: LogWriter): Unit
    Definition Classes
    Logging
  44. def setLoggingLevel(level: Type): Unit
    Definition Classes
    Logging
  45. val setVarUnparsers: Array[Unparser]
    Definition Classes
    ElementUnparserBase
  46. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  47. def toBriefXML(depthLimit: Int = -1): String
    Definition Classes
    ElementUnparserBase → ToBriefXMLImpl
  48. def toString(): String
    Definition Classes
    ToBriefXMLImpl → AnyRef → Any
  49. def unparse(state: UState): Unit
    Definition Classes
    ElementUnparserBase → Unparser
  50. final def unparse1(ustate: UState, ignore: AnyRef): Unit
    Definition Classes
    Unparser
  51. final def unparseBegin(state: UState): Unit

    For OVC, the behavior w.r.t.

    For OVC, the behavior w.r.t. consuming infoset events is different.

    Attributes
    protected
    Definition Classes
    OVCStartEndStrategyElementUnparserStartEndStrategy
  52. final def unparseEnd(state: UState): Unit

    Restores prior context.

    Restores prior context. Consumes end-element event.

    Attributes
    protected
    Definition Classes
    OVCStartEndStrategyElementUnparserStartEndStrategy
  53. def validate(state: UState): Unit
    Definition Classes
    ElementUnparserBase
  54. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  57. macro def withLoggingLevel[S](newLevel: Type)(body: ⇒ S): Unit
    Definition Classes
    Logging

Inherited from OVCStartEndStrategy

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 Logging

Inherited from Identity

Inherited from ToBriefXMLImpl

Inherited from AnyRef

Inherited from Any

Ungrouped