Object/Class

org.scalajs.dom.raw

XPathResult

Related Docs: class XPathResult | package raw

Permalink

object XPathResult extends Object

Annotations
@native()
Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. XPathResult
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. val ANY_TYPE: Int

    Permalink

    A result set containing whatever type naturally results from evaluation of the expression.

    A result set containing whatever type naturally results from evaluation of the expression. Note that if the result is a node-set then UNORDERED_NODE_ITERATOR_TYPE is always the resulting type.

    MDN

  5. val ANY_UNORDERED_NODE_TYPE: Int

    Permalink

    A result node-set containing any single node that matches the expression.

    A result node-set containing any single node that matches the expression. The node is not necessarily the first node in the document that matches the expression.

    MDN

  6. val BOOLEAN_TYPE: Int

    Permalink

    A result containing a single boolean value.

    A result containing a single boolean value. This is useful for example, in an XPath expression using the not() function.

    MDN

  7. val FIRST_ORDERED_NODE_TYPE: Int

    Permalink

    A result node-set containing the first node in the document that matches the expression.

    A result node-set containing the first node in the document that matches the expression.

    MDN

  8. val NUMBER_TYPE: Int

    Permalink

    A result containing a single number.

    A result containing a single number. This is useful for example, in an XPath expression using the count() function.

    MDN

  9. val ORDERED_NODE_ITERATOR_TYPE: Int

    Permalink

    A result node-set containing all the nodes matching the expression.

    A result node-set containing all the nodes matching the expression. The nodes in the result set are in the same order that they appear in the document.

    MDN

  10. val ORDERED_NODE_SNAPSHOT_TYPE: Int

    Permalink

    A result node-set containing snapshots of all the nodes matching the expression.

    A result node-set containing snapshots of all the nodes matching the expression. The nodes in the result set are in the same order that they appear in the document.

    MDN

  11. val STRING_TYPE: Int

    Permalink

    A result containing a single string.

    A result containing a single string.

    MDN

  12. val UNORDERED_NODE_ITERATOR_TYPE: Int

    Permalink

    A result node-set containing all the nodes matching the expression.

    A result node-set containing all the nodes matching the expression. The nodes may not necessarily be in the same order that they appear in the document.

    MDN

  13. val UNORDERED_NODE_SNAPSHOT_TYPE: Int

    Permalink

    A result node-set containing snapshots of all the nodes matching the expression.

    A result node-set containing snapshots of all the nodes matching the expression. The nodes may not necessarily be in the same order that they appear in the document.

    MDN

  14. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  15. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  20. def hasOwnProperty(v: String): Boolean

    Permalink
    Definition Classes
    Object
  21. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  23. def isPrototypeOf(v: Object): Boolean

    Permalink
    Definition Classes
    Object
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. def propertyIsEnumerable(v: String): Boolean

    Permalink
    Definition Classes
    Object
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def toLocaleString(): String

    Permalink
    Definition Classes
    Object
  30. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  31. def valueOf(): Any

    Permalink
    Definition Classes
    Object
  32. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped