Packages

c

cats.xml.XmlNodeSyntax

GenericXmlNodeReadOps

implicit class GenericXmlNodeReadOps[K <: XmlNode] extends AnyRef

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

Instance Constructors

  1. new GenericXmlNodeReadOps(genericNode: K)

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(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  6. def deepSubNodes: LazyList[XmlNode]
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def existsAttrByKey(p: (String) => Boolean): Boolean
  10. def existsAttrByKeyAndValue[T](keyP: (String) => Boolean, valueP: (T) => Boolean)(implicit arg0: Decoder[T]): Boolean
  11. def existsAttrWithValue[T](key: String, valueP: (T) => Boolean)(implicit arg0: Decoder[T]): Boolean
  12. def filterChildren(thatLabel: String): List[Node]
  13. def filterChildrenBy(p: (XmlNode) => Boolean): List[XmlNode]
  14. def filterDeepChildren(thatLabel: String): LazyList[Node]
  15. def filterDeepChildrenBy(p: (XmlNode) => Boolean): LazyList[XmlNode]
  16. def findAttr[T](key: String)(implicit arg0: Decoder[T]): Option[T]
  17. def findAttr(key: String): Option[String]
  18. def findAttrRaw(key: String): Option[XmlAttribute]
  19. def findAttrWhere[T](keyP: (String) => Boolean, valueP: (T) => Boolean)(implicit arg0: Decoder[T]): Option[T]
  20. def findChild(thatLabel: String): Option[Node]
  21. def findChildBy(p: (XmlNode) => Boolean): Option[XmlNode]
  22. def findDeepChild(thatLabel: String): Option[Node]
  23. def findDeepChildBy(p: (XmlNode) => Boolean): Option[XmlNode]
  24. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped