eu.cdevreeze.yaidom.convert

YaidomToSaxEventsConversions

trait YaidomToSaxEventsConversions extends ElemConverter[(ContentHandler) ⇒ Unit] with DocumentConverter[(ContentHandler) ⇒ Unit]

Converter from yaidom nodes to SAX event producers, in particular from eu.cdevreeze.yaidom.simple.Elem to SaxEventsProducer, and from eu.cdevreeze.yaidom.simple.Document to SaxEventsProducer.

Linear Supertypes
DocumentConverter[(ContentHandler) ⇒ Unit], ElemConverter[(ContentHandler) ⇒ Unit], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. YaidomToSaxEventsConversions
  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 addNamespaceDeclarationAttributes(elm: Elem, parentScope: Scope, attrs: AttributesImpl): Attributes

    Gets the namespace-declaration attributes, and adds them to the passed Attributes object.

    Gets the namespace-declaration attributes, and adds them to the passed Attributes object. This method is not called internally.

  7. final def addNormalAttributes(elm: Elem, attrs: AttributesImpl): Attributes

    Gets the normal (non-namespace-declaration) attributes, and adds them to the passed Attributes object.

    Gets the normal (non-namespace-declaration) attributes, and adds them to the passed Attributes object. This method is called internally, providing the attributes that are passed to the startElement call.

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def convertComment(comment: Comment): (ContentHandler) ⇒ Unit

    Converts a yaidom Comment to a SaxEventsProducer.

  11. final def convertDocument(doc: Document): (ContentHandler) ⇒ Unit

    Converts a yaidom Document to a SaxEventsProducer

    Converts a yaidom Document to a SaxEventsProducer

    Definition Classes
    YaidomToSaxEventsConversionsDocumentConverter
  12. final def convertElem(elm: Elem, parentScope: Scope): (ContentHandler) ⇒ Unit

    Converts a yaidom Elem to a SaxEventsProducer.

    Converts a yaidom Elem to a SaxEventsProducer. The given parent scope is used, that is, the prefix mappings before the outer "start element event" correspond to parentScope.relativize(elm.scope).

  13. final def convertElem(elm: Elem): (ContentHandler) ⇒ Unit

    Converts a yaidom Elem to a SaxEventsProducer.

    Converts a yaidom Elem to a SaxEventsProducer. The assumed parent scope is the empty scope.

    Definition Classes
    YaidomToSaxEventsConversionsElemConverter
  14. final def convertNode(node: Node, parentScope: Scope): (ContentHandler) ⇒ Unit

    Converts a yaidom node to a SaxEventsProducer.

    Converts a yaidom node to a SaxEventsProducer. The given parent scope is used, in case the node is an Elem.

  15. final def convertProcessingInstruction(processingInstruction: ProcessingInstruction): (ContentHandler) ⇒ Unit

    Converts a yaidom ProcessingInstruction to a SaxEventsProducer.

  16. final def convertText(text: Text): (ContentHandler) ⇒ Unit

    Converts a yaidom Text to a SaxEventsProducer.

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  27. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from DocumentConverter[(ContentHandler) ⇒ Unit]

Inherited from ElemConverter[(ContentHandler) ⇒ Unit]

Inherited from AnyRef

Inherited from Any

Ungrouped