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: 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 document(uriOption: Option[String] = None, documentElement: ElemBuilder, processingInstructions: IndexedSeq[ProcessingInstructionBuilder] = Vector(), comments: IndexedSeq[CommentBuilder] = Vector()): DocBuilder

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

  12. def entityRef(entity: String): EntityRefBuilder

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

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

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

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

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

  18. def fromEntityRef(er: EntityRef): EntityRefBuilder

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

  20. def fromProcessingInstruction(pi: ProcessingInstruction): ProcessingInstructionBuilder

  21. def fromText(txt: Text): TextBuilder

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

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

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

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

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

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

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

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

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

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

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

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

  34. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped