c

woodstox

IndentingXMLStreamWriter

final case class IndentingXMLStreamWriter(self: XMLStreamWriter, indent: String = " ") extends IndentingXMLStreamWriterBase with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IndentingXMLStreamWriter
  2. Serializable
  3. Product
  4. Equals
  5. IndentingXMLStreamWriterBase
  6. XMLStreamWriterProxy
  7. XMLStreamWriter
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new IndentingXMLStreamWriter(self: XMLStreamWriter, indent: String = " ")

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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. def close(): Unit
    Definition Classes
    XMLStreamWriterProxy → XMLStreamWriter
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def flush(): Unit
    Definition Classes
    XMLStreamWriterProxy → XMLStreamWriter
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. def getNamespaceContext(): NamespaceContext
    Definition Classes
    XMLStreamWriterProxy → XMLStreamWriter
  11. def getPrefix(uri: String): String
    Definition Classes
    XMLStreamWriterProxy → XMLStreamWriter
  12. def getProperty(name: String): AnyRef
    Definition Classes
    XMLStreamWriterProxy → XMLStreamWriter
  13. val indent: String
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def productElementNames: Iterator[String]
    Definition Classes
    Product
  19. val self: XMLStreamWriter
    Attributes
    protected
    Definition Classes
    IndentingXMLStreamWriterIndentingXMLStreamWriterBaseXMLStreamWriterProxy
  20. def setDefaultNamespace(uri: String): Unit
    Definition Classes
    XMLStreamWriterProxy → XMLStreamWriter
  21. def setNamespaceContext(context: NamespaceContext): Unit
    Definition Classes
    XMLStreamWriterProxy → XMLStreamWriter
  22. def setPrefix(prefix: String, uri: String): Unit
    Definition Classes
    XMLStreamWriterProxy → XMLStreamWriter
  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. def writeAttribute(localName: String, value: String): Unit
    Definition Classes
    XMLStreamWriterProxy → XMLStreamWriter
  28. def writeAttribute(prefix: String, namespaceURI: String, localName: String, value: String): Unit
    Definition Classes
    XMLStreamWriterProxy → XMLStreamWriter
  29. def writeAttribute(namespaceURI: String, localName: String, value: String): Unit
    Definition Classes
    XMLStreamWriterProxy → XMLStreamWriter
  30. def writeCData(data: String): Unit
    Definition Classes
    XMLStreamWriterProxy → XMLStreamWriter
  31. def writeCharacters(text: String): Unit
    Definition Classes
    XMLStreamWriterProxy → XMLStreamWriter
  32. def writeCharacters(text: Array[Char], start: Int, length: Int): Unit
    Definition Classes
    XMLStreamWriterProxy → XMLStreamWriter
  33. def writeComment(data: String): Unit
    Definition Classes
    XMLStreamWriterProxy → XMLStreamWriter
  34. def writeDTD(dtd: String): Unit
    Definition Classes
    XMLStreamWriterProxy → XMLStreamWriter
  35. def writeDefaultNamespace(namespaceURI: String): Unit
    Definition Classes
    XMLStreamWriterProxy → XMLStreamWriter
  36. def writeEmptyElement(namespaceURI: String, localName: String): Unit
    Definition Classes
    IndentingXMLStreamWriterBaseXMLStreamWriterProxy → XMLStreamWriter
  37. def writeEmptyElement(prefix: String, localName: String, namespaceURI: String): Unit
    Definition Classes
    IndentingXMLStreamWriterBaseXMLStreamWriterProxy → XMLStreamWriter
  38. def writeEmptyElement(localName: String): Unit
    Definition Classes
    IndentingXMLStreamWriterBaseXMLStreamWriterProxy → XMLStreamWriter
  39. def writeEndDocument(): Unit
    Definition Classes
    XMLStreamWriterProxy → XMLStreamWriter
  40. def writeEndElement(): Unit
    Definition Classes
    IndentingXMLStreamWriterBaseXMLStreamWriterProxy → XMLStreamWriter
  41. def writeEntityRef(name: String): Unit
    Definition Classes
    XMLStreamWriterProxy → XMLStreamWriter
  42. def writeIndentedComment(data: String): Unit

    Write an indented comment so that is lines up with the next start element tag

    Write an indented comment so that is lines up with the next start element tag

    Definition Classes
    IndentingXMLStreamWriterBase
  43. def writeNamespace(prefix: String, namespaceURI: String): Unit
    Definition Classes
    XMLStreamWriterProxy → XMLStreamWriter
  44. def writeProcessingInstruction(target: String): Unit
    Definition Classes
    XMLStreamWriterProxy → XMLStreamWriter
  45. def writeProcessingInstruction(target: String, data: String): Unit
    Definition Classes
    XMLStreamWriterProxy → XMLStreamWriter
  46. def writeStartDocument(encoding: String, version: String): Unit
    Definition Classes
    IndentingXMLStreamWriterBaseXMLStreamWriterProxy → XMLStreamWriter
  47. def writeStartDocument(version: String): Unit
    Definition Classes
    IndentingXMLStreamWriterBaseXMLStreamWriterProxy → XMLStreamWriter
  48. def writeStartDocument(): Unit
    Definition Classes
    IndentingXMLStreamWriterBaseXMLStreamWriterProxy → XMLStreamWriter
  49. def writeStartElement(prefix: String, localName: String, namespaceURI: String): Unit
    Definition Classes
    IndentingXMLStreamWriterBaseXMLStreamWriterProxy → XMLStreamWriter
  50. def writeStartElement(namespaceURI: String, localName: String): Unit
    Definition Classes
    IndentingXMLStreamWriterBaseXMLStreamWriterProxy → XMLStreamWriter
  51. def writeStartElement(localName: String): Unit
    Definition Classes
    IndentingXMLStreamWriterBaseXMLStreamWriterProxy → XMLStreamWriter

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from XMLStreamWriterProxy

Inherited from XMLStreamWriter

Inherited from AnyRef

Inherited from Any

Ungrouped