Class DOMUtil
java.lang.Object
com.espertech.esper.common.internal.util.DOMUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getOptionalAttribute
(Node node, String key) static Properties
getProperties
(Element element, String propElementName) static String
getRequiredAttribute
(Node node, String key) static void
parseOptionalBoolean
(Element element, String name, Consumer<Boolean> func) static void
parseOptionalInteger
(Element element, String name, Consumer<Integer> func) static void
parseRequiredBoolean
(Element element, String name, Consumer<Boolean> func)
-
Constructor Details
-
DOMUtil
public DOMUtil()
-
-
Method Details
-
parseRequiredBoolean
-
parseOptionalBoolean
-
parseOptionalInteger
-
getRequiredAttribute
- Throws:
ConfigurationException
-
getOptionalAttribute
-
getProperties
-