Package org.camunda.spin.xml
Class SpinXPathQuery
java.lang.Object
org.camunda.spin.xml.SpinXPathQuery
- Direct Known Subclasses:
DomXPathQuery
- Author:
- Sebastian Menski
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract SpinXmlAttribute
Returns the XPath query result as attribute.abstract SpinList<SpinXmlAttribute>
Returns the XPath query result as a attribute list.abstract Boolean
bool()
Returns the XPath query result as a boolean.abstract SpinXmlElement
element()
Returns the XPath query result as element.abstract SpinList<SpinXmlElement>
Returns the XPath query result as a element list.abstract SpinXPathQuery
Maps a prefix, uri pair to a namespace.abstract SpinXPathQuery
Maps a map of prefix, uri pairs to namespacesabstract Double
number()
Returns the XPath query result as a double.abstract String
string()
Returns the XPath query result as a string.
-
Constructor Details
-
SpinXPathQuery
public SpinXPathQuery()
-
-
Method Details
-
element
Returns the XPath query result as element.- Returns:
- the wrapped XML element
-
elementList
Returns the XPath query result as a element list.- Returns:
- the wrapped XML element list
-
attribute
Returns the XPath query result as attribute.- Returns:
- the wrapped XML attribute
-
attributeList
Returns the XPath query result as a attribute list.- Returns:
- the wrapped XML attribute list
-
string
Returns the XPath query result as a string.- Returns:
- the string result
-
number
Returns the XPath query result as a double.- Returns:
- the double result
-
bool
Returns the XPath query result as a boolean.- Returns:
- the boolean result
-
ns
Maps a prefix, uri pair to a namespace.- Parameters:
prefix
- prefix for the namespace.namespace
- uri of the namespace- Returns:
- itself
-
ns
Maps a map of prefix, uri pairs to namespaces- Parameters:
namespaces
- Map of the prefix, uri pairs.- Returns:
- itself
-