org.scalajs.dom.raw

XPathResult

Related Docs: class XPathResult | package raw

object XPathResult extends Object

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
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. val ANY_TYPE: Int

    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

    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

    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

    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

    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

    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

    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

    A result containing a single string.

    A result containing a single string.

    MDN

  12. val UNORDERED_NODE_ITERATOR_TYPE: Int

    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

    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

    Definition Classes
    Any
  15. def clone(): AnyRef

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

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

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

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

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

    Definition Classes
    Object
  21. def hashCode(): Int

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  29. def toLocaleString(): String

    Definition Classes
    Object
  30. def toString(): String

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

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped