Home
last modified time | relevance | path

Searched refs:targetNamespace (Results 26 – 50 of 1745) sorted by relevance

12345678910>>...70

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/oracle/xmlns/internal/webservices/jaxws_databinding/
H A DXmlWebService.java76 protected String targetNamespace; field in XmlWebService
201 if (targetNamespace == null) { in getTargetNamespace()
204 return targetNamespace; in getTargetNamespace()
217 this.targetNamespace = value; in setTargetNamespace()
254 public String targetNamespace() { in targetNamespace() method in XmlWebService
255 return nullSafe(targetNamespace); in targetNamespace()
H A DXmlWebServiceClient.java65 protected String targetNamespace; field in XmlWebServiceClient
102 return targetNamespace; in getTargetNamespace()
114 this.targetNamespace = value; in setTargetNamespace()
147 public String targetNamespace() { in targetNamespace() method in XmlWebServiceClient
148 return nullSafe(targetNamespace); in targetNamespace()
H A DXmlWebFault.java67 protected String targetNamespace; field in XmlWebFault
106 return targetNamespace; in getTargetNamespace()
118 this.targetNamespace = value; in setTargetNamespace()
151 public String targetNamespace() { in targetNamespace() method in XmlWebFault
152 return nullSafe(targetNamespace); in targetNamespace()
H A DXmlWebServiceProvider.java64 protected String targetNamespace; field in XmlWebServiceProvider
81 return targetNamespace; in getTargetNamespace()
93 this.targetNamespace = value; in setTargetNamespace()
179 public String targetNamespace() { in targetNamespace() method in XmlWebServiceProvider
180 return nullSafe(targetNamespace); in targetNamespace()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/oracle/xmlns/internal/webservices/jaxws_databinding/
H A DXmlWebService.java76 protected String targetNamespace; field in XmlWebService
201 if (targetNamespace == null) { in getTargetNamespace()
204 return targetNamespace; in getTargetNamespace()
217 this.targetNamespace = value; in setTargetNamespace()
254 public String targetNamespace() { in targetNamespace() method in XmlWebService
255 return nullSafe(targetNamespace); in targetNamespace()
H A DXmlWebServiceClient.java65 protected String targetNamespace; field in XmlWebServiceClient
102 return targetNamespace; in getTargetNamespace()
114 this.targetNamespace = value; in setTargetNamespace()
147 public String targetNamespace() { in targetNamespace() method in XmlWebServiceClient
148 return nullSafe(targetNamespace); in targetNamespace()
H A DXmlWebFault.java67 protected String targetNamespace; field in XmlWebFault
106 return targetNamespace; in getTargetNamespace()
118 this.targetNamespace = value; in setTargetNamespace()
151 public String targetNamespace() { in targetNamespace() method in XmlWebFault
152 return nullSafe(targetNamespace); in targetNamespace()
H A DXmlWebServiceProvider.java64 protected String targetNamespace; field in XmlWebServiceProvider
81 return targetNamespace; in getTargetNamespace()
93 this.targetNamespace = value; in setTargetNamespace()
179 public String targetNamespace() { in targetNamespace() method in XmlWebServiceProvider
180 return nullSafe(targetNamespace); in targetNamespace()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web.Mvc3/Mvc/
H A DControllerTypeCache.cs79 internal static bool IsNamespaceMatch(string requestedNamespace, string targetNamespace) { in IsNamespaceMatch() argument
90 … return String.Equals(requestedNamespace, targetNamespace, StringComparison.OrdinalIgnoreCase); in IsNamespaceMatch()
95 … if (!targetNamespace.StartsWith(requestedNamespace, StringComparison.OrdinalIgnoreCase)) { in IsNamespaceMatch()
99 if (requestedNamespace.Length == targetNamespace.Length) { in IsNamespaceMatch()
103 else if (targetNamespace[requestedNamespace.Length] == '.') { in IsNamespaceMatch()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.Mvc/
H A DControllerTypeCache.cs96 internal static bool IsNamespaceMatch(string requestedNamespace, string targetNamespace) in IsNamespaceMatch() argument
111 … return String.Equals(requestedNamespace, targetNamespace, StringComparison.OrdinalIgnoreCase); in IsNamespaceMatch()
117 … if (!targetNamespace.StartsWith(requestedNamespace, StringComparison.OrdinalIgnoreCase)) in IsNamespaceMatch()
122 if (requestedNamespace.Length == targetNamespace.Length) in IsNamespaceMatch()
127 else if (targetNamespace[requestedNamespace.Length] == '.') in IsNamespaceMatch()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Description/
H A DWsdlHelper.cs237 string targetNamespace = wsdl.TargetNamespace; in EnsureSingleNamespace()
240 if (binding.Type.Namespace != targetNamespace) in EnsureSingleNamespace()
242 binding.Type = new XmlQualifiedName(binding.Type.Name, targetNamespace); in EnsureSingleNamespace()
251 if (messageInput != null && messageInput.Message.Namespace != targetNamespace) in EnsureSingleNamespace()
253 … messageInput.Message = new XmlQualifiedName(messageInput.Message.Name, targetNamespace); in EnsureSingleNamespace()
257 if (messageOutput != null && messageOutput.Message.Namespace != targetNamespace) in EnsureSingleNamespace()
259 … messageOutput.Message = new XmlQualifiedName(messageOutput.Message.Name, targetNamespace); in EnsureSingleNamespace()
264 if (fault.Message.Namespace != targetNamespace) in EnsureSingleNamespace()
266 … fault.Message = new XmlQualifiedName(fault.Message.Name, targetNamespace); in EnsureSingleNamespace()
281 else if (port.Binding.Namespace != targetNamespace) in EnsureSingleNamespace()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/xml/validation/xmlschema/
H A DXMLSchema.java81 final String targetNamespace; field in XMLSchema
103 XMLSchema(String targetNamespace, String version, in XMLSchema() argument
108 this.targetNamespace = targetNamespace; in XMLSchema()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/xml/validation/xmlschema/
H A DXMLSchema.java81 final String targetNamespace; field in XMLSchema
103 XMLSchema(String targetNamespace, String version, in XMLSchema() argument
108 this.targetNamespace = targetNamespace; in XMLSchema()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/xml/validation/xmlschema/
H A DXMLSchema.java81 final String targetNamespace; field in XMLSchema
103 XMLSchema(String targetNamespace, String version, in XMLSchema() argument
108 this.targetNamespace = targetNamespace; in XMLSchema()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/xml/validation/xmlschema/
H A DXMLSchema.java81 final String targetNamespace; field in XMLSchema
103 XMLSchema(String targetNamespace, String version, in XMLSchema() argument
108 this.targetNamespace = targetNamespace; in XMLSchema()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/xml/validation/xmlschema/
H A DXMLSchema.java81 final String targetNamespace; field in XMLSchema
103 XMLSchema(String targetNamespace, String version, in XMLSchema() argument
108 this.targetNamespace = targetNamespace; in XMLSchema()
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/rpc/src/mx/rpc/xml/
H A DSchema.as67 * The targetNamespace of this Schema. A targetNamespace establishes a
72 public function get targetNamespace():Namespace
77 public function set targetNamespace(tns:Namespace):void
124 // targetNamespace
125 var tns:String = _xml.@targetNamespace.toString();
173 1. Validate that the targetNamespace matches the one defined on the
179 public function addImport(targetNamespace:Namespace, schema:Schema):void
184 importsManager.addResource(targetNamespace, schema);
210 var currentTargetNamespace:Namespace = schema.targetNamespace;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/xmlpatterns/api/
H A Dqxmlschema_p.cpp94 void QXmlSchemaPrivate::load(const QUrl &source, const QString &targetNamespace) in load() argument
105 load(reply.data(), source, targetNamespace); in load()
108 …chemaPrivate::load(const QByteArray &data, const QUrl &documentUri, const QString &targetNamespace) in load() argument
115 load(&buffer, documentUri, targetNamespace); in load()
118 …QXmlSchemaPrivate::load(QIODevice *source, const QUrl &documentUri, const QString &targetNamespace) in load() argument
140 parser.setTargetNamespace(targetNamespace); in load()
/dports/textproc/qt5-xmlpatterns/kde-qtxmlpatterns-5.15.2p2/src/xmlpatterns/api/
H A Dqxmlschema_p.cpp92 void QXmlSchemaPrivate::load(const QUrl &source, const QString &targetNamespace) in load() argument
105 load(reply.data(), source, targetNamespace); in load()
108 …chemaPrivate::load(const QByteArray &data, const QUrl &documentUri, const QString &targetNamespace) in load() argument
115 load(&buffer, documentUri, targetNamespace); in load()
118 …QXmlSchemaPrivate::load(QIODevice *source, const QUrl &documentUri, const QString &targetNamespace) in load() argument
140 parser.setTargetNamespace(targetNamespace); in load()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Schema/
H A DXmlSchemaAny.cs90 internal void BuildNamespaceList(string targetNamespace) { in BuildNamespaceList() argument
92 namespaceList = new NamespaceList(ns, targetNamespace); in BuildNamespaceList()
99 internal void BuildNamespaceListV1Compat(string targetNamespace) { in BuildNamespaceListV1Compat() argument
101 namespaceList = new NamespaceListV1Compat(ns, targetNamespace); in BuildNamespaceListV1Compat()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Schema/
H A DXmlSchemaAny.cs100 internal void BuildNamespaceList(string targetNamespace) in BuildNamespaceList() argument
104 _namespaceList = new NamespaceList(_ns, targetNamespace); in BuildNamespaceList()
112 internal void BuildNamespaceListV1Compat(string targetNamespace) in BuildNamespaceListV1Compat() argument
116 _namespaceList = new NamespaceListV1Compat(_ns, targetNamespace); in BuildNamespaceListV1Compat()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/document/
H A DWSDLDocument.java61 String targetNamespace = next.getDefining().getTargetNamespaceURI(); in getAllServiceQNames() local
63 QName serviceQName = new QName(targetNamespace, localName); in getAllServiceQNames()
78 String targetNamespace = in getAllPortQNames() local
81 QName portQName = new QName(targetNamespace, localName); in getAllPortQNames()
97 String targetNamespace = in getPortQNames() local
100 QName portQName = new QName(targetNamespace, localName); in getPortQNames()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/document/
H A DWSDLDocument.java61 String targetNamespace = next.getDefining().getTargetNamespaceURI(); in getAllServiceQNames() local
63 QName serviceQName = new QName(targetNamespace, localName); in getAllServiceQNames()
78 String targetNamespace = in getAllPortQNames() local
81 QName portQName = new QName(targetNamespace, localName); in getAllPortQNames()
97 String targetNamespace = in getPortQNames() local
100 QName portQName = new QName(targetNamespace, localName); in getPortQNames()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/
H A DSDDocumentImpl.java314 private final String targetNamespace; field in SDDocumentImpl.SchemaImpl
316 public SchemaImpl(QName rootName, URL url, SDDocumentSource source, String targetNamespace, in SchemaImpl() argument
319 this.targetNamespace = targetNamespace; in SchemaImpl()
323 return targetNamespace; in getTargetNamespace()
333 private final String targetNamespace; field in SDDocumentImpl.WSDLImpl
338 …public WSDLImpl(QName rootName, URL url, SDDocumentSource source, String targetNamespace, boolean … in WSDLImpl() argument
341 this.targetNamespace = targetNamespace; in WSDLImpl()
348 return targetNamespace; in getTargetNamespace()
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/rpc/src/mx/rpc/xml/
H A DSchema.as72 * The targetNamespace of this Schema. A targetNamespace establishes a
82 public function get targetNamespace():Namespace
87 public function set targetNamespace(tns:Namespace):void
149 // targetNamespace
150 var tns:String = _xml.@targetNamespace.toString();
198 1. Validate that the targetNamespace matches the one defined on the
204 public function addImport(targetNamespace:Namespace, schema:Schema):void
209 importsManager.addResource(targetNamespace, schema);
235 var currentTargetNamespace:Namespace = schema.targetNamespace;

12345678910>>...70