Packages

p

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
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

Inherited from AnyRef

Inherited from Any

Ungrouped