Class

scales.xml.jaxen

ScalesBaseJaxenXPath

Related Doc: package jaxen

Permalink

class ScalesBaseJaxenXPath extends org.jaxen.XPath with Serializable

Linear Supertypes
Serializable, org.jaxen.XPath, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalesBaseJaxenXPath
  2. Serializable
  3. XPath
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScalesBaseJaxenXPath(xpathExpr: String, fact: XPathFactory, navigator: Navigator)

    Permalink
  2. new ScalesBaseJaxenXPath(xpathExpr: String, fact: XPathFactory)

    Permalink
    Attributes
    protected[scales.xml.jaxen]

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

    Permalink
    Definition Classes
    ScalesBaseJaxenXPath → XPath
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def booleanValueOf(node: Any): Boolean

    Permalink
    Definition Classes
    ScalesBaseJaxenXPath → XPath
  7. def clone(): AnyRef

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

    Permalink
    Attributes
    protected[scales.xml.jaxen]
  9. def createNamespaceContext(): NamespaceContext

    Permalink
    Attributes
    protected[scales.xml.jaxen]
  10. def createVariableContext(): VariableContext

    Permalink
    Attributes
    protected[scales.xml.jaxen]
  11. def debug(): String

    Permalink
  12. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    ScalesBaseJaxenXPath → XPath
  15. def finalize(): Unit

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

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

    Permalink
    Attributes
    protected[scales.xml.jaxen]
  18. def getContextSupport(): ContextSupport

    Permalink
    Attributes
    protected[scales.xml.jaxen]
  19. def getFunctionContext(): FunctionContext

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

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

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

    Permalink
  23. def getVariableContext(): VariableContext

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

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

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

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

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

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

    Permalink
    Definition Classes
    ScalesBaseJaxenXPath → XPath
  30. def selectNodes(node: Any): List[_]

    Permalink
    Definition Classes
    ScalesBaseJaxenXPath → XPath
  31. def selectNodesForContext(context: Context): List

    Permalink
    Attributes
    protected[scales.xml.jaxen]
  32. def selectSingleNode(node: Any): AnyRef

    Permalink
    Definition Classes
    ScalesBaseJaxenXPath → XPath
  33. def selectSingleNodeForContext(context: Context): AnyRef

    Permalink
    Attributes
    protected[scales.xml.jaxen]
  34. def setFunctionContext(functionContext: FunctionContext): Unit

    Permalink
    Definition Classes
    ScalesBaseJaxenXPath → XPath
  35. def setNamespaceContext(namespaceContext: NamespaceContext): Unit

    Permalink
    Definition Classes
    ScalesBaseJaxenXPath → XPath
  36. def setVariableContext(variableContext: VariableContext): Unit

    Permalink
    Definition Classes
    ScalesBaseJaxenXPath → XPath
  37. def stringValueOf(node: Any): String

    Permalink
    Definition Classes
    ScalesBaseJaxenXPath → XPath
  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  39. def toString(): String

    Permalink
    Definition Classes
    ScalesBaseJaxenXPath → AnyRef → Any
  40. def valueOf(node: Any): String

    Permalink
  41. final def wait(): Unit

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

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

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

Inherited from Serializable

Inherited from org.jaxen.XPath

Inherited from AnyRef

Inherited from Any

Ungrouped