Searched defs:getURI (Results 51 - 57 of 57) sorted by relevance

123

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/name/
H A DNameImpl.java93 return new QName(name.getURI(),
228 if (!uri.equals(otherName.getURI())) {
264 public String getURI() { method in class:NameImpl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/org/jvnet/fastinfoset/sax/helpers/
H A DEncodingAlgorithmAttributesImpl.java335 _data[index++] = atts.getURI(i);
362 _data[index++] = atts.getURI(i);
406 public final String getURI(int index) { method in class:EncodingAlgorithmAttributesImpl
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDOMNormalizer.java844 if (fNamespaceContext.getURI(prefix) == uri) {
874 uri = fNamespaceContext.getURI(XMLSymbols.EMPTY_STRING);
961 String declaredURI = fNamespaceContext.getURI(prefix);
980 if (prefix != XMLSymbols.EMPTY_STRING && fLocalNSBinder.getURI(prefix) == null) {
990 while (fLocalNSBinder.getURI(prefix)!=null) {
1553 public String getURI(int index){ method in class:DOMNormalizer.XMLAttributesProxy
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DAbstractSAXParser.java2166 uri = fNamespaceContext.getURI(prefix);
2298 public String getURI(int index) { method in class:AbstractSAXParser.AttributesProxy
2302 String uri= fAttributes.getURI(index);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/
H A DStAXDocumentParser.java683 _attributes.getURI(i).equals(namespaceURI)) {
718 return _attributes.getURI(index);
1808 public final String getURI(String prefix) { method in class:StAXDocumentParser
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/encryption/
H A DXMLCipher.java3017 public String getURI() { method in class:XMLCipher.Factory.CipherReferenceImpl
3906 public String getURI() { method in class:XMLCipher.Factory.ReferenceListImpl.ReferenceImpl
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/xs/
H A DXSSimpleTypeDecl.java226 public String getURI(String prefix) {
2874 public String getURI(String prefix) {
2941 public String getURI(String prefix) { method in class:XSSimpleTypeDecl.ValidationContextImpl
2943 return fExternal.getURI(prefix);
2946 return fNSContext.getURI(prefix);

Completed in 72 milliseconds

123