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 InputSource = org.xml.sax.InputSource

  7. type Node = org.w3c.dom.Node

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

  9. type NodeList = org.w3c.dom.NodeList

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

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

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

Value Members

  1. package nekohtml

Inherited from AnyRef

Inherited from Any

Ungrouped