Class

org.apache.daffodil.infoset

JsonInfosetOutputter

Related Doc: package infoset

Permalink

class JsonInfosetOutputter extends InfosetOutputter with Indentable

Linear Supertypes
Indentable, InfosetOutputter, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsonInfosetOutputter
  2. Indentable
  3. InfosetOutputter
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JsonInfosetOutputter(writer: Writer, pretty: Boolean = true)

    Permalink

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 asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def decrementIndentation(): Unit

    Permalink
    Definition Classes
    Indentable
  7. def endArray(array: DIArray): Boolean

    Permalink

    Called by Daffodil internals to signify the end of an array of elements.

    Called by Daffodil internals to signify the end of an array of elements.

    returns

    true on sucess, false if there was an error and Daffodil should stop all future calls to the InfosetOutputter

    Definition Classes
    JsonInfosetOutputterInfosetOutputter
  8. def endComplex(complex: DIComplex): Boolean

    Permalink

    Called by Daffodil internals to signify the end of a complex element.

    Called by Daffodil internals to signify the end of a complex element.

    returns

    true on sucess, false if there was an error and Daffodil should stop all future calls to the InfosetOutputter

    Definition Classes
    JsonInfosetOutputterInfosetOutputter
  9. def endDocument(): Boolean

    Permalink

    Called by Daffodil internals to signify the end of the infoset.

    Called by Daffodil internals to signify the end of the infoset.

    returns

    true on sucess, false if there was an error and Daffodil should stop all future calls to the InfosetOutputter

    Definition Classes
    JsonInfosetOutputterInfosetOutputter
  10. def endSimple(simple: DISimple): Boolean

    Permalink

    Called by Daffodil internals to signify the end of a simple element.

    Called by Daffodil internals to signify the end of a simple element.

    returns

    true on sucess, false if there was an error and Daffodil should stop all future calls to the InfosetOutputter

    Definition Classes
    JsonInfosetOutputterInfosetOutputter
  11. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. final def getIndentationLevel(): Int

    Permalink
    Definition Classes
    Indentable
  16. def getStatus(): Status

    Permalink
    Definition Classes
    InfosetOutputter
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def incrementIndentation(): Unit

    Permalink
    Definition Classes
    Indentable
  19. val indentChar: Char

    Permalink
    Definition Classes
    Indentable
  20. val indentSize: Int

    Permalink
    Definition Classes
    Indentable
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. final def isNilled(diElement: DIElement): Boolean

    Permalink

    Helper function to determine if an element is nilled or not, taking into account whether or not the nilled state has been set yet.

    Helper function to determine if an element is nilled or not, taking into account whether or not the nilled state has been set yet.

    diElement

    the element to check the nilled state of

    returns

    true if the nilled state has been set and is true. false if the nilled state is false or if the nilled state has not been set yet (e.g. during debugging)

    Definition Classes
    InfosetOutputter
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  26. final def outputIndentation(output: Writer): Unit

    Permalink
    Definition Classes
    Indentable
  27. def reset(): Unit

    Permalink

    Reset the internal state of this InfosetOutputter.

    Reset the internal state of this InfosetOutputter. This should be called inbetween calls to the parse method.

    Definition Classes
    JsonInfosetOutputterInfosetOutputter
  28. final def resetIndentation(): Unit

    Permalink
    Definition Classes
    Indentable
  29. def startArray(array: DIArray): Boolean

    Permalink

    Called by Daffodil internals to signify the beginning of an array of elements.

    Called by Daffodil internals to signify the beginning of an array of elements.

    returns

    true on sucess, false if there was an error and Daffodil should stop all future calls to the InfosetOutputter

    Definition Classes
    JsonInfosetOutputterInfosetOutputter
  30. def startComplex(complex: DIComplex): Boolean

    Permalink

    Called by Daffodil internals to signify the beginning of a complex element.

    Called by Daffodil internals to signify the beginning of a complex element.

    returns

    true on sucess, false if there was an error and Daffodil should stop all future calls to the InfosetOutputter

    Definition Classes
    JsonInfosetOutputterInfosetOutputter
  31. def startDocument(): Boolean

    Permalink

    Called by Daffodil internals to signify the beginning of the infoset.

    Called by Daffodil internals to signify the beginning of the infoset.

    returns

    true on sucess, false if there was an error and Daffodil should stop all future calls to the InfosetOutputter

    Definition Classes
    JsonInfosetOutputterInfosetOutputter
  32. def startSimple(simple: DISimple): Boolean

    Permalink

    Called by Daffodil internals to signify the beginning of a simple element.

    Called by Daffodil internals to signify the beginning of a simple element.

    returns

    true on sucess, false if there was an error and Daffodil should stop all future calls to the InfosetOutputter

    Definition Classes
    JsonInfosetOutputterInfosetOutputter
  33. def status: Status

    Permalink
    Definition Classes
    InfosetOutputter
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  35. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  36. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Indentable

Inherited from InfosetOutputter

Inherited from AnyRef

Inherited from Any

Ungrouped