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 = Namespaces.Empty)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    BaseXPath
  23. def getVariableContext(): VariableContext

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  39. def toString(): String

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. 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