eu.cdevreeze.yaidom.simple

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 elem(qname: QName, attributes: IndexedSeq[(QName, String)], namespaces: Declarations, children: IndexedSeq[NodeBuilder]): ElemBuilder

  9. def elem(qname: QName, namespaces: Declarations, children: IndexedSeq[NodeBuilder]): ElemBuilder

  10. def elem(qname: QName, attributes: IndexedSeq[(QName, String)], children: IndexedSeq[NodeBuilder]): ElemBuilder

  11. def elem(qname: QName, children: IndexedSeq[NodeBuilder]): ElemBuilder

  12. def emptyElem(qname: QName, attributes: IndexedSeq[(QName, String)], namespaces: Declarations): ElemBuilder

  13. def emptyElem(qname: QName, namespaces: Declarations): ElemBuilder

  14. def emptyElem(qname: QName, attributes: IndexedSeq[(QName, String)]): ElemBuilder

  15. def emptyElem(qname: QName): ElemBuilder

  16. def entityRef(entity: String): EntityRefBuilder

  17. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def fromComment(comment: Comment): CommentBuilder

  21. 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).

  22. def fromEntityRef(er: EntityRef): EntityRefBuilder

  23. 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

  24. def fromProcessingInstruction(pi: ProcessingInstruction): ProcessingInstructionBuilder

  25. def fromText(txt: Text): TextBuilder

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

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

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

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

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

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

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

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

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

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

  36. def textElem(qname: QName, namespaces: Declarations, txt: String): ElemBuilder

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

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

  39. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped