Searched defs:newPrefix (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/txw2/
H A DDocument.java235 while(inscopeNamespace.getURI(p=newPrefix())!=null)
269 * Used by {@link #newPrefix()}.
278 private String newPrefix() { method in class:Document
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DEncryptionConstants.java162 * @param newPrefix
165 public static void setEncryptionSpecNSprefix(String newPrefix) argument
168 newPrefix);
H A DConstants.java208 * @param newPrefix is the new namespace prefix.
213 public static void setSignatureSpecNSprefix(String newPrefix) throws XMLSecurityException { argument
214 ElementProxy.setDefaultPrefix(Constants.SignatureSpecNS, newPrefix);

Completed in 23 milliseconds