Class

org.apache.daffodil.infoset

W3CDOMInfosetOutputter

Related Doc: package infoset

Permalink

class W3CDOMInfosetOutputter extends InfosetOutputter with XMLInfosetOutputter

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

Instance Constructors

  1. new W3CDOMInfosetOutputter()

    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 addFmtInfo(diTerm: DITerm, elem: Elem, showFormatInfo: Boolean): Elem

    Permalink
    Definition Classes
    XMLInfosetOutputter
  5. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def endArray(diArray: 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
    W3CDOMInfosetOutputterInfosetOutputter
  8. def endComplex(diComplex: 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.

    diComplex

    the complex element that is ended. Various fields of DIComplex can be accessed to determine things like the nil, name, namespace, etc.

    returns

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

    Definition Classes
    W3CDOMInfosetOutputterInfosetOutputter
  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
    W3CDOMInfosetOutputterInfosetOutputter
  10. def endSimple(diSimple: 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.

    diSimple

    the simple element that is ended. Various fields of DISimple can be accessed to determine things like the value, nil, name, namespace, etc.

    returns

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

    Definition Classes
    W3CDOMInfosetOutputterInfosetOutputter
  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 fmtInfo(diTerm: DITerm): Maybe[String]

    Permalink

    String suitable for use in the text of a Processing Instruction.

    String suitable for use in the text of a Processing Instruction.

    The text is a pseudo-XML string.

    Attributes
    protected
    Definition Classes
    XMLInfosetOutputter
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def getResult(): Document

    Permalink
  17. def getStatus(): Status

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. 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
  21. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  24. def remapped(dataValueAsString: String): String

    Permalink
    Definition Classes
    XMLInfosetOutputter
  25. 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
    W3CDOMInfosetOutputterInfosetOutputter
  26. def startArray(diArray: 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
    W3CDOMInfosetOutputterInfosetOutputter
  27. def startComplex(diComplex: 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.

    diComplex

    the complex element that is started. Various fields of DIComplex can be accessed to determine things like the nil, name, namespace, etc.

    returns

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

    Definition Classes
    W3CDOMInfosetOutputterInfosetOutputter
  28. 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
    W3CDOMInfosetOutputterInfosetOutputter
  29. def startSimple(diSimple: 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.

    diSimple

    the simple element that is started. Various fields of DISimple can be accessed to determine things like the value, nil, name, namespace, etc.

    returns

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

    Definition Classes
    W3CDOMInfosetOutputterInfosetOutputter
  30. def status: Status

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

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

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

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

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

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

Inherited from XMLInfosetOutputter

Inherited from InfosetOutputter

Inherited from AnyRef

Inherited from Any

Ungrouped