Searched refs:attributeName (Results 26 - 50 of 52) sorted by relevance

123

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/sourcemodel/
H A DXmlPolicyModelUnmarshaller.java237 final QName attributeName) {
239 Attribute attribute = element.getAttributeByName(attributeName);
243 final String localAttributeName = attributeName.getLocalPart();
248 final boolean attributeFoundByWorkaround = aName.equals(attributeName) || (aName.getLocalPart().equals(localAttributeName) && (aName.getPrefix() == null || "".equals(aName.getPrefix())));
236 getAttributeByName(final StartElement element, final QName attributeName) argument
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/
H A DUnparsedEntityHandler.java136 public void attributeDecl(String elementName, String attributeName, argument
141 fDTDHandler.attributeDecl(elementName, attributeName,
/openjdk7/jdk/src/share/classes/java/security/
H A DProvider.java640 String attributeName = attributeString.substring(i + 1);
642 while (attributeName.startsWith(" ")) {
643 attributeName = attributeName.substring(1);
645 attributeName = attributeName.intern();
654 s.addAttribute(attributeName, attributeValue);
/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DMBeanIntrospector.java154 abstract MBeanAttributeInfo getMBeanAttributeInfo(String attributeName, argument
320 public void visitAttribute(String attributeName, argument
324 getMBeanAttributeInfo(attributeName, getter, setter);
H A DMBeanAnalyzer.java55 public void visitAttribute(String attributeName, argument
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DDTDParser.java205 * @param attributeName The name of the attribute.
221 public void attributeDecl(String elementName, String attributeName, argument
H A DAbstractDOMParser.java2347 * @param attributeName The name of the attribute.
2367 public void attributeDecl (String elementName, String attributeName, argument
2377 fInternalSubset.append (attributeName);
2436 if (attributeName.startsWith("xmlns:") ||
2437 attributeName.equals("xmlns")) {
2440 else if (attributeName.startsWith("xml:")) {
2445 attributeName, namespaceURI, defaultValue.toString(), false);
2480 if (attributeName.startsWith("xmlns:") ||
2481 attributeName.equals("xmlns")) {
2484 else if (attributeName
[all...]
H A DAbstractXMLDocumentParser.java487 * @param attributeName The name of the attribute.
507 public void attributeDecl(String elementName, String attributeName, argument
H A DAbstractSAXParser.java899 * @param attributeName The name of the attribute.
920 public void attributeDecl(String elementName, String attributeName, argument
929 String elemAttr = new StringBuffer(elementName).append("<").append(attributeName).toString();
956 fDeclHandler.attributeDecl(elementName, attributeName,
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/tools/
H A DPrintTable.java51 printArray("Attribute Name Table", vocabulary.attributeName);
H A DVocabularyGenerator.java140 _v.attributes, _serializerVocabulary.attributeName, _parserVocabulary.attributeName, true);
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/inspector/
H A DXMBeanAttributes.java555 void collapse(String attributeName, final Component c) { argument
579 String attributeName =
583 createAttributeViewer(elem, mbean, attributeName, this);
1022 final String attributeName = getValueName(e.getFirstRow());
1024 new Attribute(attributeName,tableValue);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/presentation/rmi/
H A DIDLNameTranslatorImpl.java254 String attributeName = idlTypesUtil.
256 methodInfo.originalName = attributeName;
257 methodInfo.mangledName = attributeName;
H A DIDLNameTranslatorImpl_save.sjava237 String attributeName = idlTypesUtil.
239 methodInfo.originalName = attributeName;
240 methodInfo.mangledName = attributeName;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/
H A DStAXDocumentSerializer.java669 return _v.attributeName.getNextIndex();
819 final LocalNameQualifiedNamesMap.Entry entry = _v.attributeName.obtainEntry(localName);
829 entry.addQualifiedName(new QualifiedName(prefix, namespaceURI, localName, "", _v.attributeName.getNextIndex()));
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DDefaultXMLDocumentHandler.java520 * @param attributeName The name of the attribute.
540 public void attributeDecl(String elementName, String attributeName, argument
/openjdk7/jaxp/src/com/sun/xml/internal/stream/dtd/nonvalidating/
H A DDTDGrammar.java273 * @param attributeName The name of the attribute.
293 public void attributeDecl(String elementName, String attributeName, argument
327 if (getAttributeDeclIndex(elementIndex, attributeName) != -1) {
390 fQName.setValues(null, attributeName, attributeName, null);
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DConfig.java801 String attributeName = st.sval;
802 long attributeId = decodeAttributeName(attributeName);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/dom/
H A DDOMDocumentSerializer.java334 LocalNameQualifiedNamesMap.Entry entry = _v.attributeName.obtainEntry(qName);
/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DCompoundType.java1816 return attributeName;
2212 attributeName = name;
2317 attributeName = null;
2334 private String attributeName = null; field in class:CompoundType.Method
H A DIDLNames.java861 String attributeName = names[i];
862 method.setAttributeName(attributeName);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/sax/
H A DSAXDocumentSerializer.java583 LocalNameQualifiedNamesMap.Entry entry = _v.attributeName.obtainEntry(qName);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/
H A DDecoder.java278 _attributeNameTable = _v.attributeName;
400 _attributeNameTable = _v.attributeName;
504 decodeTableItems(_v.attributeName, true);
H A DEncoder.java1083 LocalNameQualifiedNamesMap.Entry entry = _v.attributeName.obtainEntry(localName);
1133 QualifiedName name = new QualifiedName(prefix, namespaceURI, localName, "", _v.attributeName.getNextIndex());
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DDTDGrammar.java584 * @param attributeName The name of the attribute.
604 public void attributeDecl(String elementName, String attributeName, argument
634 if (getAttributeDeclIndex(elementIndex, attributeName) != -1) {
697 fQName.setValues(null, attributeName, attributeName, null);

Completed in 87 milliseconds

123