Check if elements exists This method just checks the root element! TODO: Implementation is not really finished, or is it! Replacement code: Node node = XPathAPI.selectSingleNode(element, xPath); if (node != null && node instanceof Element) { exists = true; }
@deprecated See replacement code.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.