Trait/Object

eu.cdevreeze.yaidom.convert

YaidomToSaxEventsConversions

Related Docs: object YaidomToSaxEventsConversions | package convert

Permalink

trait YaidomToSaxEventsConversions extends ElemConverter[SaxEventsProducer] with DocumentConverter[SaxEventsProducer]

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
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. YaidomToSaxEventsConversions
  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 addNamespaceDeclarationAttributes(elm: Elem, parentScope: Scope, attrs: AttributesImpl): Attributes

    Permalink

    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.

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

    Permalink

    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.

  6. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def convertComment(comment: Comment): SaxEventsProducer

    Permalink

    Converts a yaidom Comment to a SaxEventsProducer.

  9. final def convertDocument(doc: Document): SaxEventsProducer

    Permalink

    Converts a yaidom Document to a SaxEventsProducer

    Converts a yaidom Document to a SaxEventsProducer

    Definition Classes
    YaidomToSaxEventsConversionsDocumentConverter
  10. final def convertElem(elm: Elem, parentScope: Scope): SaxEventsProducer

    Permalink

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

  11. final def convertElem(elm: Elem): SaxEventsProducer

    Permalink

    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
  12. final def convertNode(node: Node, parentScope: Scope): SaxEventsProducer

    Permalink

    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.

  13. final def convertProcessingInstruction(processingInstruction: ProcessingInstruction): SaxEventsProducer

    Permalink

    Converts a yaidom ProcessingInstruction to a SaxEventsProducer.

  14. final def convertText(text: Text): SaxEventsProducer

    Permalink

    Converts a yaidom Text to a SaxEventsProducer.

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  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. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped