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.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.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,
CodeGenerationOptions options,
CodeDomProvider codeProvider,
ImportContext context) |
XmlSchemaImporter(XmlSchemas schemas,
CodeGenerationOptions options,
ImportContext context) |
XmlSchemaImporter(XmlSchemas schemas,
CodeIdentifiers typeIdentifiers) |
XmlSchemaImporter(XmlSchemas schemas,
CodeIdentifiers typeIdentifiers,
CodeGenerationOptions options) |
getExtensionspublic 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, ArgumentOutOfRangeException, ArgumentException, XmlSchemaException, IndexOutOfRangeException, XmlException, MulticastNotSupportedException, ObjectDisposedException, AbandonedMutexException, InvalidOperationException, RankException, NotSupportedException, FormatException, MissingMethodException, TargetInvocationException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionXmlSchemaExceptionIndexOutOfRangeExceptionXmlExceptionMulticastNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidOperationExceptionRankExceptionNotSupportedExceptionFormatExceptionMissingMethodExceptionTargetInvocationExceptionpublic XmlSchemaImporter(XmlSchemas schemas, CodeGenerationOptions options, CodeDomProvider codeProvider, ImportContext context) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, XmlSchemaException, IndexOutOfRangeException, XmlException, MulticastNotSupportedException, ObjectDisposedException, AbandonedMutexException, InvalidOperationException, RankException, NotSupportedException, FormatException, MissingMethodException, TargetInvocationException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionXmlSchemaExceptionIndexOutOfRangeExceptionXmlExceptionMulticastNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidOperationExceptionRankExceptionNotSupportedExceptionFormatExceptionMissingMethodExceptionTargetInvocationExceptionpublic XmlSchemaImporter(XmlSchemas schemas, CodeGenerationOptions options, ImportContext context) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, XmlSchemaException, IndexOutOfRangeException, XmlException, MulticastNotSupportedException, ObjectDisposedException, AbandonedMutexException, InvalidOperationException, RankException, NotSupportedException, FormatException, MissingMethodException, TargetInvocationException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionXmlSchemaExceptionIndexOutOfRangeExceptionXmlExceptionMulticastNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidOperationExceptionRankExceptionNotSupportedExceptionFormatExceptionMissingMethodExceptionTargetInvocationExceptionpublic XmlSchemaImporter(XmlSchemas schemas, CodeIdentifiers typeIdentifiers) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, XmlSchemaException, IndexOutOfRangeException, XmlException, MulticastNotSupportedException, ObjectDisposedException, AbandonedMutexException, InvalidOperationException, RankException, NotSupportedException, FormatException, MissingMethodException, TargetInvocationException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionXmlSchemaExceptionIndexOutOfRangeExceptionXmlExceptionMulticastNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidOperationExceptionRankExceptionNotSupportedExceptionFormatExceptionMissingMethodExceptionTargetInvocationExceptionpublic XmlSchemaImporter(XmlSchemas schemas, CodeIdentifiers typeIdentifiers, CodeGenerationOptions options) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, XmlSchemaException, IndexOutOfRangeException, XmlException, MulticastNotSupportedException, ObjectDisposedException, AbandonedMutexException, InvalidOperationException, RankException, NotSupportedException, FormatException, MissingMethodException, TargetInvocationException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionXmlSchemaExceptionIndexOutOfRangeExceptionXmlExceptionMulticastNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidOperationExceptionRankExceptionNotSupportedExceptionFormatExceptionMissingMethodExceptionTargetInvocationExceptionpublic 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, ArgumentOutOfRangeException, ArgumentException, NotSupportedException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, IndexOutOfRangeException, ObjectDisposedException, NotImplementedException, XmlException, XmlSchemaException, MulticastNotSupportedException, RankException, OutOfMemoryException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionNotSupportedExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionIndexOutOfRangeExceptionObjectDisposedExceptionNotImplementedExceptionXmlExceptionXmlSchemaExceptionMulticastNotSupportedExceptionRankExceptionOutOfMemoryExceptionpublic XmlTypeMapping ImportDerivedTypeMapping(XmlQualifiedName name, NetType baseType) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, XmlSchemaException, MulticastNotSupportedException, IndexOutOfRangeException, OutOfMemoryException, NotSupportedException, CultureNotFoundException
public XmlTypeMapping ImportDerivedTypeMapping(XmlQualifiedName name, NetType baseType, boolean baseTypeCanBeIndirect) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, NotSupportedException, XmlException, XmlSchemaException, MulticastNotSupportedException, OutOfMemoryException, CultureNotFoundException, RankException
public XmlMembersMapping ImportMembersMapping(java.lang.String name, java.lang.String ns, SoapSchemaMember[] members) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NotSupportedException, SecurityException, FormatException, RankException, OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNotSupportedExceptionSecurityExceptionFormatExceptionRankExceptionOutOfMemoryExceptionpublic XmlMembersMapping ImportMembersMapping(XmlQualifiedName name) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, ObjectDisposedException, InvalidOperationException, NotSupportedException, XmlException, XmlSchemaException, MulticastNotSupportedException, OutOfMemoryException, CultureNotFoundException, RankException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionXmlExceptionXmlSchemaExceptionMulticastNotSupportedExceptionOutOfMemoryExceptionCultureNotFoundExceptionRankExceptionpublic XmlMembersMapping ImportMembersMapping(XmlQualifiedName[] names) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, CultureNotFoundException, InvalidOperationException, XmlSchemaException, MulticastNotSupportedException, OutOfMemoryException, NotSupportedException
public XmlMembersMapping ImportMembersMapping(XmlQualifiedName[] names, NetType baseType, boolean baseTypeCanBeIndirect) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, XmlException, XmlSchemaException, MulticastNotSupportedException, OutOfMemoryException, RankException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionXmlExceptionXmlSchemaExceptionMulticastNotSupportedExceptionOutOfMemoryExceptionRankExceptionpublic XmlTypeMapping ImportSchemaType(XmlQualifiedName typeName) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, NotSupportedException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, XmlSchemaException, MulticastNotSupportedException, RankException
public XmlTypeMapping ImportSchemaType(XmlQualifiedName typeName, NetType baseType) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, NotSupportedException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, XmlSchemaException, MulticastNotSupportedException, RankException
public XmlTypeMapping ImportSchemaType(XmlQualifiedName typeName, NetType baseType, boolean baseTypeCanBeIndirect) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, NotSupportedException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, IndexOutOfRangeException, ObjectDisposedException, NotImplementedException, XmlException, XmlSchemaException, MulticastNotSupportedException, RankException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionNotSupportedExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionIndexOutOfRangeExceptionObjectDisposedExceptionNotImplementedExceptionXmlExceptionXmlSchemaExceptionMulticastNotSupportedExceptionRankExceptionpublic XmlTypeMapping ImportTypeMapping(XmlQualifiedName name) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, IndexOutOfRangeException, OutOfMemoryException, NotSupportedException, CultureNotFoundException
public void setJCOInstance(JCObject instance)
setJCOInstance in class SchemaImporter