org.scalastyle

XmlPrettyPrinter

class XmlPrettyPrinter extends PrettyPrinter

Linear Supertypes
PrettyPrinter, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. XmlPrettyPrinter
  2. PrettyPrinter
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new XmlPrettyPrinter(width: Int, step: Int)

Type Members

  1. case class Box extends Item with Product with Serializable

    Definition Classes
    PrettyPrinter
  2. class BrokenException extends Exception

    Definition Classes
    PrettyPrinter
  3. class Item extends AnyRef

    Definition Classes
    PrettyPrinter
  4. case class Para extends Item with Product with Serializable

    Definition Classes
    PrettyPrinter

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def childrenAreLeaves(n: Node): Boolean

    Attributes
    protected
    Definition Classes
    PrettyPrinter
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  9. var cur: Int

    Attributes
    protected
    Definition Classes
    PrettyPrinter
  10. def cut(s: String, ind: Int): List[Item]

    Attributes
    protected
    Definition Classes
    PrettyPrinter
  11. def endTag(n: Node): String

    Attributes
    protected
    Definition Classes
    PrettyPrinter
  12. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  15. def fits(test: String): Boolean

    Attributes
    protected
    Definition Classes
    PrettyPrinter
  16. def format(n: Node, pscope: NamespaceBinding): String

    Definition Classes
    PrettyPrinter
  17. def format(n: Node, pscope: NamespaceBinding, sb: StringBuilder): Unit

    Definition Classes
    PrettyPrinter
  18. def format(n: Node, sb: StringBuilder): Unit

    Definition Classes
    PrettyPrinter
  19. def formatNodes(nodes: Seq[Node], pscope: NamespaceBinding, sb: StringBuilder): Unit

    Definition Classes
    PrettyPrinter
  20. def formatNodes(nodes: Seq[Node], pscope: NamespaceBinding): String

    Definition Classes
    PrettyPrinter
  21. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  24. var items: List[Item]

    Attributes
    protected
    Definition Classes
    PrettyPrinter
  25. def leafTag(n: Node): String

    Attributes
    protected
    Definition Classes
    PrettyPrinter
  26. def makeBox(ind: Int, s: String): Unit

    Attributes
    protected
    Definition Classes
    PrettyPrinter
  27. def makeBreak(): Unit

    Attributes
    protected
    Definition Classes
    PrettyPrinter
  28. def makePara(ind: Int, s: String): Unit

    Attributes
    protected
    Definition Classes
    PrettyPrinter
  29. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  30. final def notify(): Unit

    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  32. def reset(): Unit

    Attributes
    protected
    Definition Classes
    PrettyPrinter
  33. def startTag(n: Node, pscope: NamespaceBinding): (String, Int)

    Attributes
    protected
    Definition Classes
    PrettyPrinter
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  35. def toString(): String

    Definition Classes
    AnyRef → Any
  36. def traverse(node: Node, pscope: NamespaceBinding, ind: Int): Unit

    Attributes
    protected
    Definition Classes
    XmlPrettyPrinter → PrettyPrinter
  37. def traverse(it: Iterator[Node], scope: NamespaceBinding, ind: Int): Unit

    Attributes
    protected
    Definition Classes
    PrettyPrinter
  38. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from PrettyPrinter

Inherited from AnyRef

Inherited from Any

Ungrouped