Package | Description |
---|---|
org.xmlbeam |
This package contains the
XBProjector which is the starting point of using XMLBeam. |
org.xmlbeam.evaluation |
Package for classes and interfaces related to the direct evaluation API.
|
Modifier and Type | Method and Description |
---|---|
<T> CloseableValue<T> |
DefaultXPathBinder.as(Class<T> returnType)
Evaluate the XPath as a value of the given type.
|
CloseableValue<Boolean> |
DefaultXPathBinder.asBoolean()
Evaluates the XPath as a boolean value.
|
CloseableValue<Date> |
DefaultXPathBinder.asDate()
Evaluates the XPath as a Date value.
|
CloseableValue<Integer> |
DefaultXPathBinder.asInt()
Evaluates the XPath as a int value.
|
CloseableValue<String> |
DefaultXPathBinder.asString()
Evaluates the XPath as a String value.
|
Modifier and Type | Method and Description |
---|---|
<T> CloseableValue<T> |
XPathBinder.as(Class<T> returnType)
Evaluate the XPath as a value of the given type.
|
CloseableValue<Boolean> |
XPathBinder.asBoolean()
Evaluates the XPath as a boolean value.
|
CloseableValue<Date> |
XPathBinder.asDate()
Evaluates the XPath as a Date value.
|
CloseableValue<Integer> |
XPathBinder.asInt()
Evaluates the XPath as a int value.
|
CloseableValue<String> |
XPathBinder.asString()
Evaluates the XPath as a String value.
|
Copyright © 2012-12-21-2018. All Rights Reserved.