object YDocument

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. YDocument
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract class BaseBuilder extends AnyRef
  2. class EntryBuilder extends BaseBuilder with Dynamic
  3. class PartBuilder extends BaseBuilder
  4. class WithComment extends AnyRef

    Auxiliary class to create a document that has a head comment

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 apply(mainNode: YNode)(implicit sourceName: String = ""): YDocument

    Constructor from a main Node

  5. def apply(f: (PartBuilder) ⇒ Unit): YDocument
  6. def apply(f: (PartBuilder) ⇒ Unit, sourceName: String): YDocument

    Constructor from a Builder

  7. def apply(headComment: String): WithComment
  8. def apply(headComment: String, sourceName: String): WithComment

    Build supplying a Head comment

  9. def apply(children: IndexedSeq[YPart], sourceName: String): YDocument
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  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( classOf[java.lang.Throwable] )
  15. implicit def fromNode(node: YNode): YDocument

    Convert from an node to a document

  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def list(elems: YNode*)(implicit sourceName: String = ""): YNode

    Build a list of Nodes

  20. def list(f: (PartBuilder) ⇒ Unit): YDocument

    Build an List document using a builder

  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def objFromBuilder(f: (EntryBuilder) ⇒ Unit): YDocument

    Build an Object document using a builder

  25. def parseJson(text: String)(implicit eh: ParseErrorHandler): YDocument

    Constructor from Json text

  26. def parseYaml(text: String)(implicit eh: ParseErrorHandler): YDocument

    Constructor from Yaml text, keep the first document

  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  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
    @native() @throws( ... )
  32. object obj extends Dynamic

    Build an Object(Map) (Using dynamics)

Inherited from AnyRef

Inherited from Any

Ungrouped