object ScalesXPathFactory extends DefaultXPathFactory
Due to reference equality comparisoms and a deeply woven comparator we need to override a few things...
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ScalesXPathFactory
- DefaultXPathFactory
- XPathFactory
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
createAbsoluteLocationPath(): ScalesDefaultAbsoluteLocationPath
- Definition Classes
- ScalesXPathFactory → DefaultXPathFactory → XPathFactory
-
def
createAdditiveExpr(arg0: Expr, arg1: Expr, arg2: Int): BinaryExpr
- Definition Classes
- DefaultXPathFactory → XPathFactory
- Annotations
- @throws( classOf[org.jaxen.JaxenException] )
-
def
createAllNodeStep(arg0: Int): Step
- Definition Classes
- DefaultXPathFactory → XPathFactory
- Annotations
- @throws( classOf[org.jaxen.JaxenException] )
-
def
createAndExpr(arg0: Expr, arg1: Expr): BinaryExpr
- Definition Classes
- DefaultXPathFactory → XPathFactory
- Annotations
- @throws( classOf[org.jaxen.JaxenException] )
-
def
createCommentNodeStep(arg0: Int): Step
- Definition Classes
- DefaultXPathFactory → XPathFactory
- Annotations
- @throws( classOf[org.jaxen.JaxenException] )
-
def
createEqualityExpr(arg0: Expr, arg1: Expr, arg2: Int): BinaryExpr
- Definition Classes
- DefaultXPathFactory → XPathFactory
- Annotations
- @throws( classOf[org.jaxen.JaxenException] )
-
def
createFilterExpr(arg0: Expr): FilterExpr
- Definition Classes
- DefaultXPathFactory → XPathFactory
- Annotations
- @throws( classOf[org.jaxen.JaxenException] )
-
def
createFunctionCallExpr(arg0: String, arg1: String): FunctionCallExpr
- Definition Classes
- DefaultXPathFactory → XPathFactory
- Annotations
- @throws( classOf[org.jaxen.JaxenException] )
-
def
createLiteralExpr(arg0: String): LiteralExpr
- Definition Classes
- DefaultXPathFactory → XPathFactory
- Annotations
- @throws( classOf[org.jaxen.JaxenException] )
-
def
createMultiplicativeExpr(arg0: Expr, arg1: Expr, arg2: Int): BinaryExpr
- Definition Classes
- DefaultXPathFactory → XPathFactory
- Annotations
- @throws( classOf[org.jaxen.JaxenException] )
-
def
createNameStep(arg0: Int, arg1: String, arg2: String): Step
- Definition Classes
- DefaultXPathFactory → XPathFactory
- Annotations
- @throws( classOf[org.jaxen.JaxenException] )
-
def
createNumberExpr(arg0: Double): NumberExpr
- Definition Classes
- DefaultXPathFactory → XPathFactory
- Annotations
- @throws( classOf[org.jaxen.JaxenException] )
-
def
createNumberExpr(arg0: Int): NumberExpr
- Definition Classes
- DefaultXPathFactory → XPathFactory
- Annotations
- @throws( classOf[org.jaxen.JaxenException] )
-
def
createOrExpr(arg0: Expr, arg1: Expr): BinaryExpr
- Definition Classes
- DefaultXPathFactory → XPathFactory
- Annotations
- @throws( classOf[org.jaxen.JaxenException] )
-
def
createPathExpr(arg0: FilterExpr, arg1: LocationPath): PathExpr
- Definition Classes
- DefaultXPathFactory → XPathFactory
- Annotations
- @throws( classOf[org.jaxen.JaxenException] )
-
def
createPredicate(arg0: Expr): Predicate
- Definition Classes
- DefaultXPathFactory → XPathFactory
- Annotations
- @throws( classOf[org.jaxen.JaxenException] )
-
def
createPredicateSet(): PredicateSet
- Definition Classes
- DefaultXPathFactory → XPathFactory
- Annotations
- @throws( classOf[org.jaxen.JaxenException] )
-
def
createProcessingInstructionNodeStep(arg0: Int, arg1: String): Step
- Definition Classes
- DefaultXPathFactory → XPathFactory
- Annotations
- @throws( classOf[org.jaxen.JaxenException] )
-
def
createRelationalExpr(arg0: Expr, arg1: Expr, arg2: Int): BinaryExpr
- Definition Classes
- DefaultXPathFactory → XPathFactory
- Annotations
- @throws( classOf[org.jaxen.JaxenException] )
-
def
createRelativeLocationPath(): ScalesDefaultLocationPath
- Definition Classes
- ScalesXPathFactory → DefaultXPathFactory → XPathFactory
-
def
createTextNodeStep(arg0: Int): Step
- Definition Classes
- DefaultXPathFactory → XPathFactory
- Annotations
- @throws( classOf[org.jaxen.JaxenException] )
-
def
createUnaryExpr(arg0: Expr, arg1: Int): Expr
- Definition Classes
- DefaultXPathFactory → XPathFactory
- Annotations
- @throws( classOf[org.jaxen.JaxenException] )
-
def
createUnionExpr(lhs: Expr, rhs: Expr): ScalesUnionExpr
- Definition Classes
- ScalesXPathFactory → DefaultXPathFactory → XPathFactory
-
def
createVariableReferenceExpr(arg0: String, arg1: String): VariableReferenceExpr
- Definition Classes
- DefaultXPathFactory → XPathFactory
- Annotations
- @throws( classOf[org.jaxen.JaxenException] )
-
def
createXPath(arg0: Expr): XPathExpr
- Definition Classes
- DefaultXPathFactory → XPathFactory
- Annotations
- @throws( classOf[org.jaxen.JaxenException] )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getIterableAxis(arg0: Int): IterableAxis
- Attributes
- protected[expr]
- Definition Classes
- DefaultXPathFactory
- Annotations
- @throws( classOf[org.jaxen.JaxenException] )
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()