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: 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 childrenAreLeaves(n: Node): Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  30. def reset(): Unit

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

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

    Definition Classes
    AnyRef
  33. def toString(): String

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

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

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from PrettyPrinter

Inherited from AnyRef

Inherited from Any

Ungrouped