Trait/Object

eu.cdevreeze.yaidom.convert

YaidomToStaxEventsConversions

Related Docs: object YaidomToStaxEventsConversions | package convert

Permalink

trait YaidomToStaxEventsConversions extends ElemConverter[XmlEventsProducer] with DocumentConverter[XmlEventsProducer]

Converter from yaidom nodes to StAX events, in particular from eu.cdevreeze.yaidom.simple.Elem to immutable.IndexedSeq[XMLEvent], and from eu.cdevreeze.yaidom.simple.Document to immutable.IndexedSeq[XMLEvent].

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. YaidomToStaxEventsConversions
  2. DocumentConverter
  3. ElemConverter
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

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 convertComment(comment: Comment, xmlEventFactory: XMLEventFactory): IndexedSeq[XMLEvent]

    Permalink

    Converts a yaidom Comment to a sequence of XMLEvent instances, given an XMLEventFactory.

  7. final def convertDocument(doc: Document): XmlEventsProducer

    Permalink

    Converts a yaidom Document to a function from XMLEventFactorys to sequences of XMLEvent instances

    Converts a yaidom Document to a function from XMLEventFactorys to sequences of XMLEvent instances

    Definition Classes
    YaidomToStaxEventsConversionsDocumentConverter
  8. final def convertElem(elm: Elem, xmlEventFactory: XMLEventFactory, parentScope: Scope): IndexedSeq[XMLEvent]

    Permalink

    Converts a yaidom Elem to a sequence of XMLEvent instances, given an XMLEventFactory.

    Converts a yaidom Elem to a sequence of XMLEvent instances, given an XMLEventFactory. The given parent scope is used, that is, the namespace declarations of the outer "start element event" is parentScope.relativize(elm.scope).

  9. final def convertElem(elm: Elem): XmlEventsProducer

    Permalink

    Converts a yaidom Elem to a function from XMLEventFactorys to sequences of XMLEvent instances.

    Converts a yaidom Elem to a function from XMLEventFactorys to sequences of XMLEvent instances. The assumed parent scope is the empty scope, so the namespace declarations of the outer "start element event" follow from the scope of the passed Elem.

    Definition Classes
    YaidomToStaxEventsConversionsElemConverter
  10. final def convertNode(node: Node, xmlEventFactory: XMLEventFactory, parentScope: Scope): IndexedSeq[XMLEvent]

    Permalink

    Converts a yaidom node to a sequence of XMLEvent instances, given an XMLEventFactory.

    Converts a yaidom node to a sequence of XMLEvent instances, given an XMLEventFactory. The given parent scope is used, in case the node is an Elem.

  11. final def convertProcessingInstruction(processingInstruction: ProcessingInstruction, xmlEventFactory: XMLEventFactory): IndexedSeq[XMLEvent]

    Permalink

    Converts a yaidom ProcessingInstruction to a sequence of XMLEvent instances, given an XMLEventFactory.

  12. final def convertText(text: Text, xmlEventFactory: XMLEventFactory): IndexedSeq[XMLEvent]

    Permalink

    Converts a yaidom Text to a sequence of XMLEvent instances, given an XMLEventFactory.

  13. def encoding: String

    Permalink

    Returns encoding used in the createStartDocument call.

    Returns encoding used in the createStartDocument call. Can be overridden.

  14. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  23. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped