Packages

o

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...

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
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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. def createAbsoluteLocationPath(): ScalesDefaultAbsoluteLocationPath
    Definition Classes
    ScalesXPathFactory → DefaultXPathFactory → XPathFactory
  7. def createAdditiveExpr(arg0: Expr, arg1: Expr, arg2: Int): BinaryExpr
    Definition Classes
    DefaultXPathFactory → XPathFactory
    Annotations
    @throws( classOf[org.jaxen.JaxenException] )
  8. def createAllNodeStep(arg0: Int): Step
    Definition Classes
    DefaultXPathFactory → XPathFactory
    Annotations
    @throws( classOf[org.jaxen.JaxenException] )
  9. def createAndExpr(arg0: Expr, arg1: Expr): BinaryExpr
    Definition Classes
    DefaultXPathFactory → XPathFactory
    Annotations
    @throws( classOf[org.jaxen.JaxenException] )
  10. def createCommentNodeStep(arg0: Int): Step
    Definition Classes
    DefaultXPathFactory → XPathFactory
    Annotations
    @throws( classOf[org.jaxen.JaxenException] )
  11. def createEqualityExpr(arg0: Expr, arg1: Expr, arg2: Int): BinaryExpr
    Definition Classes
    DefaultXPathFactory → XPathFactory
    Annotations
    @throws( classOf[org.jaxen.JaxenException] )
  12. def createFilterExpr(arg0: Expr): FilterExpr
    Definition Classes
    DefaultXPathFactory → XPathFactory
    Annotations
    @throws( classOf[org.jaxen.JaxenException] )
  13. def createFunctionCallExpr(arg0: String, arg1: String): FunctionCallExpr
    Definition Classes
    DefaultXPathFactory → XPathFactory
    Annotations
    @throws( classOf[org.jaxen.JaxenException] )
  14. def createLiteralExpr(arg0: String): LiteralExpr
    Definition Classes
    DefaultXPathFactory → XPathFactory
    Annotations
    @throws( classOf[org.jaxen.JaxenException] )
  15. def createMultiplicativeExpr(arg0: Expr, arg1: Expr, arg2: Int): BinaryExpr
    Definition Classes
    DefaultXPathFactory → XPathFactory
    Annotations
    @throws( classOf[org.jaxen.JaxenException] )
  16. def createNameStep(arg0: Int, arg1: String, arg2: String): Step
    Definition Classes
    DefaultXPathFactory → XPathFactory
    Annotations
    @throws( classOf[org.jaxen.JaxenException] )
  17. def createNumberExpr(arg0: Double): NumberExpr
    Definition Classes
    DefaultXPathFactory → XPathFactory
    Annotations
    @throws( classOf[org.jaxen.JaxenException] )
  18. def createNumberExpr(arg0: Int): NumberExpr
    Definition Classes
    DefaultXPathFactory → XPathFactory
    Annotations
    @throws( classOf[org.jaxen.JaxenException] )
  19. def createOrExpr(arg0: Expr, arg1: Expr): BinaryExpr
    Definition Classes
    DefaultXPathFactory → XPathFactory
    Annotations
    @throws( classOf[org.jaxen.JaxenException] )
  20. def createPathExpr(arg0: FilterExpr, arg1: LocationPath): PathExpr
    Definition Classes
    DefaultXPathFactory → XPathFactory
    Annotations
    @throws( classOf[org.jaxen.JaxenException] )
  21. def createPredicate(arg0: Expr): Predicate
    Definition Classes
    DefaultXPathFactory → XPathFactory
    Annotations
    @throws( classOf[org.jaxen.JaxenException] )
  22. def createPredicateSet(): PredicateSet
    Definition Classes
    DefaultXPathFactory → XPathFactory
    Annotations
    @throws( classOf[org.jaxen.JaxenException] )
  23. def createProcessingInstructionNodeStep(arg0: Int, arg1: String): Step
    Definition Classes
    DefaultXPathFactory → XPathFactory
    Annotations
    @throws( classOf[org.jaxen.JaxenException] )
  24. def createRelationalExpr(arg0: Expr, arg1: Expr, arg2: Int): BinaryExpr
    Definition Classes
    DefaultXPathFactory → XPathFactory
    Annotations
    @throws( classOf[org.jaxen.JaxenException] )
  25. def createRelativeLocationPath(): ScalesDefaultLocationPath
    Definition Classes
    ScalesXPathFactory → DefaultXPathFactory → XPathFactory
  26. def createTextNodeStep(arg0: Int): Step
    Definition Classes
    DefaultXPathFactory → XPathFactory
    Annotations
    @throws( classOf[org.jaxen.JaxenException] )
  27. def createUnaryExpr(arg0: Expr, arg1: Int): Expr
    Definition Classes
    DefaultXPathFactory → XPathFactory
    Annotations
    @throws( classOf[org.jaxen.JaxenException] )
  28. def createUnionExpr(lhs: Expr, rhs: Expr): ScalesUnionExpr
    Definition Classes
    ScalesXPathFactory → DefaultXPathFactory → XPathFactory
  29. def createVariableReferenceExpr(arg0: String, arg1: String): VariableReferenceExpr
    Definition Classes
    DefaultXPathFactory → XPathFactory
    Annotations
    @throws( classOf[org.jaxen.JaxenException] )
  30. def createXPath(arg0: Expr): XPathExpr
    Definition Classes
    DefaultXPathFactory → XPathFactory
    Annotations
    @throws( classOf[org.jaxen.JaxenException] )
  31. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  33. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  34. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  35. def getIterableAxis(arg0: Int): IterableAxis
    Attributes
    protected[expr]
    Definition Classes
    DefaultXPathFactory
    Annotations
    @throws( classOf[org.jaxen.JaxenException] )
  36. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  37. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  38. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  41. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from DefaultXPathFactory

Inherited from XPathFactory

Inherited from AnyRef

Inherited from Any

Ungrouped