scales.xml.xpath

AttributeAxis

trait AttributeAxis extends Axis

The * and @ must be swapped otherwise its an annotation

Source
Axe.scala
Linear Supertypes
Axis, AnyRef, Any
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AttributeAxis
  2. Axis
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. abstract type T <: Iterable[xml.XmlPath]

    Definition Classes
    Axis

Abstract Value Members

  1. abstract val cbf: CanBuildFrom[T, xml.XmlPath, T]

    Definition Classes
    Axis
  2. abstract def empty: Iterable[xml.XmlPath]

    Definition Classes
    Axis
  3. abstract def just(only: xml.XmlPath): Iterable[xml.XmlPath]

    Definition Classes
    Axis
  4. abstract def newThis(xpathInfo: XPathInfo): XPath[T]

    Definition Classes
    Axis
  5. abstract val path: XPathInfo

    Definition Classes
    Axis

Concrete 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. def *:@(local: String): AttributePaths[T]

    Only matches local name

  5. def *@(qname: UnprefixedQName): AttributePaths[T]

    Loose match for UnprefixedQNames only, only matches local and namespace

  6. def *@(attrQName: xml.AttributeQName): AttributePaths[T]

    Special case for AttributeQNames, only local and namespace match

  7. def *@(pred: (AttributePath) ⇒ Boolean): AttributePaths[T]

    Search for all immediate attributes with a matching predicate (allows localName only searches for example)

  8. def *@: AttributePaths[T]

    All immediate attributes

  9. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  11. final def ===(textValue: ⇒ String): XPath[T]

    simple test for string equality

    simple test for string equality

    Definition Classes
    Axis
  12. def \: XPath[T]

    simply forwards the current context, element\item specific versions exist that step downwards in document order

    simply forwards the current context, element\item specific versions exist that step downwards in document order

    Definition Classes
    Axis
  13. def \*:@(local: String): AttributePaths[T]

  14. def \+: XPath[T]

    all children unpacked, normal xpath requires the context in E1/E2, which hugely complicates things, so \ is this, \+ is \ in the case where unpacking is needed which just leaves \* varieties for elements.

    all children unpacked, normal xpath requires the context in E1/E2, which hugely complicates things, so \ is this, \+ is \ in the case where unpacking is needed which just leaves \* varieties for elements.

    Definition Classes
    Axis
  15. def \@(qname: UnprefixedQName): AttributePaths[T]

    Loose match for UnprefixedQNames only, only matches local and namespace

  16. def \@(attrQName: xml.AttributeQName): AttributePaths[T]

    Special case for AttributeQNames, only local and namespace match

  17. def \@(pred: (AttributePath) ⇒ Boolean): AttributePaths[T]

  18. def \@: AttributePaths[T]

  19. def \\: XPath[T]

    All descendants, uses XPathInfo eager to choose an implementation

    All descendants, uses XPathInfo eager to choose an implementation

    Definition Classes
    Axis
  20. def \\@(qname: UnprefixedQName): AttributePaths[T]

    Loose match for UnprefixedQNames only, only matches local and namespace

  21. def \\@(attrQName: xml.AttributeQName): AttributePaths[T]

    Special case for AttributeQNames, only local and namespace match

  22. def \\@(pred: (AttributePath) ⇒ Boolean): AttributePaths[T]

  23. def \\@: AttributePaths[T]

  24. def \^: XPath[T]

    Parents of these paths

    Parents of these paths

    Definition Classes
    Axis
  25. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  26. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  29. final def filter(pred: (xml.XmlPath) ⇒ Boolean): XPath[T]

    filter through the current matches

    filter through the current matches

    Definition Classes
    Axis
  30. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  32. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  33. def i_*@: Iterable[AttributePath]

  34. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  35. def last_<(n: ⇒ Int): XPath[T]

    Equivalent to [last() < n]

    Equivalent to [last() < n]

    Definition Classes
    Axis
  36. def last_==(n: ⇒ Int): XPath[T]

    Equivalent to [last() = n]

    Equivalent to [last() = n]

    Definition Classes
    Axis
  37. def last_>(n: ⇒ Int): XPath[T]

    Equivalent to [last() > n]

    Equivalent to [last() > n]

    Definition Classes
    Axis
  38. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  41. def pos(pos: ⇒ Int): XPath[T]

    1 index based, per spec, but unsure if it should be

    1 index based, per spec, but unsure if it should be

    Definition Classes
    Axis
  42. def pos_<(pos: ⇒ Int): XPath[T]

    Equivalent to [position() < pos]

    Equivalent to [position() < pos]

    Definition Classes
    Axis
  43. def pos_==(p: ⇒ Int): XPath[T]

    Definition Classes
    Axis
  44. def pos_>(pos: ⇒ Int): XPath[T]

    Equivalent to [position() > pos]

    Equivalent to [position() > pos]

    Definition Classes
    Axis
  45. def pos_eq_last: XPath[T]

    Equivalent to position() = last()

    Equivalent to position() = last()

    Definition Classes
    Axis
  46. def process(newNodes: Iterable[Iterable[xml.XmlPath]], info: XPathInfo = path): XPath[T]

    Definition Classes
    Axis
  47. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  48. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def xfilter(f: (Iterable[xml.XmlPath]) ⇒ Boolean): XPath[T]

    Definition Classes
    Axis
  53. final def xflatMap(f: (Iterable[xml.XmlPath]) ⇒ Iterable[Iterable[xml.XmlPath]]): XPath[T]

    x prefixed to avoid disturbing the use of an xpath as an iterable

    x prefixed to avoid disturbing the use of an xpath as an iterable

    Definition Classes
    Axis
  54. final def xlast(onN: (Int) ⇒ Boolean): XPath[T]

    Attributes
    protected
    Definition Classes
    Axis
  55. final def xmap(f: (Iterable[xml.XmlPath]) ⇒ Iterable[xml.XmlPath]): XPath[T]

    Definition Classes
    Axis

Inherited from Axis

Inherited from AnyRef

Inherited from Any

Ungrouped