final case class CommentingXMLStreamWriter(self: IndentingXMLStreamWriter, comments: XMLCommentProvider) extends XMLStreamWriterProxy with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, XMLStreamWriterProxy, XMLStreamWriter, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CommentingXMLStreamWriter
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. XMLStreamWriterProxy
  7. XMLStreamWriter
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CommentingXMLStreamWriter(self: IndentingXMLStreamWriter, comments: XMLCommentProvider)

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. def afterEndElement(): Unit

    This is called after the closing element tag is written

    This is called after the closing element tag is written

    Attributes
    protected
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def beforeStartElement(localName: String): Unit

    This is called before the start element is written

    This is called before the start element is written

    Attributes
    protected
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. def close(): Unit
    Definition Classes
    XMLStreamWriterProxy → XMLStreamWriter
  9. val comments: XMLCommentProvider
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def flush(): Unit
    Definition Classes
    XMLStreamWriterProxy → XMLStreamWriter
  13. def flushBuffer(): Unit
    Attributes
    protected
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def getNamespaceContext(): NamespaceContext
    Definition Classes
    XMLStreamWriterProxy → XMLStreamWriter
  16. def getPrefix(uri: String): String
    Definition Classes
    XMLStreamWriterProxy → XMLStreamWriter
  17. def getProperty(name: String): AnyRef
    Definition Classes
    XMLStreamWriterProxy → XMLStreamWriter
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. val self: IndentingXMLStreamWriter
    Attributes
    protected
    Definition Classes
    CommentingXMLStreamWriterXMLStreamWriterProxy
  23. def setDefaultNamespace(uri: String): Unit
    Definition Classes
    XMLStreamWriterProxy → XMLStreamWriter
  24. def setNamespaceContext(context: NamespaceContext): Unit
    Definition Classes
    XMLStreamWriterProxy → XMLStreamWriter
  25. def setPrefix(prefix: String, uri: String): Unit
    Definition Classes
    CommentingXMLStreamWriterXMLStreamWriterProxy → XMLStreamWriter
  26. def stackKey(): String
    Attributes
    protected
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  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( ... ) @native()
  31. def writeAttribute(localName: String, value: String): Unit
    Definition Classes
    CommentingXMLStreamWriterXMLStreamWriterProxy → XMLStreamWriter
  32. def writeAttribute(prefix: String, namespaceURI: String, localName: String, value: String): Unit
    Definition Classes
    CommentingXMLStreamWriterXMLStreamWriterProxy → XMLStreamWriter
  33. def writeAttribute(namespaceURI: String, localName: String, value: String): Unit
    Definition Classes
    CommentingXMLStreamWriterXMLStreamWriterProxy → XMLStreamWriter
  34. def writeCData(data: String): Unit
    Definition Classes
    CommentingXMLStreamWriterXMLStreamWriterProxy → XMLStreamWriter
  35. def writeCharacters(text: String): Unit
    Definition Classes
    CommentingXMLStreamWriterXMLStreamWriterProxy → XMLStreamWriter
  36. def writeCharacters(text: Array[Char], start: Int, length: Int): Unit
    Definition Classes
    CommentingXMLStreamWriterXMLStreamWriterProxy → XMLStreamWriter
  37. def writeComment(data: String): Unit
    Definition Classes
    XMLStreamWriterProxy → XMLStreamWriter
  38. def writeDTD(dtd: String): Unit
    Definition Classes
    CommentingXMLStreamWriterXMLStreamWriterProxy → XMLStreamWriter
  39. def writeDefaultNamespace(namespaceURI: String): Unit
    Definition Classes
    CommentingXMLStreamWriterXMLStreamWriterProxy → XMLStreamWriter
  40. def writeEmptyElement(namespaceURI: String, localName: String): Unit
    Definition Classes
    CommentingXMLStreamWriterXMLStreamWriterProxy → XMLStreamWriter
  41. def writeEmptyElement(prefix: String, localName: String, namespaceURI: String): Unit
    Definition Classes
    CommentingXMLStreamWriterXMLStreamWriterProxy → XMLStreamWriter
  42. def writeEmptyElement(localName: String): Unit
    Definition Classes
    CommentingXMLStreamWriterXMLStreamWriterProxy → XMLStreamWriter
  43. def writeEndDocument(): Unit
    Definition Classes
    CommentingXMLStreamWriterXMLStreamWriterProxy → XMLStreamWriter
  44. def writeEndElement(): Unit
    Definition Classes
    CommentingXMLStreamWriterXMLStreamWriterProxy → XMLStreamWriter
  45. def writeEntityRef(name: String): Unit
    Definition Classes
    CommentingXMLStreamWriterXMLStreamWriterProxy → XMLStreamWriter
  46. def writeNamespace(prefix: String, namespaceURI: String): Unit
    Definition Classes
    CommentingXMLStreamWriterXMLStreamWriterProxy → XMLStreamWriter
  47. def writeProcessingInstruction(target: String): Unit
    Definition Classes
    CommentingXMLStreamWriterXMLStreamWriterProxy → XMLStreamWriter
  48. def writeProcessingInstruction(target: String, data: String): Unit
    Definition Classes
    CommentingXMLStreamWriterXMLStreamWriterProxy → XMLStreamWriter
  49. def writeStartDocument(): Unit
    Definition Classes
    XMLStreamWriterProxy → XMLStreamWriter
  50. def writeStartDocument(version: String): Unit
    Definition Classes
    XMLStreamWriterProxy → XMLStreamWriter
  51. def writeStartDocument(encoding: String, version: String): Unit
    Definition Classes
    XMLStreamWriterProxy → XMLStreamWriter
  52. def writeStartElement(localName: String): Unit
    Definition Classes
    CommentingXMLStreamWriterXMLStreamWriterProxy → XMLStreamWriter
  53. def writeStartElement(namespaceURI: String, localName: String): Unit
    Definition Classes
    CommentingXMLStreamWriterXMLStreamWriterProxy → XMLStreamWriter
  54. def writeStartElement(prefix: String, localName: String, namespaceURI: String): Unit
    Definition Classes
    CommentingXMLStreamWriterXMLStreamWriterProxy → XMLStreamWriter

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from XMLStreamWriterProxy

Inherited from XMLStreamWriter

Inherited from AnyRef

Inherited from Any

Ungrouped