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

123

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DAttributesProxy.java79 public String getURI(int index) { method in class:AttributesProxy
82 String uri = fAttributes.getURI(index);
H A DJAXPNamespaceContextWrapper.java84 public String getURI(String prefix) { method in class:JAXPNamespaceContextWrapper
H A DNamespaceSupport.java136 String uri = context.getURI(prefix);
234 * @see com.sun.org.apache.xerces.internal.xni.NamespaceContext#getURI(String)
236 public String getURI(String prefix) { method in class:NamespaceSupport
248 } // getURI(String):String
259 if (getURI(fNamespace[i - 2]) == uri)
H A DXMLAttributesImpl.java1012 public String getURI(int index) { method in class:XMLAttributesImpl
1018 } // getURI(int):String
1098 } // getURI(int,QName)
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/algorithms/
H A DSignatureAlgorithm.java124 algorithmURI = this.getURI();
312 public final String getURI() { method in class:SignatureAlgorithm
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/c14n/
H A DCanonicalizer.java208 * Method getURI
212 public final String getURI() { method in class:Canonicalizer
/openjdk7/jaxp/src/org/xml/sax/helpers/
H A DAttributesImpl.java127 * @see org.xml.sax.Attributes#getURI
129 public String getURI (int index) method in class:AttributesImpl
376 data[i*5] = atts.getURI(i);
H A DNamespaceSupport.java297 * you have to look it up explicitly using {@link #getURI getURI}.
308 * @see #getURI
389 public String getURI (String prefix) method in class:NamespaceSupport
391 return currentContext.getURI(prefix);
403 * using the {@link #getURI getURI} with an argument of "".</p>
407 * @see #getURI
424 * to check for a default prefix, use the {@link #getURI getURI}
728 String getURI (String prefix) method in class:NamespaceSupport.Context
[all...]
H A DParserAdapter.java928 * @see org.xml.sax.Attributes#getURI
930 public String getURI (int i) method in class:ParserAdapter.AttributeListAdapter
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/jxc/gen/config/
H A DAttributesImpl.java129 * @see org.xml.sax.Attributes#getURI
131 public String getURI (int index) method in class:AttributesImpl
373 data[i*5] = atts.getURI(i);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/util/
H A DAttributesImpl.java127 * @see org.xml.sax.Attributes#getURI(int)
129 public String getURI (int index) method in class:AttributesImpl
389 data[i*5] = atts.getURI(i);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/output/
H A DC14nXmlOutput.java123 private String getURI() { method in class:C14nXmlOutput.DynamicAttribute
129 int r = this.getURI().compareTo(that.getURI());
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DInterningXmlVisitor.java128 public String getURI(int index) { method in class:InterningXmlVisitor.AttributesImpl
129 return intern(core.getURI(index));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/stream/buffer/
H A DAttributesHolder.java80 public final String getURI(int index) { method in class:AttributesHolder
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/state/
H A DAttributesImpl.java129 * @see org.xml.sax.Attributes#getURI
131 public String getURI (int index) method in class:AttributesImpl
373 data[i*5] = atts.getURI(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/xni/
H A DXMLAttributes.java137 * @see #getURI(int)
202 public String getURI(int index); method in interface:XMLAttributes
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DNamespaceSupport2.java185 * you have to look it up explicitly using {@link #getURI getURI}.
194 * @see #getURI
272 public String getURI (String prefix) method in class:NamespaceSupport2
274 return currentContext.getURI(prefix);
283 * using the {@link #getURI getURI} with an argument of "".</p>
289 * @see #getURI
307 * #getURI getURI} metho
648 String getURI (String prefix) method in class:Context2
[all...]
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMReference.java267 public String getURI() { method in class:DOMReference
540 boolean urisEqual = (uri == null ? oref.getURI() == null :
541 uri.equals(oref.getURI()));
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/signature/
H A DReference.java79 * String url = ref.getURI();
275 public String getURI() { method in class:Reference
515 String URI = t.getURI();
568 String URI = t.getURI();
772 log.log(java.util.logging.Level.WARNING, "Verification failed for URI \"" + this.getURI() + "\"");
776 log.log(java.util.logging.Level.INFO, "Verification successful for URI \"" + this.getURI() + "\"");
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/sax/
H A DAttributesHolder.java89 public final String getURI(int index) { method in class:AttributesHolder
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/txw2/
H A DNamespaceSupport.java297 * you have to look it up explicitly using {@link #getURI getURI}.
308 * @see #getURI
389 public String getURI (String prefix) method in class:NamespaceSupport
391 return currentContext.getURI(prefix);
403 * using the {@link #getURI getURI} with an argument of "".</p>
407 * @see #getURI
424 * to check for a default prefix, use the {@link #getURI getURI}
722 String getURI (String prefix) method in class:NamespaceSupport.Context
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/streaming/
H A DXMLStreamReaderUtil.java376 public String getURI(int index) { method in class:XMLStreamReaderUtil.AttributesImpl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/
H A DNamespaceSupport.java265 * you have to look it up explicitly using {@link #getURI getURI}.
274 * @see #getURI
353 public String getURI(String prefix) { method in class:NamespaceSupport
354 return currentContext.getURI(prefix);
362 * using the {@link #getURI getURI} with an argument of "".</p>
368 * @see #getURI
383 * to check for a default prefix, use the {@link #getURI getURI}
641 String getURI(String prefix) { method in class:NamespaceSupport.Context
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DDOMValidatorHelper.java518 public String getURI(String prefix) { method in class:DOMValidatorHelper.DOMNamespaceContext
519 String uri = fNamespaceContext.getURI(prefix);

Completed in 82 milliseconds

123