org.beangle.data.serialize.io.xml

PrettyXmlWriter

Related Docs: object PrettyXmlWriter | package xml

class PrettyXmlWriter extends AbstractWriter

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PrettyXmlWriter
  2. AbstractWriter
  3. StreamWriter
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PrettyXmlWriter(writer: Writer)

  2. new PrettyXmlWriter(writer: Writer, lineIndenter: Array[Char], newLine: Array[Char])

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 addAttribute(key: String, value: String): Unit

    Definition Classes
    PrettyXmlWriterStreamWriter
  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def close(): Unit

    Definition Classes
    PrettyXmlWriterStreamWriter
  8. def currentPath: Path

    Definition Classes
    AbstractWriterStreamWriter
  9. def end(context: MarshallingContext): Unit

    Definition Classes
    PrettyXmlWriterStreamWriter
  10. def endNode(): Unit

    Definition Classes
    PrettyXmlWriterStreamWriter
  11. final def eq(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    PrettyXmlWriterStreamWriter
  15. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  17. def indentNewLine(depth: Int): Unit

    Attributes
    protected
  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
  21. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  22. var pathStack: PathStack

    Attributes
    protected
    Definition Classes
    AbstractWriter
  23. def setValue(text: String): Unit

    Definition Classes
    PrettyXmlWriterStreamWriter
  24. def start(context: MarshallingContext): Unit

    Definition Classes
    PrettyXmlWriterStreamWriter
  25. def startNode(name: String, clazz: Class[_]): Unit

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

    Definition Classes
    AnyRef
  27. def toString(): String

    Definition Classes
    AnyRef → Any
  28. def underlying: StreamWriter

    Definition Classes
    AbstractWriterStreamWriter
  29. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. def writeAttributeValue(text: String): Unit

    Attributes
    protected
  33. def writeText(text: String): Unit

    Attributes
    protected

Inherited from AbstractWriter

Inherited from StreamWriter

Inherited from AnyRef

Inherited from Any

Ungrouped