jdk/src/share/classes/com/sun/org/apache/xml/internal/security/encryption/Reference.java
changeset 10694 cf59e2badd14
parent 2 90ce3da70b43
child 18780 f47b920867e7
equal deleted inserted replaced
10693:6e9ebed2e783 10694:cf59e2badd14
    72      * transforms, or information on how to retrieve the elements from a
    72      * transforms, or information on how to retrieve the elements from a
    73      * document storage facility.
    73      * document storage facility.
    74      *
    74      *
    75      * @return child elements.
    75      * @return child elements.
    76      */
    76      */
    77     Iterator getElementRetrievalInformation();
    77     Iterator<Element> getElementRetrievalInformation();
    78 
    78 
    79     /**
    79     /**
    80      * Adds retrieval information.
    80      * Adds retrieval information.
    81      *
    81      *
    82      * @param info.
    82      * @param info.