Package system.xml.serialization
Class XmlSchemaImporter
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.xml.serialization.SchemaImporter
-
- system.xml.serialization.XmlSchemaImporter
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class XmlSchemaImporter extends SchemaImporter
The base .NET class managing System.Xml.Serialization.XmlSchemaImporter, System.Private.Xml, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51..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
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
Fully assembly qualified name: System.Private.Xml, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51static java.lang.String
assemblyShortName
Assembly name: System.Private.Xmlstatic java.lang.String
className
Qualified class name: System.Xml.Serialization.XmlSchemaImporterstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description XmlSchemaImporter()
XmlSchemaImporter(java.lang.Object instance)
Internal constructor.XmlSchemaImporter(XmlSchemas schemas)
XmlSchemaImporter(XmlSchemas schemas, CodeIdentifiers typeIdentifiers)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static XmlSchemaImporter
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoXmlSchemaImporter
, a cast assert is made to check if types are compatible.java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class TypeXmlMembersMapping
ImportAnyType(XmlQualifiedName typeName, java.lang.String elementName)
XmlTypeMapping
ImportDerivedTypeMapping(XmlQualifiedName name, NetType baseType)
XmlTypeMapping
ImportDerivedTypeMapping(XmlQualifiedName name, NetType baseType, boolean baseTypeCanBeIndirect)
XmlMembersMapping
ImportMembersMapping(java.lang.String name, java.lang.String ns, SoapSchemaMember[] members)
XmlMembersMapping
ImportMembersMapping(XmlQualifiedName name)
XmlMembersMapping
ImportMembersMapping(XmlQualifiedName[] names)
XmlMembersMapping
ImportMembersMapping(XmlQualifiedName[] names, NetType baseType, boolean baseTypeCanBeIndirect)
XmlTypeMapping
ImportSchemaType(XmlQualifiedName typeName)
XmlTypeMapping
ImportSchemaType(XmlQualifiedName typeName, NetType baseType)
XmlTypeMapping
ImportSchemaType(XmlQualifiedName typeName, NetType baseType, boolean baseTypeCanBeIndirect)
XmlTypeMapping
ImportTypeMapping(XmlQualifiedName name)
void
setJCOInstance(JCObject instance)
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Private.Xml, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Private.Xml- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Xml.Serialization.XmlSchemaImporter- See Also:
- Constant Field Values
-
-
Constructor Detail
-
XmlSchemaImporter
public XmlSchemaImporter(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
XmlSchemaImporter
public XmlSchemaImporter() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
XmlSchemaImporter
public XmlSchemaImporter(XmlSchemas schemas, CodeIdentifiers typeIdentifiers) throws java.lang.Throwable, ArgumentNullException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, ArgumentException, XmlSchemaException, XmlException, PlatformNotSupportedException, MulticastNotSupportedException, InvalidOperationException, IndexOutOfRangeException, RankException, FormatException
- Throws:
java.lang.Throwable
ArgumentNullException
NotSupportedException
CultureNotFoundException
ArgumentOutOfRangeException
ArgumentException
XmlSchemaException
XmlException
PlatformNotSupportedException
MulticastNotSupportedException
InvalidOperationException
IndexOutOfRangeException
RankException
FormatException
-
XmlSchemaImporter
public XmlSchemaImporter(XmlSchemas schemas) throws java.lang.Throwable, ArgumentNullException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, ArgumentException, XmlSchemaException, XmlException, PlatformNotSupportedException, MulticastNotSupportedException, InvalidOperationException, IndexOutOfRangeException, RankException, FormatException
- Throws:
java.lang.Throwable
ArgumentNullException
NotSupportedException
CultureNotFoundException
ArgumentOutOfRangeException
ArgumentException
XmlSchemaException
XmlException
PlatformNotSupportedException
MulticastNotSupportedException
InvalidOperationException
IndexOutOfRangeException
RankException
FormatException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classSchemaImporter
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classSchemaImporter
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classSchemaImporter
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classSchemaImporter
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classSchemaImporter
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classSchemaImporter
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static XmlSchemaImporter cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoXmlSchemaImporter
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
XmlSchemaImporter
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
ImportAnyType
public XmlMembersMapping ImportAnyType(XmlQualifiedName typeName, java.lang.String elementName) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, XmlException, XmlSchemaException, MulticastNotSupportedException, FormatException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
NotSupportedException
ArgumentOutOfRangeException
ArgumentException
InvalidOperationException
ArgumentNullException
XmlException
XmlSchemaException
MulticastNotSupportedException
FormatException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
-
ImportMembersMapping
public XmlMembersMapping ImportMembersMapping(java.lang.String name, java.lang.String ns, SoapSchemaMember[] members) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException, IndexOutOfRangeException, FormatException, RankException, ArrayTypeMismatchException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
NotSupportedException
InvalidOperationException
ObjectDisposedException
IndexOutOfRangeException
FormatException
RankException
ArrayTypeMismatchException
-
ImportMembersMapping
public XmlMembersMapping ImportMembersMapping(XmlQualifiedName name) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, IndexOutOfRangeException, ArgumentNullException, InvalidOperationException, NotSupportedException, XmlException, XmlSchemaException, MulticastNotSupportedException, FormatException, NullReferenceException, NotImplementedException, ArrayTypeMismatchException, OutOfMemoryException, CultureNotFoundException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
ArgumentOutOfRangeException
ArgumentException
IndexOutOfRangeException
ArgumentNullException
InvalidOperationException
NotSupportedException
XmlException
XmlSchemaException
MulticastNotSupportedException
FormatException
NullReferenceException
NotImplementedException
ArrayTypeMismatchException
OutOfMemoryException
CultureNotFoundException
-
ImportMembersMapping
public 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
- Throws:
java.lang.Throwable
PlatformNotSupportedException
ArgumentOutOfRangeException
ArgumentException
IndexOutOfRangeException
CultureNotFoundException
NullReferenceException
NotSupportedException
OutOfMemoryException
ExternalException
ArgumentNullException
InvalidOperationException
XmlException
XmlSchemaException
MulticastNotSupportedException
FormatException
NotImplementedException
ArrayTypeMismatchException
-
ImportMembersMapping
public XmlMembersMapping ImportMembersMapping(XmlQualifiedName[] names) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, NotSupportedException, PlatformNotSupportedException, IndexOutOfRangeException, NullReferenceException, ArgumentNullException, CultureNotFoundException, InvalidOperationException, XmlSchemaException, MulticastNotSupportedException, FormatException, OutOfMemoryException, XmlException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentException
NotSupportedException
PlatformNotSupportedException
IndexOutOfRangeException
NullReferenceException
ArgumentNullException
CultureNotFoundException
InvalidOperationException
XmlSchemaException
MulticastNotSupportedException
FormatException
OutOfMemoryException
XmlException
-
ImportDerivedTypeMapping
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
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentException
IndexOutOfRangeException
PlatformNotSupportedException
ArgumentNullException
InvalidOperationException
NotSupportedException
XmlException
XmlSchemaException
MulticastNotSupportedException
ArrayTypeMismatchException
FormatException
NullReferenceException
NotImplementedException
OutOfMemoryException
CultureNotFoundException
-
ImportDerivedTypeMapping
public XmlTypeMapping ImportDerivedTypeMapping(XmlQualifiedName name, NetType baseType) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, XmlSchemaException, MulticastNotSupportedException, PlatformNotSupportedException, FormatException, OutOfMemoryException, NotSupportedException, XmlException
-
ImportSchemaType
public XmlTypeMapping ImportSchemaType(XmlQualifiedName typeName, NetType baseType, boolean baseTypeCanBeIndirect) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentNullException, XmlException, XmlSchemaException, MulticastNotSupportedException, FormatException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
NotSupportedException
ArgumentOutOfRangeException
ArgumentException
InvalidOperationException
ArgumentNullException
XmlException
XmlSchemaException
MulticastNotSupportedException
FormatException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
-
ImportSchemaType
public XmlTypeMapping ImportSchemaType(XmlQualifiedName typeName, NetType baseType) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, XmlSchemaException, MulticastNotSupportedException, FormatException, RankException
-
ImportSchemaType
public XmlTypeMapping ImportSchemaType(XmlQualifiedName typeName) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, XmlSchemaException, MulticastNotSupportedException, FormatException, RankException
-
ImportTypeMapping
public XmlTypeMapping ImportTypeMapping(XmlQualifiedName name) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, NotSupportedException, ArgumentNullException, XmlException
-
-