Searched defs:getBaseNamespace (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DEncryptionElementProxy.java60 public final String getBaseNamespace() { method in class:EncryptionElementProxy
H A DSignatureElementProxy.java68 public String getBaseNamespace() { method in class:SignatureElementProxy
H A DElementProxy.java78 createElementForFamilyLocal(this._doc, this.getBaseNamespace(), this.getBaseLocalName());
109 public abstract String getBaseNamespace(); method in class:ElementProxy
126 String baseName = this.getBaseNamespace();
244 String expectedNamespaceUri = this.getBaseNamespace();
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/transforms/params/
H A DInclusiveNamespaces.java166 * Method getBaseNamespace
170 public String getBaseNamespace() { method in class:InclusiveNamespaces
H A DXPath2FilterContainer.java308 * Method getBaseNamespace
312 public final String getBaseNamespace() { method in class:XPath2FilterContainer
H A DXPath2FilterContainer04.java264 public final String getBaseNamespace() { method in class:XPath2FilterContainer04
H A DXPathFilterCHGPContainer.java100 ElementProxy.createElementForFamily(doc, this.getBaseNamespace(),
114 ElementProxy.createElementForFamily(doc, this.getBaseNamespace(),
127 this.getBaseNamespace(),
207 if (this.length(this.getBaseNamespace(), type) != 1) {
211 Element xElem = XMLUtils.selectNode(this._constructionElement.getFirstChild(), this.getBaseNamespace(),
267 if (this.length(this.getBaseNamespace(), type) != 1) {
271 return XMLUtils.selectNodeText(this._constructionElement.getFirstChild(), this.getBaseNamespace(),
314 * Method getBaseNamespace
318 public final String getBaseNamespace() { method in class:XPathFilterCHGPContainer
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/algorithms/
H A DMessageDigestAlgorithm.java257 public String getBaseNamespace() { method in class:MessageDigestAlgorithm
H A DSignatureAlgorithm.java430 * Method getBaseNamespace
434 public String getBaseNamespace() { method in class:SignatureAlgorithm
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/encryption/
H A DXMLCipher.java3771 this.getBaseNamespace(), this.getBaseLocalName());
3811 public String getBaseNamespace() { method in class:XMLCipher.Factory.TransformsImpl

Completed in 63 milliseconds