Package system.xml.serialization
Class XmlSchemas
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- org.mases.jcobridge.netreflection.NetObjectEnumerable
-
- system.collections.CollectionBase
-
- system.xml.serialization.XmlSchemas
-
- All Implemented Interfaces:
java.lang.Iterable<NetObject>,IEnumerable,IJCOBridgeReflected
public class XmlSchemas extends CollectionBase
The base .NET class managing System.Xml.Serialization.XmlSchemas, System.Private.Xml, Version=10.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Xml.Serialization.XmlSchemas
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.StringassemblyFullNameFully assembly qualified name: System.Private.Xml, Version=10.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51static java.lang.StringassemblyShortNameAssembly name: System.Private.Xmlstatic java.lang.StringclassNameQualified class name: System.Xml.Serialization.XmlSchemasstatic org.mases.jcobridge.JCTypeclassTypeThe type managed from JCOBridge.-
Fields inherited from class org.mases.jcobridge.netreflection.NetObjectEnumerable
Null
-
-
Constructor Summary
Constructors Constructor Description XmlSchemas()XmlSchemas(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intAdd(XmlSchema schema)intAdd(XmlSchema schema, Uri baseUri)voidAdd(XmlSchemas schemas)voidAddReference(XmlSchema schema)static XmlSchemascast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoXmlSchemas, a cast assert is made to check if types are compatible.voidCompile(ValidationEventHandler handler, boolean fullCompile)booleanContains(java.lang.String targetNamespace)booleanContains(XmlSchema schema)voidCopyTo(XmlSchema[] array, int index)NetObjectFind(XmlQualifiedName name, NetType type)booleangetIsCompiled()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectorg.mases.jcobridge.JCTypegetJCOType()Returns the instantiated class TypeIListGetSchemas(java.lang.String ns)intIndexOf(XmlSchema schema)voidInsert(int index, XmlSchema schema)static booleanIsDataSet(XmlSchema schema)voidRemove(XmlSchema schema)voidsetJCOInstance(org.mases.jcobridge.JCObject instance)-
Methods inherited from class system.collections.CollectionBase
Clear, getCapacity, getCount, RemoveAt, setCapacity
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObjectEnumerable
GetEnumerator, iterator
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Private.Xml, Version=10.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.XmlSchemas- See Also:
- Constant Field Values
-
classType
public static org.mases.jcobridge.JCType classType
The type managed from JCOBridge. SeeJCType
-
-
Constructor Detail
-
XmlSchemas
public XmlSchemas(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
XmlSchemas
public XmlSchemas() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classCollectionBase- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classCollectionBase- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classCollectionBase- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classCollectionBase- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(org.mases.jcobridge.JCObject instance)
- Overrides:
setJCOInstancein classCollectionBase
-
getJCOType
public org.mases.jcobridge.JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classCollectionBase- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static XmlSchemas cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoXmlSchemas, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
XmlSchemasinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
Contains
public boolean Contains(java.lang.String targetNamespace) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, NullReferenceException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, ArgumentException, IndexOutOfRangeException, XmlSchemaException, OutOfMemoryException, XmlException, MulticastNotSupportedException- Throws:
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionNullReferenceExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionArgumentExceptionIndexOutOfRangeExceptionXmlSchemaExceptionOutOfMemoryExceptionXmlExceptionMulticastNotSupportedException
-
Contains
public boolean Contains(XmlSchema schema) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
IsDataSet
public static boolean IsDataSet(XmlSchema schema) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedException
-
Add
public int Add(XmlSchema schema, Uri baseUri) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentException, CultureNotFoundException, NullReferenceException, OutOfMemoryException, ExternalException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, UnreachableException, UriFormatException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionArgumentExceptionCultureNotFoundExceptionNullReferenceExceptionOutOfMemoryExceptionExternalExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionUnreachableExceptionUriFormatException
-
Add
public int Add(XmlSchema schema) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
IndexOf
public int IndexOf(XmlSchema schema) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetSchemas
public IList GetSchemas(java.lang.String ns) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, NullReferenceException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, ArgumentException, IndexOutOfRangeException, XmlSchemaException, OutOfMemoryException, XmlException, MulticastNotSupportedException, RankException, ArrayTypeMismatchException, InvalidCastException
- Throws:
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionNullReferenceExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionArgumentExceptionIndexOutOfRangeExceptionXmlSchemaExceptionOutOfMemoryExceptionXmlExceptionMulticastNotSupportedExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastException
-
Find
public NetObject Find(XmlQualifiedName name, NetType type) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, CultureNotFoundException, UriFormatException, InvalidOperationException, ObjectDisposedException, OutOfMemoryException, RankException, ArrayTypeMismatchException, FormatException, XmlSchemaException, XmlException, MulticastNotSupportedException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentNullExceptionCultureNotFoundExceptionUriFormatExceptionInvalidOperationExceptionObjectDisposedExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionFormatExceptionXmlSchemaExceptionXmlExceptionMulticastNotSupportedException
-
Add
public void Add(XmlSchemas schemas) throws java.lang.Throwable, PlatformNotSupportedException
- Throws:
java.lang.ThrowablePlatformNotSupportedException
-
AddReference
public void AddReference(XmlSchema schema) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationException
-
Compile
public void Compile(ValidationEventHandler handler, boolean fullCompile) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, XmlSchemaException, OutOfMemoryException, XmlException, MulticastNotSupportedException, RankException, ArrayTypeMismatchException, InvalidCastException, InvalidOperationException, ArgumentNullException, FileNotFoundException, FileLoadException, FormatException, NotImplementedException, MissingMethodException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionIndexOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionXmlSchemaExceptionOutOfMemoryExceptionXmlExceptionMulticastNotSupportedExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastExceptionInvalidOperationExceptionArgumentNullExceptionFileNotFoundExceptionFileLoadExceptionFormatExceptionNotImplementedExceptionMissingMethodException
-
CopyTo
public void CopyTo(XmlSchema[] array, int index) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Insert
public void Insert(int index, XmlSchema schema) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
Remove
public void Remove(XmlSchema schema) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsCompiled
public boolean getIsCompiled() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
-