Uses of Class
adams.core.XPathResult
-
Packages that use XPathResult Package Description adams.core adams.flow.transformer -
-
Uses of XPathResult in adams.core
Methods in adams.core that return XPathResult Modifier and Type Method Description static XPathResult
XPathResult. valueOf(String name)
Returns the enum constant of this type with the specified name.static XPathResult[]
XPathResult. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of XPathResult in adams.flow.transformer
Fields in adams.flow.transformer declared as XPathResult Modifier and Type Field Description protected XPathResult
XPath. m_ResultType
the type of output to generate.Methods in adams.flow.transformer that return XPathResult Modifier and Type Method Description XPathResult
XPath. getResultType()
Returns the result type that the expression generates.Methods in adams.flow.transformer with parameters of type XPathResult Modifier and Type Method Description void
XPath. setResultType(XPathResult value)
Sets the result type that the expression generates.
-