org.scalawag.sdom.xpath

SdomXPath

class SdomXPath extends BaseXPath

Linear Supertypes
BaseXPath, Serializable, jaxen.XPath, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SdomXPath
  2. BaseXPath
  3. Serializable
  4. XPath
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SdomXPath(expr: String)(implicit namespaces: NamespacesLike = org.scalawag.sdom.Namespaces.Empty)

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 addNamespace(arg0: String, arg1: String): Unit

    Definition Classes
    BaseXPath → XPath
    Annotations
    @throws( classOf[org.jaxen.JaxenException] )
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def booleanValueOf(arg0: Any): Boolean

    Definition Classes
    BaseXPath → XPath
    Annotations
    @throws( classOf[org.jaxen.JaxenException] )
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def createFunctionContext(): FunctionContext

    Attributes
    protected[org.jaxen]
    Definition Classes
    BaseXPath
  11. def createNamespaceContext(): NamespaceContext

    Attributes
    protected[org.jaxen]
    Definition Classes
    BaseXPath
  12. def createVariableContext(): VariableContext

    Attributes
    protected[org.jaxen]
    Definition Classes
    BaseXPath
  13. def debug(): String

    Definition Classes
    BaseXPath
  14. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  16. def evaluate(arg0: Any): AnyRef

    Definition Classes
    BaseXPath → XPath
    Annotations
    @throws( classOf[org.jaxen.JaxenException] )
  17. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  19. def getContext(arg0: Any): Context

    Attributes
    protected[org.jaxen]
    Definition Classes
    BaseXPath
  20. def getContextSupport(): ContextSupport

    Attributes
    protected[org.jaxen]
    Definition Classes
    BaseXPath
  21. def getFunctionContext(): FunctionContext

    Definition Classes
    BaseXPath → XPath
  22. def getNamespaceContext(): NamespaceContext

    Definition Classes
    BaseXPath → XPath
  23. def getNavigator(): Navigator

    Definition Classes
    BaseXPath → XPath
  24. def getRootExpr(): Expr

    Definition Classes
    BaseXPath
  25. def getVariableContext(): VariableContext

    Definition Classes
    BaseXPath → XPath
  26. def hashCode(): Int

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

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

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

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

    Definition Classes
    AnyRef
  31. def numberValueOf(arg0: Any): Number

    Definition Classes
    BaseXPath → XPath
    Annotations
    @throws( classOf[org.jaxen.JaxenException] )
  32. def selectNodes(arg0: Any): List

    Definition Classes
    BaseXPath → XPath
    Annotations
    @throws( classOf[org.jaxen.JaxenException] )
  33. def selectNodesForContext(arg0: Context): List

    Attributes
    protected[org.jaxen]
    Definition Classes
    BaseXPath
    Annotations
    @throws( classOf[org.jaxen.JaxenException] )
  34. def selectSingleNode(arg0: Any): AnyRef

    Definition Classes
    BaseXPath → XPath
    Annotations
    @throws( classOf[org.jaxen.JaxenException] )
  35. def selectSingleNodeForContext(arg0: Context): AnyRef

    Attributes
    protected[org.jaxen]
    Definition Classes
    BaseXPath
    Annotations
    @throws( classOf[org.jaxen.JaxenException] )
  36. def setFunctionContext(arg0: FunctionContext): Unit

    Definition Classes
    BaseXPath → XPath
  37. def setNamespaceContext(arg0: NamespaceContext): Unit

    Definition Classes
    BaseXPath → XPath
  38. def setVariableContext(arg0: VariableContext): Unit

    Definition Classes
    BaseXPath → XPath
  39. def stringValueOf(arg0: Any): String

    Definition Classes
    BaseXPath → XPath
    Annotations
    @throws( classOf[org.jaxen.JaxenException] )
  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  41. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def valueOf(arg0: Any): String

    Definition Classes
    BaseXPath → XPath
    Annotations
    @deprecated @throws( classOf[org.jaxen.JaxenException] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from BaseXPath

Inherited from Serializable

Inherited from jaxen.XPath

Inherited from AnyRef

Inherited from Any

Ungrouped