Class QueryScientific
java.lang.Object
org.libxmq.Query
org.libxmq.QueryScientific
This class is used to extract scientific values from a DOM.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.libxmq.Query
element, expect, forEach, getBoolean, getDouble, getFloat, getInt, getLong, getOptionalBoolean, getOptionalDouble, getOptionalFloat, getOptionalInt, getOptionalLong, getOptionalString, getString, getXPathExpression, node, optionalElement, query
-
Constructor Details
-
QueryScientific
Build a new scientific query from a DOM node.- Parameters:
node- The DOM node from which the paths start when querying.
-