Showing content from http://lucidsoftware.github.io/xtract/core/api/com/lucidchart/open/xtract/XmlReader.html below:
trait XmlReader[+A] extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- XmlReader
- AnyRef
- Any
Abstract Value Members
- abstract def read(xml: NodeSeq): ParseResult[A]
Concrete Value Members
- final def !=(arg0: Any): Boolean
- final def ##(): Int
- final def ==(arg0: Any): Boolean
- def andThen[B](other: XmlReader[B])(implicit witness: <:<[A, NodeSeq]): XmlReader[B]
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- def collect[B](f: PartialFunction[A, B]): XmlReader[B]
- def collect[B](otherwise: ⇒ ParseError)(f: PartialFunction[A, B]): XmlReader[B]
- def compose[B <: NodeSeq](r: XmlReader[B]): XmlReader[A]
- def default[B >: A](v: B): XmlReader[B]
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: Any): Boolean
- def filter(error: ⇒ ParseError)(p: (A) ⇒ Boolean): XmlReader[A]
- def filter(p: (A) ⇒ Boolean): XmlReader[A]
- def flatMap[B](f: (A) ⇒ XmlReader[B]): XmlReader[B]
- final def getClass(): Class[_]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- def map[B](f: (A) ⇒ B): XmlReader[B]
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def optional: XmlReader[Option[A]]
- def or[B >: A](other: XmlReader[B]): XmlReader[B]
- def orElse[B >: A](v: ⇒ XmlReader[B]): XmlReader[B]
- def recover[B >: A](otherwise: B): XmlReader[B]
- final def synchronized[T0](arg0: ⇒ T0): T0
- def toString(): String
- def tryMap[B](fe: (A) ⇒ ParseError)(f: (A) ⇒ B): XmlReader[B]
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def |[B >: A](other: XmlReader[B]): XmlReader[B]
Deprecated Value Members
- def finalize(): Unit
Inherited from AnyRef
Inherited from Any
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4