public class XmlSchemaImporter extends SchemaImporter
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Xml.Serialization.XmlSchemaImporter
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Private.Xml, Version=10.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
|
static java.lang.String |
assemblyShortName
Assembly name: System.Private.Xml
|
static java.lang.String |
className
Qualified class name: System.Xml.Serialization.XmlSchemaImporter
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
XmlSchemaImporter() |
XmlSchemaImporter(java.lang.Object instance)
Internal constructor.
|
XmlSchemaImporter(XmlSchemas schemas) |
XmlSchemaImporter(XmlSchemas schemas,
CodeIdentifiers typeIdentifiers) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public XmlSchemaImporter()
throws java.lang.Throwable
java.lang.Throwablepublic XmlSchemaImporter(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic XmlSchemaImporter(XmlSchemas schemas) throws java.lang.Throwable, ArgumentNullException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, ArgumentException, XmlSchemaException, XmlException, MulticastNotSupportedException, InvalidOperationException, IndexOutOfRangeException, PlatformNotSupportedException, RankException, FormatException
java.lang.ThrowableArgumentNullExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionArgumentExceptionXmlSchemaExceptionXmlExceptionMulticastNotSupportedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionRankExceptionFormatExceptionpublic XmlSchemaImporter(XmlSchemas schemas, CodeIdentifiers typeIdentifiers) throws java.lang.Throwable, ArgumentNullException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, ArgumentException, XmlSchemaException, XmlException, MulticastNotSupportedException, InvalidOperationException, IndexOutOfRangeException, PlatformNotSupportedException, RankException, FormatException
java.lang.ThrowableArgumentNullExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionArgumentExceptionXmlSchemaExceptionXmlExceptionMulticastNotSupportedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionRankExceptionFormatExceptionpublic static XmlSchemaImporter cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into XmlSchemaImporter, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedXmlSchemaImporter instancejava.lang.Throwable - in case of error during cast operationpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class SchemaImporterString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class SchemaImporterString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class SchemaImporterObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class SchemaImporterString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class SchemaImporterJCType representing the CLR Type of the instantiated Classpublic XmlMembersMapping ImportAnyType(XmlQualifiedName typeName, java.lang.String elementName) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, XmlException, XmlSchemaException, MulticastNotSupportedException, ArrayTypeMismatchException, FormatException, IndexOutOfRangeException, RankException
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionArgumentNullExceptionXmlExceptionXmlSchemaExceptionMulticastNotSupportedExceptionArrayTypeMismatchExceptionFormatExceptionIndexOutOfRangeExceptionRankExceptionpublic XmlTypeMapping ImportDerivedTypeMapping(XmlQualifiedName name, NetType baseType) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, XmlSchemaException, MulticastNotSupportedException, PlatformNotSupportedException, FormatException, OutOfMemoryException, NotSupportedException, XmlException
public XmlTypeMapping ImportDerivedTypeMapping(XmlQualifiedName name, NetType baseType, boolean baseTypeCanBeIndirect) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, IndexOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, InvalidOperationException, NotSupportedException, XmlException, XmlSchemaException, MulticastNotSupportedException, ArrayTypeMismatchException, FormatException, NullReferenceException, NotImplementedException, OutOfMemoryException, CultureNotFoundException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionArgumentNullExceptionInvalidOperationExceptionNotSupportedExceptionXmlExceptionXmlSchemaExceptionMulticastNotSupportedExceptionArrayTypeMismatchExceptionFormatExceptionNullReferenceExceptionNotImplementedExceptionOutOfMemoryExceptionCultureNotFoundExceptionpublic XmlMembersMapping ImportMembersMapping(java.lang.String name, java.lang.String ns, SoapSchemaMember[] members) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, IndexOutOfRangeException, FormatException, RankException, ArrayTypeMismatchException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionRankExceptionArrayTypeMismatchExceptionpublic XmlMembersMapping ImportMembersMapping(XmlQualifiedName name) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, IndexOutOfRangeException, ArgumentNullException, InvalidOperationException, NotSupportedException, XmlException, XmlSchemaException, MulticastNotSupportedException, FormatException, NullReferenceException, NotImplementedException, ArrayTypeMismatchException, OutOfMemoryException, CultureNotFoundException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionNotSupportedExceptionXmlExceptionXmlSchemaExceptionMulticastNotSupportedExceptionFormatExceptionNullReferenceExceptionNotImplementedExceptionArrayTypeMismatchExceptionOutOfMemoryExceptionCultureNotFoundExceptionpublic XmlMembersMapping ImportMembersMapping(XmlQualifiedName[] names) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, NotSupportedException, PlatformNotSupportedException, IndexOutOfRangeException, NullReferenceException, ArgumentNullException, CultureNotFoundException, InvalidOperationException, XmlSchemaException, MulticastNotSupportedException, FormatException, OutOfMemoryException, XmlException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionNotSupportedExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionNullReferenceExceptionArgumentNullExceptionCultureNotFoundExceptionInvalidOperationExceptionXmlSchemaExceptionMulticastNotSupportedExceptionFormatExceptionOutOfMemoryExceptionXmlExceptionpublic XmlMembersMapping ImportMembersMapping(XmlQualifiedName[] names, NetType baseType, boolean baseTypeCanBeIndirect) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, IndexOutOfRangeException, CultureNotFoundException, NullReferenceException, NotSupportedException, OutOfMemoryException, ExternalException, ArgumentNullException, InvalidOperationException, XmlException, XmlSchemaException, MulticastNotSupportedException, FormatException, NotImplementedException, ArrayTypeMismatchException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionNotSupportedExceptionOutOfMemoryExceptionExternalExceptionArgumentNullExceptionInvalidOperationExceptionXmlExceptionXmlSchemaExceptionMulticastNotSupportedExceptionFormatExceptionNotImplementedExceptionArrayTypeMismatchExceptionpublic XmlTypeMapping ImportSchemaType(XmlQualifiedName typeName) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, XmlSchemaException, MulticastNotSupportedException, FormatException, RankException
public XmlTypeMapping ImportSchemaType(XmlQualifiedName typeName, NetType baseType) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, XmlSchemaException, MulticastNotSupportedException, FormatException, RankException
public XmlTypeMapping ImportSchemaType(XmlQualifiedName typeName, NetType baseType, boolean baseTypeCanBeIndirect) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, XmlException, XmlSchemaException, MulticastNotSupportedException, ArrayTypeMismatchException, FormatException, IndexOutOfRangeException, RankException
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionArgumentNullExceptionXmlExceptionXmlSchemaExceptionMulticastNotSupportedExceptionArrayTypeMismatchExceptionFormatExceptionIndexOutOfRangeExceptionRankExceptionpublic XmlTypeMapping ImportTypeMapping(XmlQualifiedName name) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, NotSupportedException, ArgumentNullException, XmlException
public void setJCOInstance(JCObject instance)
setJCOInstance in class SchemaImporter