All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scales.xml.jaxen.package.scala Maven / Gradle / Ivy

There is a newer version: 0.6.0-M7
Show newest version
package scales.xml

/**
 * This package provides string XPath evaluation based on the Jaxen library, sample use: {{{
 * val xpath = ScalesXPath(str, Map(
      "pre" -> "urn:prefix",
      "jh" -> "urn:justHere",
      "def" -> "urn:default"
    ))
 * val result : Iterable[Either[AttributePath, XmlPath]] = xpath.evaluate(x : XmlPath)
 * }}}
 * NB: This class is only available with the scales-jaxen dependencies.
 */ 
package object jaxen {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy