kantan

xpath

package xpath

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. xpath
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type Attr = org.w3c.dom.Attr

  2. type CompileResult[A] = Result[CompileError, A]

  3. type DecodeResult[A] = Result[DecodeError, A]

  4. type Document = org.w3c.dom.Document

  5. type Element = org.w3c.dom.Element

  6. type Failure[A] = codecs.Result.Failure[A]

  7. type InputSource = org.xml.sax.InputSource

  8. type Node = org.w3c.dom.Node

  9. type NodeDecoder[A] = Decoder[Option[Node], A, DecodeError, codecs.type]

  10. type NodeList = org.w3c.dom.NodeList

  11. type ParseResult[A] = Result[ParseError, A]

  12. type ReadResult[A] = Result[ReadError, A]

  13. type Success[A] = codecs.Result.Success[A]

  14. type XPathExpression = javax.xml.xpath.XPathExpression

  15. type XPathResult[A] = Result[XPathError, A]

Value Members

  1. val Failure: codecs.Result.Failure.type

  2. val Success: codecs.Result.Success.type

  3. package nekohtml

Inherited from AnyRef

Inherited from Any

Ungrouped