Class DOMElement<CHILD extends DOMElement,PARENT extends DOMElement>

java.lang.Object
org.openremote.container.xml.DOMElement<CHILD,PARENT>

public abstract class DOMElement<CHILD extends DOMElement,PARENT extends DOMElement> extends Object
Wraps a W3C element.

Using XPath for simple queries like "get all children with attribute value X" is actually slower than iterating with the W3C API. We still use XPath because there is a small chance that the authors of the XML implementation in the JDK will not get forced by Larry to fix their ugly code and APIs. Yes, it' s unlikely but one can dream...