eu.cdevreeze.yaidom.convert

YaidomToStaxEventsConversions

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
Learn more about member selection
Visibility
  1. Public
  2. All

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

    Definition Classes
    Any
  5. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def convertComment(comment: Comment, xmlEventFactory: XMLEventFactory): IndexedSeq[XMLEvent]

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

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

    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]

    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

    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]

    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]

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

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

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

  13. def encoding: String

    Returns encoding used in the createStartDocument call.

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  24. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped