Class

razie.s2

ListWrapper

Related Doc: package s2

Permalink

class ListWrapper[T] extends AnyRef

OO wrapper for self-solving XP elements HEY this is like an open monad :)

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ListWrapper
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ListWrapper(nodes: Iterator[T], ctx: JXPathContext)

    Permalink

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 \(i: Int): Wrapper[T]

    Permalink
  5. def \(path: String): ListWrapper[T]

    Permalink

    the list of children with the respective tag

  6. def \*(path: String): ListWrapper[T]

    Permalink

    the list of children two levels down with the respective tag

  7. def \@(path: String): Iterator[Any]

    Permalink

    the list of attributes with the respective name

  8. def \@@(path: String): String

    Permalink

    the single attributes with the respective name

  9. def \\(path: String): T

    Permalink

    the head of the list of children with the respective tag

  10. def \\*(name: String): T

    Permalink

    the head of the list of children two levels down with the respective tag

  11. def apply(i: Int): Wrapper[T]

    Permalink
  12. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. val ctx: JXPathContext

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def first(n: Any = null): Any

    Permalink
  19. def flatMap[B](f: (T) ⇒ Iterator[B]): Iterator[B]

    Permalink
  20. def foreach[B](f: (T) ⇒ B): Unit

    Permalink
  21. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  23. def headOption: Option[T]

    Permalink
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. lazy val list: List[T]

    Permalink
  26. def map[B](f: (T) ⇒ B): Iterator[B]

    Permalink
  27. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. val nodes: Iterator[T]

    Permalink
  29. final def notify(): Unit

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

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

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

    Permalink
    Definition Classes
    ListWrapper → AnyRef → Any
  33. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped