public static interface Operator.ConfigurationAccessor
ConfigurationChooserPropertyDescriptor.| Modifier and Type | Method and Description |
|---|---|
org.w3c.dom.NodeList |
getConfigurationBlocksAsXML(java.lang.String xpath)
Return all nodes that satisfy the given xpath expression, within the adapter/operator configuration area
of the StreamBase Server's configuration file.
|
org.w3c.dom.NodeList getConfigurationBlocksAsXML(java.lang.String xpath)
throws javax.xml.xpath.XPathExpressionException
adapter-configurations element.
Behaviour is undefined if the xpath expression traverses upwards to parent nodes.
xpath - the xpath expression to evaluateNodeList given the input expressionjavax.xml.xpath.XPathExpressionException - invalid xpath expression