jaxp/src/java.xml/share/classes/org/w3c/dom/ElementTraversal.java
changeset 32901 42af6bc4d36a
parent 32791 ed81078b4e7f
equal deleted inserted replaced
32900:2a9ad2693d23 32901:42af6bc4d36a
    48  * relationship to the current element, if the related element exists. The
    48  * relationship to the current element, if the related element exists. The
    49  * fifth method, {@link #getChildElementCount}, exposes the number of child
    49  * fifth method, {@link #getChildElementCount}, exposes the number of child
    50  * elements of an element, for preprocessing before navigation.
    50  * elements of an element, for preprocessing before navigation.
    51  *
    51  *
    52  * @see
    52  * @see
    53  * <a href='http://www.w3.org/TR/ElementTraversal/'><cite>Element Traversal Specification</cite></a>.
    53  * <a href='http://www.w3.org/TR/ElementTraversal/'><cite>Element Traversal Specification</cite></a>
    54  *
    54  *
    55  * @since 9
    55  * @since 9
    56  */
    56  */
    57 public interface ElementTraversal {
    57 public interface ElementTraversal {
    58 
    58