no.arktekk.atom.extension.opensearch

Query

case class Query extends ElementWrapper with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, ElementWrapper, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Query
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ElementWrapper
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type T = Query

    Definition Classes
    QueryElementWrapper

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. def \[B](selector: Selector[B]): IndexedSeq[B]

    Definition Classes
    ElementWrapper
  7. def addChild(node: Node): T

    Definition Classes
    ElementWrapper
  8. def addChild(w: ElementWrapper): T

    Definition Classes
    ElementWrapper
  9. def addChild(ns: NamespaceBinding, name: String, node: Node): T

    Definition Classes
    ElementWrapper
  10. def addChild(ns: NamespaceBinding, name: String, text: String): T

    Definition Classes
    ElementWrapper
  11. def addChild(name: String, text: String): T

    Definition Classes
    ElementWrapper
  12. def addChild(text: String): T

    Definition Classes
    ElementWrapper
  13. def addChildren(children: Group[Node]): T

    Definition Classes
    ElementWrapper
  14. def addChildren(children: Seq[ElementWrapper]): T

    Definition Classes
    ElementWrapper
  15. def addNamespace(prefixNS: (String, String)): T

    Definition Classes
    ElementWrapper
  16. def addNamespace(prefix: Option[String], namespace: String): T

    Definition Classes
    ElementWrapper
  17. def addNamespaces(namespaces: Map[String, String]): T

    Definition Classes
    ElementWrapper
  18. def apply[A >: T, B](ext: AtomExtension[A, B], value: B): T

    Definition Classes
    ElementWrapper
  19. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  20. def attr(name: QName): Option[String]

    Definition Classes
    ElementWrapper
  21. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  22. def copy(elem: Elem): Query

    Definition Classes
    QueryElementWrapper
  23. def count: Option[Int]

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

    Definition Classes
    AnyRef
  25. def extract[A >: T, B](ext: AtomExtension[A, B]): B

    Definition Classes
    ElementWrapper
  26. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  27. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  28. def inputEncoding: Option[java.nio.charset.Charset]

  29. final def isInstanceOf[T0]: Boolean

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

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

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

    Definition Classes
    AnyRef
  33. def outputEncoding: Option[java.nio.charset.Charset]

  34. def replaceChildren(selector: Selector[Elem], children: Group[Node]): T

    Definition Classes
    ElementWrapper
  35. def replaceChildren(selector: Selector[Elem], children: IndexedSeq[ElementWrapper]): T

    Definition Classes
    ElementWrapper
  36. def role: Role

  37. def searchTerms: Option[String]

  38. def self: Query

    Attributes
    protected
    Definition Classes
    QueryElementWrapper
  39. def startIndex: Option[Int]

  40. def startPage: Option[Int]

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

    Definition Classes
    AnyRef
  42. def title: Option[String]

  43. def totalResults: Option[Int]

  44. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  47. def withAttribute(name: QName, value: Any): T

    Definition Classes
    ElementWrapper
  48. def withAttribute(name: String, value: Any): T

    Definition Classes
    ElementWrapper
  49. def withChildren(children: Group[Node]): T

    Definition Classes
    ElementWrapper
  50. def withChildren(children: Seq[ElementWrapper]): T

    Definition Classes
    ElementWrapper
  51. def withCount(count: Int): T

  52. def withInputEncoding(encoding: java.nio.charset.Charset): T

  53. def withOutputEncoding(encoding: java.nio.charset.Charset): T

  54. def withRole(role: Role): T

  55. def withSearchTerms(terms: String): T

  56. def withStartIndex(index: Int): T

  57. def withStartPage(page: Int): T

  58. def withTitle(title: String): T

  59. def withTotalResults(results: Int): T

  60. val wrapped: Elem

    Definition Classes
    QueryElementWrapper
  61. def writeTo(file: File)(implicit charset: Charset): Unit

    Definition Classes
    ElementWrapper
    See also

    #writeTo(Writer)

  62. def writeTo(stream: OutputStream)(implicit charset: Charset): Unit

    Definition Classes
    ElementWrapper
    See also

    #writeTo(Writer)

  63. def writeTo(writer: Writer)(implicit charset: Charset): Unit

    Serializes the ElementWrapper to the given writer.

    Serializes the ElementWrapper to the given writer. Note that the writer will be flushed. but not closed,

    writer

    the writer to use

    charset

    requires a charset to be used.

    Definition Classes
    ElementWrapper

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ElementWrapper

Inherited from AnyRef

Inherited from Any

Ungrouped