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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def cdata(textValue: String): TextBuilder

  8. def clone(): AnyRef

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

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

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

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

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

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

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

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

  17. def emptyElem(qname: QName): ElemBuilder

  18. def entityRef(entity: String): EntityRefBuilder

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def fromCanBeDocumentChild(n: CanBeDocumentChild)(parentScope: Scope): CanBeDocBuilderChild

  23. def fromComment(comment: Comment): CommentBuilder

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

  25. def fromEntityRef(er: EntityRef): EntityRefBuilder

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

  27. def fromProcessingInstruction(pi: ProcessingInstruction): ProcessingInstructionBuilder

  28. def fromText(txt: Text): TextBuilder

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

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

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

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

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

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

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

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

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

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

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

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

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

  42. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped