Home
last modified time | relevance | path

Searched refs:xsiType (Results 1 – 25 of 120) sorted by relevance

12345

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.XML/System.Xml.Serialization/
H A DXmlSerializationWriter.cs370 if (xsiType != null) WriteXsiType (xsiType.Name, xsiType.Namespace); in WriteElementQualifiedName()
394 if (xsiType != null) { in WriteElementString()
397 WriteXsiType (xsiType.Name, xsiType.Namespace); in WriteElementString()
442 if (xsiType != null) in WriteElementStringRaw()
443 WriteXsiType (xsiType.Name, xsiType.Namespace); in WriteElementStringRaw()
455 if (xsiType != null) in WriteElementStringRaw()
456 WriteXsiType (xsiType.Name, xsiType.Namespace); in WriteElementStringRaw()
521 WriteElementString (name, ns, value, xsiType); in WriteNullableStringEncoded()
531 WriteElementStringRaw (name, ns, value, xsiType); in WriteNullableStringEncodedRaw()
539 WriteElementStringRaw (name, ns, value, xsiType); in WriteNullableStringEncodedRaw()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Services/System/Web/Services/Discovery/
H A DDiscoveryDocumentSerializer.cs163 System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; in Read9_DiscoveryDocument()
167xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id3_DiscoveryD… in Read9_DiscoveryDocument()
170 throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); in Read9_DiscoveryDocument()
220 System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; in Read8_SoapBinding()
224 …(xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id11_SoapBind… in Read8_SoapBinding()
270 System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; in Read7_SchemaReference()
274xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id15_SchemaRef… in Read7_SchemaReference()
320 System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; in Read5_ContractReference()
324xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id18_ContractR… in Read5_ContractReference()
370 System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; in Read3_DiscoveryDocumentReference()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Services/System/Web/Services/Description/
H A DServiceDescriptionSerializer.cs4228 …f (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id14_Servic… in Read123_Service()
4296 …if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id16_Port … in Read122_Port()
4523 …f (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id26_Bindin… in Read117_Binding()
6257 …f (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id84_PortTy… in Read75_PortType()
6608 …f (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id90_Messag… in Read69_Message()
6748 …if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id93_Types… in Read67_Types()
9730 …if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id196_Item… in Read60_Item()
9809 …if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id197_Item… in Read59_Item()
10005 …if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id199_Item… in Read57_Item()
10100 …if (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id200_Item… in Read56_Item()
[all …]
H A DWebReferenceOptions.cs272 System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; in Read4_WebReferenceOptions()
276xsiType == null || ((object)((System.Xml.XmlQualifiedName)xsiType).Name == (object)id1_webReferenc… in Read4_WebReferenceOptions()
279 throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); in Read4_WebReferenceOptions()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Serialization/
H A DMappings.cs938 XmlQualifiedName xsiType; field in System.Xml.Serialization.SerializableMapping
958 this.xsiType = xsiType; in SerializableMapping()
960 this.TypeName = xsiType.Name; in SerializableMapping()
961 this.Namespace = xsiType.Namespace; in SerializableMapping()
1051 return xsiType;
1057 return xsiType;
1133 xsiType = XmlQualifiedName.Empty; in RetrieveSerializableSchema()
1139 xsiType = xsdType.QualifiedName; in RetrieveSerializableSchema()
1142 xsiType = (XmlQualifiedName)typeInfo; in RetrieveSerializableSchema()
1143 if (xsiType.IsEmpty) { in RetrieveSerializableSchema()
[all …]
H A DXmlSerializationWriter.cs344 if (xsiType) WriteXsiType(type, typeNs); in WriteTypedPrimitive()
595 WriteElementString(name, ns, value, xsiType); in WriteNullableStringEncoded()
612 WriteElementStringRaw(name, ns, value, xsiType); in WriteNullableStringEncodedRaw()
944 if (xsiType == null) in WriteElementString()
948 WriteXsiType(xsiType.Name, xsiType.Namespace); in WriteElementString()
988 if (xsiType != null) in WriteElementStringRaw()
989 WriteXsiType(xsiType.Name, xsiType.Namespace); in WriteElementStringRaw()
998 if (xsiType != null) in WriteElementStringRaw()
999 WriteXsiType(xsiType.Name, xsiType.Namespace); in WriteElementStringRaw()
1040 if (xsiType != null) in WriteElementQualifiedName()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Extensions/Compilation/XmlSerializer/
H A DSvcMapFileSerializer.cs408 System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; in Read15_SvcMapFileImpl()
412xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id3_SvcMapFile… in Read15_SvcMapFileImpl()
577xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id12_Extension… in Read14_ExtensionFile()
627 …(xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id10_Metadata… in Read13_MetadataFile()
713xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id8_MetadataSo… in Read10_MetadataSource()
767 …(xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id6_ClientOpt… in Read9_ClientOptions()
1063xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id45_ContractM… in Read8_ContractMapping()
1117xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id48_Reference… in Read2_ReferencedType()
1163xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id40_Reference… in Read7_ReferencedAssembly()
1218xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id50_Reference… in Read5_ReferencedCollectionType()
[all …]
H A DDataSvcMapFileSerializer.cs221 System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; in Read8_DataSvcMapFileImpl()
225xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id3_DataSvcMap… in Read8_DataSvcMapFileImpl()
228 throw CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType); in Read8_DataSvcMapFileImpl()
416 System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; in Read7_Parameter()
420 … (xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id13_Paramet… in Read7_Parameter()
466 System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; in Read6_ExtensionFile()
470xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id11_Extension… in Read6_ExtensionFile()
516 System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; in Read5_MetadataFile()
520 …(xsiType == null || ((object) ((System.Xml.XmlQualifiedName)xsiType).Name == (object)id9_MetadataF… in Read5_MetadataFile()
602 System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; in Read2_MetadataSource()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/xml/validation/xmlschema/
H A DXMLSchemaValidatorHandler.java209 String xsiType = in startElement() local
211 xsiType = xsiType.trim(); // normalise in startElement()
215 if (xsiType.length() > 0) in startElement()
219 Type specifiedType = resolveType(xsiType); in startElement()
226 new ValidationException("Can't resolve type " + xsiType, in startElement()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/xml/validation/xmlschema/
H A DXMLSchemaValidatorHandler.java209 String xsiType = in startElement() local
211 xsiType = xsiType.trim(); // normalise in startElement()
215 if (xsiType.length() > 0) in startElement()
219 Type specifiedType = resolveType(xsiType); in startElement()
226 new ValidationException("Can't resolve type " + xsiType, in startElement()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/xml/validation/xmlschema/
H A DXMLSchemaValidatorHandler.java209 String xsiType = in startElement() local
211 xsiType = xsiType.trim(); // normalise in startElement()
215 if (xsiType.length() > 0) in startElement()
219 Type specifiedType = resolveType(xsiType); in startElement()
226 new ValidationException("Can't resolve type " + xsiType, in startElement()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/xml/validation/xmlschema/
H A DXMLSchemaValidatorHandler.java209 String xsiType = in startElement() local
211 xsiType = xsiType.trim(); // normalise in startElement()
215 if (xsiType.length() > 0) in startElement()
219 Type specifiedType = resolveType(xsiType); in startElement()
226 new ValidationException("Can't resolve type " + xsiType, in startElement()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/xml/validation/xmlschema/
H A DXMLSchemaValidatorHandler.java209 String xsiType = in startElement() local
211 xsiType = xsiType.trim(); // normalise in startElement()
215 if (xsiType.length() > 0) in startElement()
219 Type specifiedType = resolveType(xsiType); in startElement()
226 new ValidationException("Can't resolve type " + xsiType, in startElement()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Schema/
H A DXsdValidator.cs201 XmlQualifiedName xsiType; in ProcessElement()
209 ProcessXsiAttributes(out xsiType, out xsiNil); in ProcessElement()
212 if (elementDecl == null || !xsiType.IsEmpty || xsiNil != null) in ProcessElement()
214 elementDecl = ThoroughGetElementDecl(elementDecl, xsiType, xsiNil); in ProcessElement()
242 private void ProcessXsiAttributes(out XmlQualifiedName xsiType, out string xsiNil) in ProcessXsiAttributes() argument
246 xsiType = XmlQualifiedName.Empty; in ProcessXsiAttributes()
287xsiType = (XmlQualifiedName)s_dtQName.ParseValue(reader.Value, NameTable, _nsManager); in ProcessXsiAttributes()
367 …Decl ThoroughGetElementDecl(SchemaElementDecl elementDecl, XmlQualifiedName xsiType, string xsiNil) in ThoroughGetElementDecl() argument
375 if (xsiType.IsEmpty) in ThoroughGetElementDecl()
390 …if (!schemaInfo.ElementDeclsByType.TryGetValue(xsiType, out elementDeclXsi) && xsiType.Namespace =… in ThoroughGetElementDecl()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Description/
H A DMetadataSet.cs457 System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; in Read67_MetadataSet()
462 …| (xsiType == null || ((object)((System.Xml.XmlQualifiedName)xsiType).Name == (object)id3_Metadata… in Read67_MetadataSet()
466 …xceptionUtility.ThrowHelperError(CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType)); in Read67_MetadataSet()
519 System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; in Read66_MetadataSection()
524 …(xsiType == null || ((object)((System.Xml.XmlQualifiedName)xsiType).Name == (object)id4_MetadataSe… in Read66_MetadataSection()
528 …xceptionUtility.ThrowHelperError(CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType)); in Read66_MetadataSection()
615 System.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null; in Read65_MetadataLocation()
620xsiType == null || ((object)((System.Xml.XmlQualifiedName)xsiType).Name == (object)id14_MetadataLo… in Read65_MetadataLocation()
624 …xceptionUtility.ThrowHelperError(CreateUnknownTypeException((System.Xml.XmlQualifiedName)xsiType)); in Read65_MetadataLocation()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Schema/
H A DXsdValidator.cs187 XmlQualifiedName xsiType; in ProcessElement()
194 ProcessXsiAttributes(out xsiType, out xsiNil); in ProcessElement()
196 if (elementDecl == null || !xsiType.IsEmpty || xsiNil != null) { in ProcessElement()
197 elementDecl = ThoroughGetElementDecl(elementDecl, xsiType, xsiNil); in ProcessElement()
223 private void ProcessXsiAttributes(out XmlQualifiedName xsiType, out string xsiNil) { in ProcessXsiAttributes() argument
226 xsiType = XmlQualifiedName.Empty; in ProcessXsiAttributes()
257xsiType = (XmlQualifiedName)dtQName.ParseValue(reader.Value, NameTable, nsManager); in ProcessXsiAttributes()
321 …cl ThoroughGetElementDecl(SchemaElementDecl elementDecl, XmlQualifiedName xsiType, string xsiNil) { in ThoroughGetElementDecl() argument
326 if (xsiType.IsEmpty) { in ThoroughGetElementDecl()
337 …if (!schemaInfo.ElementDeclsByType.TryGetValue(xsiType, out elementDeclXsi) && xsiType.Namespace =… in ThoroughGetElementDecl()
[all …]
/dports/textproc/xom/XOM/src/nu/xom/samples/
H A DAttributesToElements.java61 Attribute xsiType = new Attribute("xsi:type", in makeAttribute() local
63 element.addAttribute(xsiType); in makeAttribute()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/
H A DXmlUtil.cs127 string xsiType = reader.GetAttribute("type", XmlSchema.InstanceNamespace); in GetXsiType()
130 if (string.IsNullOrEmpty(xsiType)) in GetXsiType()
135 return ResolveQName(reader, xsiType); in GetXsiType()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Serialization/
H A DReflectionXmlSerializationReader.cs1547 XmlQualifiedName xsiType = checkType ? GetXsiType() : null; in WriteLiteralStructMethod()
1558 if (xsiType != null) in WriteLiteralStructMethod()
1560 return ReadTypedNull(xsiType); in WriteLiteralStructMethod()
1576 …if (xsiType == null || (!structMapping.TypeDesc.IsRoot && QNameEqual(xsiType, structMapping.TypeNa… in WriteLiteralStructMethod()
1594 return ReadTypedPrimitive(xsiType); in WriteLiteralStructMethod()
1596 throw CreateUnknownTypeException(xsiType); in WriteLiteralStructMethod()
1829 … if (QNameEqual(xsiType, enumMapping.TypeName, enumMapping.Namespace, defaultNamespace)) in WriteEnumAndArrayTypes()
1865 if (QNameEqual(xsiType, derived.TypeName, derived.Namespace, defaultNamespace)) in WriteDerivedTypes()
1871 … if (WriteDerivedTypes(out o, derived, xsiType, defaultNamespace, checkType, isNullable)) in WriteDerivedTypes()
2064 … private bool QNameEqual(XmlQualifiedName xsiType, string name, string ns, string defaultNamespace) in QNameEqual() argument
[all …]
H A DXmlSerializationWriter.cs378 if (xsiType) WriteXsiType(type, typeNs); in WriteTypedPrimitive()
659 WriteElementString(name, ns, value, xsiType); in WriteNullableStringEncoded()
676 WriteElementStringRaw(name, ns, value, xsiType); in WriteNullableStringEncodedRaw()
1036 if (xsiType == null) in WriteElementString()
1041 WriteXsiType(xsiType.Name, xsiType.Namespace); in WriteElementString()
1081 if (xsiType != null) in WriteElementStringRaw()
1082 WriteXsiType(xsiType.Name, xsiType.Namespace); in WriteElementStringRaw()
1091 if (xsiType != null) in WriteElementStringRaw()
1092 WriteXsiType(xsiType.Name, xsiType.Namespace); in WriteElementStringRaw()
1134 if (xsiType != null) in WriteElementQualifiedName()
[all …]
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/rpc/src/mx/rpc/xml/
H A DIXMLSchemaInstance.as42 function get xsiType():QName;
44 function set xsiType(value:QName):void;
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Xml.XmlSerializer/ref/
H A DSystem.Xml.XmlSerializer.cs577 …dName(string localName, System.Xml.XmlQualifiedName value, System.Xml.XmlQualifiedName xsiType) { } in WriteElementQualifiedName() argument
580 …teElementString(string localName, string ns, string value, System.Xml.XmlQualifiedName xsiType) { } in WriteElementString() argument
581 …ed void WriteElementString(string localName, string value, System.Xml.XmlQualifiedName xsiType) { } in WriteElementString() argument
583 …void WriteElementStringRaw(string localName, byte[] value, System.Xml.XmlQualifiedName xsiType) { } in WriteElementStringRaw() argument
586 …lementStringRaw(string localName, string ns, byte[] value, System.Xml.XmlQualifiedName xsiType) { } in WriteElementStringRaw() argument
588 …lementStringRaw(string localName, string ns, string value, System.Xml.XmlQualifiedName xsiType) { } in WriteElementStringRaw() argument
589 …void WriteElementStringRaw(string localName, string value, System.Xml.XmlQualifiedName xsiType) { } in WriteElementStringRaw() argument
598 …ullableStringEncoded(string name, string ns, string value, System.Xml.XmlQualifiedName xsiType) { } in WriteNullableStringEncoded() argument
599 …ableStringEncodedRaw(string name, string ns, byte[] value, System.Xml.XmlQualifiedName xsiType) { } in WriteNullableStringEncodedRaw() argument
600 …ableStringEncodedRaw(string name, string ns, string value, System.Xml.XmlQualifiedName xsiType) { } in WriteNullableStringEncodedRaw() argument
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml.Linq/System/Xml/Linq/
H A DXNodeValidator.cs165 void PushElement(XElement e, ref string xsiType, ref string xsiNil) { in PushElement() argument
181 xsiType = a.Value; in PushElement()
249 string xsiType = null; in ValidateElement()
251 PushElement(e, ref xsiType, ref xsiNil); in ValidateElement()
254 …validator.ValidateElement(e.Name.LocalName, e.Name.NamespaceName, si, xsiType, xsiNil, null, null); in ValidateElement()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml.Linq/src/System/Xml/Schema/
H A DXNodeValidator.cs198 void PushElement(XElement e, ref string xsiType, ref string xsiNil) in PushElement() argument
221 xsiType = a.Value; in PushElement()
298 string xsiType = null; in ValidateElement()
300 PushElement(e, ref xsiType, ref xsiNil); in ValidateElement()
303 …validator.ValidateElement(e.Name.LocalName, e.Name.NamespaceName, si, xsiType, xsiNil, null, null); in ValidateElement()
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/rpc/src/mx/rpc/xml/
H A DIXMLSchemaInstance.as52 function get xsiType():QName;
54 function set xsiType(value:QName):void;

12345