Home
last modified time | relevance | path

Searched refs:NameImpl (Results 1 – 25 of 155) sorted by relevance

1234567

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/name/
H A DNameImpl.java39 public class NameImpl implements Name { class
69 protected NameImpl(String name) { in NameImpl() method in NameImpl
99 return new NameImpl(name); in createFromUnqualifiedName()
121 return new NameImpl( in createFromTagAndUri()
362 public static NameImpl createFault1_2Name( in createFault1_2Name()
422 static class SOAP1_1Name extends NameImpl {
429 NameImpl.SOAP11_NAMESPACE); in SOAP1_1Name()
451 static class Fault1_1Name extends NameImpl {
462 static class Detail1_1Name extends NameImpl {
482 static class SOAP1_2Name extends NameImpl {
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/name/
H A DNameImpl.java39 public class NameImpl implements Name { class
69 protected NameImpl(String name) { in NameImpl() method in NameImpl
99 return new NameImpl(name); in createFromUnqualifiedName()
121 return new NameImpl( in createFromTagAndUri()
362 public static NameImpl createFault1_2Name( in createFault1_2Name()
422 static class SOAP1_1Name extends NameImpl {
429 NameImpl.SOAP11_NAMESPACE); in SOAP1_1Name()
451 static class Fault1_1Name extends NameImpl {
462 static class Detail1_1Name extends NameImpl {
482 static class SOAP1_2Name extends NameImpl {
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/impl/
H A DElementFactory.java32 import com.sun.xml.internal.messaging.saaj.soap.name.NameImpl;
65 if (NameImpl.SOAP11_NAMESPACE.equals(namespaceUri)) { in createElement()
67 } else if (NameImpl.SOAP12_NAMESPACE.equals(namespaceUri)) { in createElement()
82 NameImpl.createQName(prefix, localName)); in createElement()
92 prefix = NameImpl.SOAP_ENVELOPE_PREFIX; in createNamedElement()
96 if (NameImpl.SOAP11_NAMESPACE.equals(namespaceUri)) { in createNamedElement()
103 if (NameImpl.SOAP11_NAMESPACE.equals(namespaceUri)) { in createNamedElement()
110 if (NameImpl.SOAP11_NAMESPACE.equals(namespaceUri)) { in createNamedElement()
118 if (NameImpl.SOAP11_NAMESPACE.equals(namespaceUri)) { in createNamedElement()
143 if (NameImpl.SOAP11_NAMESPACE.equals(namespaceUri)) { in createNamedElement()
[all …]
H A DHeaderElementImpl.java32 import com.sun.xml.internal.messaging.saaj.soap.name.NameImpl;
39 NameImpl.createFromTagName("relay");
41 NameImpl.createFromTagName("mustUnderstand");
50 protected abstract NameImpl getActorAttributeName(); in getActorAttributeName()
51 protected abstract NameImpl getRoleAttributeName(); in getRoleAttributeName()
52 protected abstract NameImpl getMustunderstandAttributeName(); in getMustunderstandAttributeName()
55 protected abstract NameImpl getRelayAttributeName(); in getRelayAttributeName()
86 Name actorAttNameWithoutNS = NameImpl.createFromTagName("actor");
93 Name roleAttNameWithoutNS = NameImpl.createFromTagName("role");
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/impl/
H A DElementFactory.java32 import com.sun.xml.internal.messaging.saaj.soap.name.NameImpl;
65 if (NameImpl.SOAP11_NAMESPACE.equals(namespaceUri)) { in createElement()
67 } else if (NameImpl.SOAP12_NAMESPACE.equals(namespaceUri)) { in createElement()
82 NameImpl.createQName(prefix, localName)); in createElement()
92 prefix = NameImpl.SOAP_ENVELOPE_PREFIX; in createNamedElement()
96 if (NameImpl.SOAP11_NAMESPACE.equals(namespaceUri)) { in createNamedElement()
103 if (NameImpl.SOAP11_NAMESPACE.equals(namespaceUri)) { in createNamedElement()
110 if (NameImpl.SOAP11_NAMESPACE.equals(namespaceUri)) { in createNamedElement()
118 if (NameImpl.SOAP11_NAMESPACE.equals(namespaceUri)) { in createNamedElement()
143 if (NameImpl.SOAP11_NAMESPACE.equals(namespaceUri)) { in createNamedElement()
[all …]
H A DHeaderElementImpl.java32 import com.sun.xml.internal.messaging.saaj.soap.name.NameImpl;
39 NameImpl.createFromTagName("relay");
41 NameImpl.createFromTagName("mustUnderstand");
50 protected abstract NameImpl getActorAttributeName(); in getActorAttributeName()
51 protected abstract NameImpl getRoleAttributeName(); in getRoleAttributeName()
52 protected abstract NameImpl getMustunderstandAttributeName(); in getMustunderstandAttributeName()
55 protected abstract NameImpl getRelayAttributeName(); in getRelayAttributeName()
86 Name actorAttNameWithoutNS = NameImpl.createFromTagName("actor");
93 Name roleAttNameWithoutNS = NameImpl.createFromTagName("role");
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/ver1_2/
H A DHeaderElement1_2Impl.java41 import com.sun.xml.internal.messaging.saaj.soap.name.NameImpl;
62 protected NameImpl getRoleAttributeName() { in getRoleAttributeName()
63 return NameImpl.create("role", null, NameImpl.SOAP12_NAMESPACE); in getRoleAttributeName()
67 protected NameImpl getActorAttributeName() { in getActorAttributeName()
71 protected NameImpl getMustunderstandAttributeName() { in getMustunderstandAttributeName()
72 return NameImpl.create("mustUnderstand", null, NameImpl.SOAP12_NAMESPACE); in getMustunderstandAttributeName()
86 protected NameImpl getRelayAttributeName() { in getRelayAttributeName()
87 return NameImpl.create("relay", null, NameImpl.SOAP12_NAMESPACE); in getRelayAttributeName()
H A DHeader1_2Impl.java45 import com.sun.xml.internal.messaging.saaj.soap.name.NameImpl;
57 super(ownerDocument, NameImpl.createHeader1_2Name(prefix)); in Header1_2Impl()
60 protected NameImpl getNotUnderstoodName() { in getNotUnderstoodName()
61 return NameImpl.createNotUnderstood1_2Name(null); in getNotUnderstoodName()
64 protected NameImpl getUpgradeName() { in getUpgradeName()
65 return NameImpl.createUpgrade1_2Name(null); in getUpgradeName()
68 protected NameImpl getSupportedEnvelopeName() { in getSupportedEnvelopeName()
69 return NameImpl.createSupportedEnvelope1_2Name(null); in getSupportedEnvelopeName()
91 NameImpl.createFromUnqualifiedName("qname"), in addNotUnderstoodHeaderElement()
143 && name.getURI().equals(NameImpl.SOAP12_NAMESPACE)) { in addAttribute()
[all …]
H A DFault1_2Impl.java71 protected NameImpl getDetailName() { in getDetailName()
75 protected NameImpl getFaultCodeName() { in getFaultCodeName()
79 protected NameImpl getFaultStringName() { in getFaultStringName()
83 protected NameImpl getFaultActorName() { in getFaultActorName()
87 private NameImpl getFaultRoleName() { in getFaultRoleName()
91 private NameImpl getFaultReasonName() { in getFaultReasonName()
99 private NameImpl getFaultNodeName() { in getFaultNodeName()
103 private static NameImpl getXmlLangName() { in getXmlLangName()
104 return NameImpl.createXmlName("lang"); in getXmlLangName()
362 return NameImpl.convertToName( in getFaultCodeAsName()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/ver1_2/
H A DHeaderElement1_2Impl.java41 import com.sun.xml.internal.messaging.saaj.soap.name.NameImpl;
62 protected NameImpl getRoleAttributeName() { in getRoleAttributeName()
63 return NameImpl.create("role", null, NameImpl.SOAP12_NAMESPACE); in getRoleAttributeName()
67 protected NameImpl getActorAttributeName() { in getActorAttributeName()
71 protected NameImpl getMustunderstandAttributeName() { in getMustunderstandAttributeName()
72 return NameImpl.create("mustUnderstand", null, NameImpl.SOAP12_NAMESPACE); in getMustunderstandAttributeName()
86 protected NameImpl getRelayAttributeName() { in getRelayAttributeName()
87 return NameImpl.create("relay", null, NameImpl.SOAP12_NAMESPACE); in getRelayAttributeName()
H A DHeader1_2Impl.java45 import com.sun.xml.internal.messaging.saaj.soap.name.NameImpl;
57 super(ownerDocument, NameImpl.createHeader1_2Name(prefix)); in Header1_2Impl()
60 protected NameImpl getNotUnderstoodName() { in getNotUnderstoodName()
61 return NameImpl.createNotUnderstood1_2Name(null); in getNotUnderstoodName()
64 protected NameImpl getUpgradeName() { in getUpgradeName()
65 return NameImpl.createUpgrade1_2Name(null); in getUpgradeName()
68 protected NameImpl getSupportedEnvelopeName() { in getSupportedEnvelopeName()
69 return NameImpl.createSupportedEnvelope1_2Name(null); in getSupportedEnvelopeName()
91 NameImpl.createFromUnqualifiedName("qname"), in addNotUnderstoodHeaderElement()
143 && name.getURI().equals(NameImpl.SOAP12_NAMESPACE)) { in addAttribute()
[all …]
H A DFault1_2Impl.java71 protected NameImpl getDetailName() { in getDetailName()
75 protected NameImpl getFaultCodeName() { in getFaultCodeName()
79 protected NameImpl getFaultStringName() { in getFaultStringName()
83 protected NameImpl getFaultActorName() { in getFaultActorName()
87 private NameImpl getFaultRoleName() { in getFaultRoleName()
91 private NameImpl getFaultReasonName() { in getFaultReasonName()
99 private NameImpl getFaultNodeName() { in getFaultNodeName()
103 private static NameImpl getXmlLangName() { in getXmlLangName()
104 return NameImpl.createXmlName("lang"); in getXmlLangName()
362 return NameImpl.convertToName( in getFaultCodeAsName()
[all …]
/dports/misc/dartsim/dart-6.11.1/dart/dynamics/detail/
H A DEntityNode.hpp55 using NameImpl = detail::EntityNodeAspectBase<Base>; in setName() typedef
57 if (NameImpl::mAspectProperties.mName == newName && !newName.empty()) in setName()
58 return NameImpl::mAspectProperties.mName; in setName()
60 const std::string oldName = NameImpl::mAspectProperties.mName; in setName()
62 NameImpl::mAspectProperties.mName = Node::registerNameChange(newName); in setName()
66 this, oldName, NameImpl::mAspectProperties.mName); in setName()
68 return NameImpl::mAspectProperties.mName; in setName()
75 using NameImpl = detail::EntityNodeAspectBase<Base>; in getName() typedef
76 return NameImpl::mAspectProperties.mName; in getName()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/ver1_1/
H A DHeaderElement1_1Impl.java42 import com.sun.xml.internal.messaging.saaj.soap.name.NameImpl;
64 protected NameImpl getActorAttributeName() { in getActorAttributeName()
65 return NameImpl.create("actor", null, NameImpl.SOAP11_NAMESPACE); in getActorAttributeName()
69 protected NameImpl getRoleAttributeName() { in getRoleAttributeName()
77 protected NameImpl getMustunderstandAttributeName() { in getMustunderstandAttributeName()
78 return NameImpl.create("mustUnderstand", null, NameImpl.SOAP11_NAMESPACE); in getMustunderstandAttributeName()
93 protected NameImpl getRelayAttributeName() { in getRelayAttributeName()
H A DEnvelope1_1Impl.java36 import com.sun.xml.internal.messaging.saaj.soap.name.NameImpl;
41 super(ownerDoc, NameImpl.createEnvelope1_1Name(prefix)); in Envelope1_1Impl()
51 NameImpl.createEnvelope1_1Name(prefix), in Envelope1_1Impl()
55 protected NameImpl getBodyName(String prefix) { in getBodyName()
56 return NameImpl.createBody1_1Name(prefix); in getBodyName()
59 protected NameImpl getHeaderName(String prefix) { in getHeaderName()
60 return NameImpl.createHeader1_1Name(prefix); in getHeaderName()
H A DFault1_1Impl.java48 import com.sun.xml.internal.messaging.saaj.soap.name.NameImpl;
61 super(ownerDocument, NameImpl.createFault1_1Name(prefix)); in Fault1_1Impl()
64 protected NameImpl getDetailName() { in getDetailName()
65 return NameImpl.createDetail1_1Name(); in getDetailName()
68 protected NameImpl getFaultCodeName() { in getFaultCodeName()
69 return NameImpl.createFromUnqualifiedName("faultcode"); in getFaultCodeName()
72 protected NameImpl getFaultStringName() { in getFaultStringName()
76 protected NameImpl getFaultActorName() { in getFaultActorName()
77 return NameImpl.createFromUnqualifiedName("faultactor"); in getFaultActorName()
182 NameImpl.createFromTagName("xml:lang"), in setFaultString()
[all …]
H A DHeader1_1Impl.java43 import com.sun.xml.internal.messaging.saaj.soap.name.NameImpl;
53 super(ownerDocument, NameImpl.createHeader1_1Name(prefix)); in Header1_1Impl()
56 protected NameImpl getNotUnderstoodName() { in getNotUnderstoodName()
64 protected NameImpl getUpgradeName() { in getUpgradeName()
65 return NameImpl.create( in getUpgradeName()
71 protected NameImpl getSupportedEnvelopeName() { in getSupportedEnvelopeName()
72 return NameImpl.create( in getSupportedEnvelopeName()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/ver1_1/
H A DHeaderElement1_1Impl.java42 import com.sun.xml.internal.messaging.saaj.soap.name.NameImpl;
64 protected NameImpl getActorAttributeName() { in getActorAttributeName()
65 return NameImpl.create("actor", null, NameImpl.SOAP11_NAMESPACE); in getActorAttributeName()
69 protected NameImpl getRoleAttributeName() { in getRoleAttributeName()
77 protected NameImpl getMustunderstandAttributeName() { in getMustunderstandAttributeName()
78 return NameImpl.create("mustUnderstand", null, NameImpl.SOAP11_NAMESPACE); in getMustunderstandAttributeName()
93 protected NameImpl getRelayAttributeName() { in getRelayAttributeName()
H A DEnvelope1_1Impl.java36 import com.sun.xml.internal.messaging.saaj.soap.name.NameImpl;
41 super(ownerDoc, NameImpl.createEnvelope1_1Name(prefix)); in Envelope1_1Impl()
51 NameImpl.createEnvelope1_1Name(prefix), in Envelope1_1Impl()
55 protected NameImpl getBodyName(String prefix) { in getBodyName()
56 return NameImpl.createBody1_1Name(prefix); in getBodyName()
59 protected NameImpl getHeaderName(String prefix) { in getHeaderName()
60 return NameImpl.createHeader1_1Name(prefix); in getHeaderName()
H A DFault1_1Impl.java48 import com.sun.xml.internal.messaging.saaj.soap.name.NameImpl;
61 super(ownerDocument, NameImpl.createFault1_1Name(prefix)); in Fault1_1Impl()
64 protected NameImpl getDetailName() { in getDetailName()
65 return NameImpl.createDetail1_1Name(); in getDetailName()
68 protected NameImpl getFaultCodeName() { in getFaultCodeName()
69 return NameImpl.createFromUnqualifiedName("faultcode"); in getFaultCodeName()
72 protected NameImpl getFaultStringName() { in getFaultStringName()
76 protected NameImpl getFaultActorName() { in getFaultActorName()
77 return NameImpl.createFromUnqualifiedName("faultactor"); in getFaultActorName()
182 NameImpl.createFromTagName("xml:lang"), in setFaultString()
[all …]
H A DHeader1_1Impl.java43 import com.sun.xml.internal.messaging.saaj.soap.name.NameImpl;
53 super(ownerDocument, NameImpl.createHeader1_1Name(prefix)); in Header1_1Impl()
56 protected NameImpl getNotUnderstoodName() { in getNotUnderstoodName()
64 protected NameImpl getUpgradeName() { in getUpgradeName()
65 return NameImpl.create( in getUpgradeName()
71 protected NameImpl getSupportedEnvelopeName() { in getSupportedEnvelopeName()
72 return NameImpl.create( in getSupportedEnvelopeName()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/util/
H A DSharedNameTable.java61 private NameImpl[] hashes;
84 hashes = new NameImpl[hashSize]; in SharedNameTable()
99 NameImpl n = hashes[h]; in fromChars()
106 n = new NameImpl(this); in fromChars()
122 NameImpl n = hashes[h]; in fromUtf()
132 n = new NameImpl(this); in fromUtf()
150 static class NameImpl extends Name { class in SharedNameTable
153 NameImpl next;
164 NameImpl(SharedNameTable table) { in NameImpl() method in SharedNameTable.NameImpl
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/util/
H A DSharedNameTable.java61 private NameImpl[] hashes;
84 hashes = new NameImpl[hashSize]; in SharedNameTable()
99 NameImpl n = hashes[h]; in fromChars()
106 n = new NameImpl(this); in fromChars()
122 NameImpl n = hashes[h]; in fromUtf()
132 n = new NameImpl(this); in fromUtf()
150 static class NameImpl extends Name { class in SharedNameTable
153 NameImpl next;
164 NameImpl(SharedNameTable table) { in NameImpl() method in SharedNameTable.NameImpl
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/apt/model/
H A DNameImpl.java20 public class NameImpl implements Name { class
26 private NameImpl() in NameImpl() method in NameImpl
31 public NameImpl(CharSequence cs) in NameImpl() method in NameImpl
36 public NameImpl(char[] chars) in NameImpl() method in NameImpl
91 final NameImpl other = (NameImpl) obj; in equals()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.compiler.apt/src/org/eclipse/jdt/internal/compiler/apt/model/
H A DNameImpl.java23 public class NameImpl implements Name { class
29 private NameImpl() in NameImpl() method in NameImpl
34 public NameImpl(CharSequence cs) in NameImpl() method in NameImpl
39 public NameImpl(char[] chars) in NameImpl() method in NameImpl
94 final NameImpl other = (NameImpl) obj; in equals()

1234567