Class

org.scalastyle

XmlPrettyPrinter

Related Doc: package scalastyle

Permalink

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
Visibility
  1. Public
  2. All

Instance Constructors

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

    Permalink

Type Members

  1. case class Box extends Item with Product with Serializable

    Permalink
    Definition Classes
    PrettyPrinter
  2. class BrokenException extends Exception

    Permalink
    Definition Classes
    PrettyPrinter
  3. class Item extends AnyRef

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

    Permalink
    Definition Classes
    PrettyPrinter

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    PrettyPrinter
  27. val minimizeMode: scala.xml.MinimizeMode.Value

    Permalink
    Definition Classes
    PrettyPrinter
  28. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. def reset(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
  34. def toString(): String

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

    Permalink

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from PrettyPrinter

Inherited from AnyRef

Inherited from Any

Ungrouped