Searched refs:getURI (Results 1 - 25 of 163) sorted by relevance

1234567

/openjdk7/jdk/src/share/classes/javax/xml/crypto/
H A DURIReference.java51 String getURI(); method in interface:URIReference
H A DOctetStreamData.java93 public String getURI() { method in class:OctetStreamData
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/soap/
H A DName.java44 * <LI><code>getURI</code> will return "http://www.wombat.org/trader"
109 String getURI(); method in interface:Name
/openjdk7/jdk/src/share/classes/java/security/
H A DURIParameter.java60 public java.net.URI getURI() { method in class:URIParameter
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/encryption/
H A DCipherReference.java67 String getURI(); method in interface:CipherReference
H A DReference.java55 String getURI(); method in interface:Reference
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/
H A DValidationContext.java62 public String getURI(String prefix); method in interface:ValidationContext
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xinclude/
H A DMultipleScopeNamespaceSupport.java110 * @see com.sun.org.apache.xerces.internal.xni.NamespaceContext#getURI(java.lang.String)
112 public String getURI(String prefix) { method in class:MultipleScopeNamespaceSupport
113 return getURI(prefix, fNamespaceSize, fContext[fScope[fCurrentScope]]);
120 public String getURI(String prefix, int context) { method in class:MultipleScopeNamespaceSupport
121 return getURI(prefix, fContext[context+1], fContext[fScope[getScopeForContext(context)]]);
136 if (getURI(fNamespace[i - 2]) == uri)
145 public String getURI(String prefix, int start, int end) { method in class:MultipleScopeNamespaceSupport
H A DXIncludeNamespaceSupport.java93 return getURI(prefix, lastValidContext);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/
H A DNamespaceContext.java109 * @see #getURI
127 public String getURI(String prefix); method in interface:NamespaceContext
H A DXMLAttributes.java137 * @see #getURI(int)
202 public String getURI(int index); method in interface:XMLAttributes
/openjdk7/jdk/src/share/classes/javax/print/attribute/
H A DURISyntax.java73 public URI getURI() { method in class:URISyntax
/openjdk7/jdk/src/share/classes/javax/xml/crypto/dsig/keyinfo/
H A DRetrievalMethod.java91 String getURI(); method in interface:RetrievalMethod
/openjdk7/jaxp/src/org/xml/sax/
H A DAttributes.java109 * @see #getURI(int)
127 public abstract String getURI (int index); method in interface:Attributes
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/streaming/
H A DAttributes.java75 public String getURI(int index); method in interface:Attributes
/openjdk7/jdk/test/java/security/Policy/GetInstance/
H A DGetInstancePolicySpi.java40 URL url = uriParam.getURI().toURL();
/openjdk7/jdk/test/javax/security/auth/login/Configuration/
H A DGetInstanceConfigSpi.java39 return new ConfigFile(uriParam.getURI());
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/models/
H A DCMAny.java123 final String getURI() { method in class:CMAny
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/util/
H A DRejectDoctypeSaxFilter.java166 if(eos || atts.getURI(i) == WSU_NS ){
167 attrImpl.addAttribute(atts.getURI(i), atts.getLocalName(i),
170 attrImpl.addAttribute(atts.getURI(i), atts.getLocalName(i), atts.getQName(i), atts.getType(i), atts.getValue(i));
173 attrImpl.addAttribute(atts.getURI(i), atts.getLocalName(i),
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DXML11NSDTDValidator.java187 element.uri = fNamespaceContext.getURI(prefix);
205 fAttributeQName.uri = fNamespaceContext.getURI(XMLSymbols.PREFIX_XMLNS);
208 fAttributeQName.uri = fNamespaceContext.getURI(aprefix);
224 String auri = attributes.getURI(i);
231 String buri = attributes.getURI(j);
250 element.uri = fNamespaceContext.getURI(eprefix);
H A DXMLNSDTDValidator.java194 element.uri = fNamespaceContext.getURI(prefix);
212 fAttributeQName.uri = fNamespaceContext.getURI(XMLSymbols.PREFIX_XMLNS);
216 fAttributeQName.uri = fNamespaceContext.getURI(aprefix);
231 String auri = attributes.getURI(i);
238 String buri = attributes.getURI(j);
258 element.uri = fNamespaceContext.getURI(eprefix);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DContentHandlerAdaptor.java106 if(qname.startsWith("xmlns") || atts.getURI(i).length() == 0)
111 atts.getURI(i), prefix, true );
120 serializer.attribute( atts.getURI(i), atts.getLocalName(i), atts.getValue(i));
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/validation/
H A DValidationState.java196 public String getURI(String prefix) { method in class:ValidationState
198 return fNamespaceContext.getURI(prefix);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DNamespaceContextWrapper.java58 return fNamespaceContext.getURI(prefix.intern());
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DMutableAttrListImpl.java110 String uri = atts.getURI(i);

Completed in 4130 milliseconds

1234567