Class

razie.Snakk

Wrapper

Related Doc: package Snakk

Permalink

class Wrapper[T] extends BaseWrapper[T]

OO wrapper for self-solving XP elements

Linear Supertypes
BaseWrapper[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Wrapper
  2. BaseWrapper
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Wrapper(node: T, ctx: XpSolver[T])

    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 \(name: String): ListWrapper[T]

    Permalink

    the list of children with the respective tag

    the list of children with the respective tag

    Definition Classes
    WrapperBaseWrapper
  5. def \*(name: String): ListWrapper[T]

    Permalink

    the list of children two levels down with the respective tag

    the list of children two levels down with the respective tag

    Definition Classes
    WrapperBaseWrapper
  6. def \@(name: String): String

    Permalink

    the attribute with the respective name

  7. def \@@(name: String): String

    Permalink

    the single attributes with the respective name

    the single attributes with the respective name

    Definition Classes
    WrapperBaseWrapper
  8. def \\(name: String): ListWrapper[T]

    Permalink

    the list of children many levels down with the respective tag

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

    Permalink

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

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

    Definition Classes
    WrapperBaseWrapper
  10. def \\@(name: String): List[String]

    Permalink

    the attributeS with the respective name

    the attributeS with the respective name

    Definition Classes
    WrapperBaseWrapper
  11. def \\\(name: String): T

    Permalink

    the head of the list of children with the respective tag

    the head of the list of children with the respective tag

    Definition Classes
    WrapperBaseWrapper
  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: XpSolver[T]

    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. final def getClass(): Class[_]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  22. val node: T

    Permalink
  23. final def notify(): Unit

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

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

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

    Permalink
    Definition Classes
    Wrapper → AnyRef → Any
  27. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. def wrap(node: T): Wrapper[T]

    Permalink
  31. def wrap(nodes: List[T]): ListWrapper[T]

    Permalink
  32. def wrapList(nodes: List[T], ctx: XpSolver[T]): ListWrapper[T]

    Permalink

    factory method - overwrite with yours

    factory method - overwrite with yours

    Definition Classes
    BaseWrapper
  33. def wrapNode(node: T, ctx: XpSolver[T]): Wrapper[T]

    Permalink
    Definition Classes
    BaseWrapper
  34. def xpa(path: String): String

    Permalink
  35. def xpl(path: String): List[T]

    Permalink
  36. def xpla(path: String): List[String]

    Permalink

Inherited from BaseWrapper[T]

Inherited from AnyRef

Inherited from Any

Ungrouped