c

woodstox

IndentingXMLStreamWriter

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

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

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( ... ) @native()
  6. def close(): Unit
    Definition Classes
    XMLStreamWriterProxy → XMLStreamWriter
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. def flush(): Unit
    Definition Classes
    XMLStreamWriterProxy → XMLStreamWriter
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def getNamespaceContext(): NamespaceContext
    Definition Classes
    XMLStreamWriterProxy → XMLStreamWriter
  12. def getPrefix(uri: String): String
    Definition Classes
    XMLStreamWriterProxy → XMLStreamWriter
  13. def getProperty(name: String): AnyRef
    Definition Classes
    XMLStreamWriterProxy → XMLStreamWriter
  14. val indent: String
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  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(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  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

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