eu.cdevreeze.yaidom

NodeBuilder

object NodeBuilder extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. NodeBuilder
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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 cdata(textValue: String): TextBuilder

  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def comment(textValue: String): CommentBuilder

  8. def document(uriOption: Option[String] = None, documentElement: ElemBuilder, processingInstructions: IndexedSeq[ProcessingInstructionBuilder] = Vector(), comments: IndexedSeq[CommentBuilder] = Vector()): DocBuilder

  9. def elem(qname: QName, attributes: IndexedSeq[(QName, String)] = Vector(), namespaces: Declarations = Declarations.Empty, children: IndexedSeq[NodeBuilder] = Vector()): ElemBuilder

  10. def entityRef(entity: String): EntityRefBuilder

  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. def fromComment(comment: Comment): CommentBuilder

  15. def fromElem(elm: Elem)(parentScope: Scope): ElemBuilder

    Converts an Elem to an ElemBuilder, given a parent scope.

    Converts an Elem to an ElemBuilder, given a parent scope.

    The resulting (root) ElemBuilder gets the following namespace declarations: parentScope.relativize(elm.scope).

  16. def fromEntityRef(er: EntityRef): EntityRefBuilder

  17. def fromNode(node: Node)(parentScope: Scope): NodeBuilder

    Converts a Node to a NodeBuilder, given a parent scope.

    Converts a Node to a NodeBuilder, given a parent scope.

    The following must always hold: fromNode(node)(parentScope).build(parentScope) "is structurally equal to" node

  18. def fromProcessingInstruction(pi: ProcessingInstruction): ProcessingInstructionBuilder

  19. def fromText(txt: Text): TextBuilder

  20. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  26. def processingInstruction(target: String, data: String): ProcessingInstructionBuilder

  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  28. def text(textValue: String): TextBuilder

  29. def textElem(qname: QName, attributes: IndexedSeq[(QName, String)], namespaces: Declarations, txt: String): ElemBuilder

  30. def textElem(qname: QName, attributes: IndexedSeq[(QName, String)], txt: String): ElemBuilder

  31. def textElem(qname: QName, txt: String): ElemBuilder

  32. def toString(): String

    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped