src/java.xml/share/classes/org/w3c/dom/ElementTraversal.java

Print this page

        

*** 48,58 **** * relationship to the current element, if the related element exists. The * fifth method, {@link #getChildElementCount}, exposes the number of child * elements of an element, for preprocessing before navigation. * * @see ! * <a href='http://www.w3.org/TR/ElementTraversal/'><cite>Element Traversal Specification</cite></a>. * * @since 9 */ public interface ElementTraversal { --- 48,58 ---- * relationship to the current element, if the related element exists. The * fifth method, {@link #getChildElementCount}, exposes the number of child * elements of an element, for preprocessing before navigation. * * @see ! * <a href='http://www.w3.org/TR/ElementTraversal/'><cite>Element Traversal Specification</cite></a> * * @since 9 */ public interface ElementTraversal {