Searched refs:ReferenceList (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/encryption/
H A DEncryptedKey.java42 * <element ref='xenc:ReferenceList' minOccurs='0'/>
76 * @return an <code>Iterator</code> over all the <code>ReferenceList</code>s
79 ReferenceList getReferenceList();
82 * Sets the <code>ReferenceList</code> to the <code>EncryptedKey</code>.
86 void setReferenceList(ReferenceList list);
H A DReferenceList.java28 * <code>ReferenceList</code> is an element that contains pointers from a key
34 * <element name='ReferenceList'>
47 public interface ReferenceList { interface
63 * Removes a reference from the <code>ReferenceList</code>.
70 * Returns the size of the <code>ReferenceList</code>.
72 * @return the size of the <code>ReferenceList</code>.
77 * Indicates if the <code>ReferenceList</code> is empty.
79 * @return <code><b>true</b></code> if the <code>ReferenceList</code> is
86 * contatined in this <code>ReferenceList</code>.
H A DXMLCipher.java1786 * Create a new ReferenceList object
1790 public ReferenceList createReferenceList(int type) {
2112 ReferenceList newReferenceList(int type) {
2422 // <element ref='xenc:ReferenceList' minOccurs='0'/>
2614 // <element name='ReferenceList'>
2622 ReferenceList newReferenceList(Element element) {
2627 type = ReferenceList.DATA_REFERENCE;
2631 type = ReferenceList.KEY_REFERENCE;
2636 ReferenceList result = new ReferenceListImpl(type);
2639 case ReferenceList
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DJFormatter.java45 /** map from short type name to ReferenceList (list of JClass and ids sharing that name) **/
46 private HashMap<String,ReferenceList> collectedReferences;
97 collectedReferences = new HashMap<String,ReferenceList>();
276 ReferenceList tl = new ReferenceList();
308 ReferenceList tl = new ReferenceList();
396 for( ReferenceList tl : collectedReferences.values() ) {
490 final class ReferenceList { class in class:JFormatter

Completed in 47 milliseconds