scales.xml.jaxen

ScalesXPathFactory

object ScalesXPathFactory extends DefaultXPathFactory

Due to reference equality comparisoms and a deeply woven comparator we need to override a few things...

Source
JaxenNavigator.scala
Linear Supertypes
DefaultXPathFactory, XPathFactory, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ScalesXPathFactory
  2. DefaultXPathFactory
  3. XPathFactory
  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: 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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

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

    Definition Classes
    ScalesXPathFactory → DefaultXPathFactory → XPathFactory
  9. def createAdditiveExpr(arg0: Expr, arg1: Expr, arg2: Int): BinaryExpr

    Definition Classes
    DefaultXPathFactory → XPathFactory
    Annotations
    @throws( classOf[org.jaxen.JaxenException] )
  10. def createAllNodeStep(arg0: Int): Step

    Definition Classes
    DefaultXPathFactory → XPathFactory
    Annotations
    @throws( classOf[org.jaxen.JaxenException] )
  11. def createAndExpr(arg0: Expr, arg1: Expr): BinaryExpr

    Definition Classes
    DefaultXPathFactory → XPathFactory
    Annotations
    @throws( classOf[org.jaxen.JaxenException] )
  12. def createCommentNodeStep(arg0: Int): Step

    Definition Classes
    DefaultXPathFactory → XPathFactory
    Annotations
    @throws( classOf[org.jaxen.JaxenException] )
  13. def createEqualityExpr(arg0: Expr, arg1: Expr, arg2: Int): BinaryExpr

    Definition Classes
    DefaultXPathFactory → XPathFactory
    Annotations
    @throws( classOf[org.jaxen.JaxenException] )
  14. def createFilterExpr(arg0: Expr): FilterExpr

    Definition Classes
    DefaultXPathFactory → XPathFactory
    Annotations
    @throws( classOf[org.jaxen.JaxenException] )
  15. def createFunctionCallExpr(arg0: String, arg1: String): FunctionCallExpr

    Definition Classes
    DefaultXPathFactory → XPathFactory
    Annotations
    @throws( classOf[org.jaxen.JaxenException] )
  16. def createLiteralExpr(arg0: String): LiteralExpr

    Definition Classes
    DefaultXPathFactory → XPathFactory
    Annotations
    @throws( classOf[org.jaxen.JaxenException] )
  17. def createMultiplicativeExpr(arg0: Expr, arg1: Expr, arg2: Int): BinaryExpr

    Definition Classes
    DefaultXPathFactory → XPathFactory
    Annotations
    @throws( classOf[org.jaxen.JaxenException] )
  18. def createNameStep(arg0: Int, arg1: String, arg2: String): Step

    Definition Classes
    DefaultXPathFactory → XPathFactory
    Annotations
    @throws( classOf[org.jaxen.JaxenException] )
  19. def createNumberExpr(arg0: Double): NumberExpr

    Definition Classes
    DefaultXPathFactory → XPathFactory
    Annotations
    @throws( classOf[org.jaxen.JaxenException] )
  20. def createNumberExpr(arg0: Int): NumberExpr

    Definition Classes
    DefaultXPathFactory → XPathFactory
    Annotations
    @throws( classOf[org.jaxen.JaxenException] )
  21. def createOrExpr(arg0: Expr, arg1: Expr): BinaryExpr

    Definition Classes
    DefaultXPathFactory → XPathFactory
    Annotations
    @throws( classOf[org.jaxen.JaxenException] )
  22. def createPathExpr(arg0: FilterExpr, arg1: LocationPath): PathExpr

    Definition Classes
    DefaultXPathFactory → XPathFactory
    Annotations
    @throws( classOf[org.jaxen.JaxenException] )
  23. def createPredicate(arg0: Expr): Predicate

    Definition Classes
    DefaultXPathFactory → XPathFactory
    Annotations
    @throws( classOf[org.jaxen.JaxenException] )
  24. def createPredicateSet(): PredicateSet

    Definition Classes
    DefaultXPathFactory → XPathFactory
    Annotations
    @throws( classOf[org.jaxen.JaxenException] )
  25. def createProcessingInstructionNodeStep(arg0: Int, arg1: String): Step

    Definition Classes
    DefaultXPathFactory → XPathFactory
    Annotations
    @throws( classOf[org.jaxen.JaxenException] )
  26. def createRelationalExpr(arg0: Expr, arg1: Expr, arg2: Int): BinaryExpr

    Definition Classes
    DefaultXPathFactory → XPathFactory
    Annotations
    @throws( classOf[org.jaxen.JaxenException] )
  27. def createRelativeLocationPath(): ScalesDefaultLocationPath

    Definition Classes
    ScalesXPathFactory → DefaultXPathFactory → XPathFactory
  28. def createTextNodeStep(arg0: Int): Step

    Definition Classes
    DefaultXPathFactory → XPathFactory
    Annotations
    @throws( classOf[org.jaxen.JaxenException] )
  29. def createUnaryExpr(arg0: Expr, arg1: Int): Expr

    Definition Classes
    DefaultXPathFactory → XPathFactory
    Annotations
    @throws( classOf[org.jaxen.JaxenException] )
  30. def createUnionExpr(lhs: Expr, rhs: Expr): ScalesUnionExpr

    Definition Classes
    ScalesXPathFactory → DefaultXPathFactory → XPathFactory
  31. def createVariableReferenceExpr(arg0: String, arg1: String): VariableReferenceExpr

    Definition Classes
    DefaultXPathFactory → XPathFactory
    Annotations
    @throws( classOf[org.jaxen.JaxenException] )
  32. def createXPath(arg0: Expr): XPathExpr

    Definition Classes
    DefaultXPathFactory → XPathFactory
    Annotations
    @throws( classOf[org.jaxen.JaxenException] )
  33. final def eq(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    AnyRef → Any
  37. def getIterableAxis(arg0: Int): IterableAxis

    Attributes
    protected[org.jaxen.expr]
    Definition Classes
    DefaultXPathFactory
    Annotations
    @throws( classOf[org.jaxen.JaxenException] )
  38. def hashCode(): Int

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

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

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

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

    Definition Classes
    AnyRef
  43. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  44. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from DefaultXPathFactory

Inherited from XPathFactory

Inherited from AnyRef

Inherited from Any

Ungrouped