implicit class GenericXmlNodeReadOps[K <: XmlNode] extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GenericXmlNodeReadOps
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new GenericXmlNodeReadOps(genericNode: K)
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(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def deepSubNodes: LazyList[XmlNode]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def existsAttrByKey(p: (String) => Boolean): Boolean
- def existsAttrByKeyAndValue[T](keyP: (String) => Boolean, valueP: (T) => Boolean)(implicit arg0: Decoder[T]): Boolean
- def existsAttrWithValue[T](key: String, valueP: (T) => Boolean)(implicit arg0: Decoder[T]): Boolean
- def filterChildren(thatLabel: String): List[Node]
- def filterChildrenBy(p: (XmlNode) => Boolean): List[XmlNode]
- def filterDeepChildren(thatLabel: String): LazyList[Node]
- def filterDeepChildrenBy(p: (XmlNode) => Boolean): LazyList[XmlNode]
- def findAttr[T](key: String)(implicit arg0: Decoder[T]): Option[T]
- def findAttr(key: String): Option[String]
- def findAttrRaw(key: String): Option[XmlAttribute]
- def findAttrWhere[T](keyP: (String) => Boolean, valueP: (T) => Boolean)(implicit arg0: Decoder[T]): Option[T]
- def findChild(thatLabel: String): Option[Node]
- def findChildBy(p: (XmlNode) => Boolean): Option[XmlNode]
- def findDeepChild(thatLabel: String): Option[Node]
- def findDeepChildBy(p: (XmlNode) => Boolean): Option[XmlNode]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @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
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)