A Saxon DocumentBuilder.
A Saxon [DocumentBuilder](http://www.saxonica.com/html/documentation/javadoc/net/sf/saxon/s9api/DocumentBuilder.html).
A default Saxon Configuration.
A default Saxon [Configuration](http://www.saxonica.com/html/documentation/javadoc/net/sf/saxon/Configuration.html).
A default Saxon Processor.
A default Saxon [Processor](http://www.saxonica.com/html/documentation/javadoc/net/sf/saxon/s9api/Processor.html).
(xdmvalue->object value)
Get the value of an XdmValue as the nearest equivalent Java object.
If the XdmValue is a node, return the string value of that node.
Example:
(class (xdmvalue->object (xpath/select "<num>1</num>" "xs:integer(num)")))
;;=> java.math.BigInteger
Get the value of an XdmValue as the nearest equivalent Java object. If the XdmValue is a node, return the string value of that node. Example: ``` (class (xdmvalue->object (xpath/select "<num>1</num>" "xs:integer(num)"))) ;;=> java.math.BigInteger ```
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close