object YDocument extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. YDocument
  2. Serializable
  3. Serializable
  4. AnyRef
  5. 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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. implicit def fromObj(map: YMap): YDocument

    Convert from an object to a document

  15. implicit def fromSeq(seq: YSequence): YDocument

    Convert from an list to a document

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

    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
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  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
    @throws( ... )
  32. object obj extends Dynamic

    Build an Object(Map) (Using dynamics)

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped