Searched refs:prefix (Results 451 - 475 of 580) sorted by relevance

<<11121314151617181920>>

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DElementImpl.java594 * qualifiedName has a prefix that is "xml", the new attribute is bound to
597 * URI is already present on the element, its prefix is changed to be the
598 * prefix part of the qualifiedName, and its value is changed to be the
620 * has a prefix that is "xml" and the namespaceURI
623 * the qualifiedName has a prefix that is "xmlns"
626 * prefix different from "xml" and "xmlns" and the
646 String prefix, localName;
648 prefix = null;
652 prefix = qualifiedName.substring(0, index);
658 // strings for prefix an
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DHTMLSerializer.java251 String prefix;
252 prefix = getPrefix( namespaceURI );
253 if ( prefix != null && prefix.length() != 0 )
254 rawName = prefix + ":" + localName;
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DUnImplNode.java749 * @param prefix Prefix to set for this node
753 public void setPrefix(String prefix) throws DOMException argument
1340 * <code>namespaceURI</code>, <code>prefix</code>, <code>nodeValue</code>
1440 * Look up the namespace URI associated to the given prefix, starting from this node.
1453 String prefix = this.getPrefix();
1455 // REVISIT: is it possible that prefix is empty string?
1456 if (specifiedPrefix== null && prefix==specifiedPrefix) {
1459 } else if (prefix != null && prefix.equals(specifiedPrefix)) {
1546 String prefix
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/presentation/rmi/
H A DIDLNameTranslatorImpl.java377 String prefix = "";
380 prefix = GET_ATTRIBUTE_PREFIX;
382 prefix = SET_ATTRIBUTE_PREFIX;
384 prefix = IS_ATTRIBUTE_PREFIX;
387 idlName = prefix + next.mangledName;
/openjdk7/jdk/src/share/classes/java/net/
H A DInetAddress.java103 * inside of a site without the need for a global prefix.
1504 * Property "impl.prefix" will be prepended to the classname
1510 String prefix = AccessController.doPrivileged(
1511 new GetPropertyAction("impl.prefix", ""));
1513 impl = Class.forName("java.net." + prefix + implName).newInstance();
1515 System.err.println("Class not found: java.net." + prefix +
1516 implName + ":\ncheck impl.prefix property " +
1519 System.err.println("Could not instantiate: java.net." + prefix +
1520 implName + ":\ncheck impl.prefix property " +
1523 System.err.println("Cannot access class: java.net." + prefix
[all...]
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DDriver.java382 String prefix = base.getName();
383 if (prefix.length() < 3) prefix += "tmp";
390 ? Files.createTempFile(prefix, suffix)
391 : Files.createTempFile(where.toPath(), prefix, suffix);
564 // One time through this loop for each matching arg prefix.
566 // Match some prefix of the argument to a key in optmap.
572 // Decide on a smaller prefix to search for.
574 // pfxmap.lastKey is no shorter than any prefix in optmap.
578 // (Note: We could cut opt down to its common prefix wit
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/
H A DInternalizer.java320 public String getNamespaceURI(String prefix) {
538 String prefix;
539 if (a.getName().indexOf(':') == -1) prefix = "";
540 else prefix = a.getLocalName();
542 if (inscopes.add(prefix) && p != e) {
546 // we want to add prefix to inscopes even if p==Decl
599 // use the same prefix as the parent node to avoid modifying
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DMarshallerImpl.java289 public void startPrefixMapping(String prefix, String uri) throws SAXException {
290 super.startPrefixMapping(prefix.intern(), uri.intern());
351 String prefix = decls[i];
353 if(nsUri!=null && prefix!=null) // defensive check
354 serializer.addInscopeBinding(nsUri,prefix);
/openjdk7/jdk/test/sun/management/jmxremote/bootstrap/
H A DRmiBootstrapTest.java136 * A filter to find all filenames who match <prefix>*<suffix>.
137 * Note that <prefix> and <suffix> can overlap.
141 final String prefix; field in class:RmiBootstrapTest.ConfigFilenameFilter
142 ConfigFilenameFilter(String prefix, String suffix) { argument
144 this.prefix=prefix;
147 return (name.startsWith(prefix) && name.endsWith(suffix));
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DStylesheet.java445 private QName makeStylesheetName(String prefix) { argument
446 return getParser().getQName(prefix+getXSLTC().nextStylesheetSerial());
481 * Adds a single prefix mapping to this syntax tree node.
482 * @param prefix Namespace prefix.
485 protected void addPrefixMapping(String prefix, String uri) { argument
486 if (prefix.equals(EMPTYSTRING) && uri.equals(XHTML_URI)) return;
487 super.addPrefixMapping(prefix, uri);
497 final String prefix = tokens.nextToken();
498 final String uri = lookupNamespace(prefix);
1404 getNamespace(String prefix) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DAdaptiveResultTreeImpl.java487 public String lookupNamespace(int node, String prefix) argument
491 return _dom.lookupNamespace(node, prefix);
494 return super.lookupNamespace(node, prefix);
689 // "prefix:localpart" or "localpart"
695 String prefix = qName.substring(0, colonpos);
697 uri = _dom.getNamespaceURI(prefix);
720 public void namespaceAfterStartElement(String prefix, String uri) argument
727 _dom.startPrefixMapping(prefix, uri);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/dom/
H A DDOMDocumentParser.java547 String prefix;
566 // no prefix, no namespace
577 // no prefix, namespace
588 // prefix, no namespace
591 prefix = decodeIdentifyingNonEmptyStringOnFirstBitAsPrefix(false);
594 createQualifiedNameString(prefix),
595 prefix);
601 // prefix, namespace
604 prefix = decodeIdentifyingNonEmptyStringOnFirstBitAsPrefix(true);
607 createQualifiedNameString(prefix),
[all...]
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/
H A DInit.java353 String prefix = nl[i].getAttributeNS(null, "prefix");
355 log.log(java.util.logging.Level.FINE, "Now I try to bind " + prefix + " to " + namespace);
357 ElementProxy.setDefaultPrefix(namespace, prefix);
/openjdk7/hotspot/src/share/vm/prims/
H A DnativeLookup.cpp145 // NB: To ignore the jni prefix and jni postfix strstr is used matching.
264 // 3) Try JNI short style without os prefix/suffix
268 // 4) Try JNI long style without os prefix/suffix
316 // 3) Try JNI short style without os prefix/suffix
320 // 4) Try JNI long style without os prefix/suffix
337 // last applied prefix will be first -- go backwards
339 char* prefix = prefixes[i]; local
340 size_t prefix_len = strlen(prefix);
341 if (strncmp(prefix, wrapper_name, prefix_len) == 0) {
342 // has this prefix remov
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A DperfData.cpp82 const char* prefix = PerfDataManager::ns_to_string(ns); local
84 _name = NEW_C_HEAP_ARRAY(char, strlen(name) + strlen(prefix) + 2, mtInternal);
88 // No prefix is added to counters with the NULL_NS namespace.
90 // set the F_Supported flag based on the counter name prefix.
100 sprintf(_name, "%s.%s", prefix, name);
H A DsimpleThresholdPolicy.hpp58 void print_counters(const char* prefix, methodHandle mh);
/openjdk7/jdk/test/java/lang/invoke/
H A DPrivateInvokeTest.java256 private static String strip(String prefix, String s) { argument
257 assert(s.startsWith(prefix));
258 return s.substring(prefix.length());
/openjdk7/jdk/src/solaris/classes/sun/awt/motif/
H A DMToolkit.java569 private final static String prefix = "DnD.Cursor."; field in class:MToolkit
574 if (name.startsWith(prefix)) {
575 String cursorName = name.substring(prefix.length(), name.length()) + postfix;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DXMLAttributesImpl.java577 * <p>If the attribute name has a namespace prefix, the prefix
992 * Returns the prefix of the attribute at the specified index.
1000 String prefix = fAttributes[index].name.prefix;
1002 return prefix != null ? prefix : "";
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/domapi/
H A DXPathNamespaceImpl.java57 * <p><code>prefix</code> is the prefix of the namespace represented by the
59 * <p><code>nodeName</code> is the same as <code>prefix</code>.
262 // For namespace node, the local name is the same as the prefix
303 public String lookupNamespaceURI(String prefix) { argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/ast/builder/
H A DSchemaBuilder.java178 String localName, String prefix, L loc, CL comments,
177 makeElementAnnotationBuilder(String ns, String localName, String prefix, L loc, CL comments, Context context) argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/digested/
H A DDXMLPrinter.java214 public void attr(String prefix, String ns, String name, String value) { argument
216 out.writeAttribute(prefix, ns, name, value);
230 public void ns(String prefix, String uri) { argument
232 out.writeNamespace(prefix, uri);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/
H A DMtomCodec.java375 public String getNamespaceURI(String prefix) { argument
376 return nsContext.getNamespaceURI(prefix);
439 public String getNamespaceURI(String prefix) { argument
440 return nsContext.getNamespaceURI(prefix);
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DConfig.java656 String prefix = lib.substring(0, i);
659 lib = prefix + "/sparcv9" + suffix;
661 lib = prefix + "/amd64" + suffix;
663 lib = prefix + suffix;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/sax/
H A DSAXDocumentParser.java185 _v.prefix.clearCompletely();
1159 String prefix = "", namespaceName = "";
1170 // no prefix, no namespace
1173 prefix = namespaceName = "";
1176 // no prefix, namespace
1179 prefix = "";
1184 // prefix, no namespace
1187 prefix = decodeIdentifyingNonEmptyStringOnFirstBitAsPrefix(false);
1193 // prefix, namespace
1196 prefix
[all...]

Completed in 79 milliseconds

<<11121314151617181920>>