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 fromNode(node: YNode): YDocument

    Convert from an node to a document

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

    Build a list of Nodes

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

    Build an List document using a builder

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

    Build an Object document using a builder

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

    Constructor from Json text

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

    Constructor from Yaml text, keep the first document

  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. object obj extends Dynamic

    Build an Object(Map) (Using dynamics)

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped