eu.cdevreeze.yaidom.convert

YaidomToStaxEventsConversions

trait YaidomToStaxEventsConversions extends ElemConverter[(XMLEventFactory) ⇒ IndexedSeq[XMLEvent]] with DocumentConverter[(XMLEventFactory) ⇒ IndexedSeq[XMLEvent]]

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
DocumentConverter[(XMLEventFactory) ⇒ IndexedSeq[XMLEvent]], ElemConverter[(XMLEventFactory) ⇒ IndexedSeq[XMLEvent]], AnyRef, Any
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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

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

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

  9. final def convertDocument(doc: Document): (XMLEventFactory) ⇒ IndexedSeq[XMLEvent]

    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
  10. 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).

  11. final def convertElem(elm: Elem): (XMLEventFactory) ⇒ IndexedSeq[XMLEvent]

    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
  12. 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.

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

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

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

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

  15. def encoding: String

    Returns encoding used in the createStartDocument call.

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  26. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from DocumentConverter[(XMLEventFactory) ⇒ IndexedSeq[XMLEvent]]

Inherited from ElemConverter[(XMLEventFactory) ⇒ IndexedSeq[XMLEvent]]

Inherited from AnyRef

Inherited from Any

Ungrouped