Packages

p

kantan

xpath

package xpath

Linear Supertypes

Type Members

  1. type Attr = org.w3c.dom.Attr
  2. type CompileResult[A] = Either[CompileError, A]
  3. type DecodeResult[A] = Either[DecodeError, A]
  4. type Document = org.w3c.dom.Document
  5. type Element = org.w3c.dom.Element
  6. type InputSource = org.xml.sax.InputSource
  7. type Node = org.w3c.dom.Node
  8. type NodeDecoder[A] = Decoder[Option[Node], A, DecodeError, codecs.type]
  9. type NodeList = org.w3c.dom.NodeList
  10. type ParseResult[A] = Either[ParseError, A]
  11. type ReadResult[A] = Either[ReadError, A]
  12. type XPathExpression = javax.xml.xpath.XPathExpression
  13. type XPathResult[A] = Either[XPathError, A]

Inherited from AnyRef

Inherited from Any

Ungrouped