public class XmlSchemaCollection extends NetObjectEnumerable
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Xml.Schema.XmlSchemaCollection
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=9.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.Schema.XmlSchemaCollection
|
static JCType |
classType
The type managed from JCOBridge.
|
Null| Constructor and Description |
|---|
XmlSchemaCollection() |
XmlSchemaCollection(java.lang.Object instance)
Internal constructor.
|
XmlSchemaCollection(XmlNameTable nametable) |
| Modifier and Type | Method and Description |
|---|---|
XmlSchema |
Add(java.lang.String ns,
java.lang.String uri) |
XmlSchema |
Add(java.lang.String ns,
XmlReader reader) |
XmlSchema |
Add(java.lang.String ns,
XmlReader reader,
XmlResolver resolver) |
XmlSchema |
Add(XmlSchema schema) |
void |
Add(XmlSchemaCollection schema) |
XmlSchema |
Add(XmlSchema schema,
XmlResolver resolver) |
void |
addValidationEventHandler(ValidationEventHandler handler) |
static XmlSchemaCollection |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into XmlSchemaCollection, a cast assert is made to check if types are compatible. |
boolean |
Contains(java.lang.String ns) |
boolean |
Contains(XmlSchema schema) |
void |
CopyTo(XmlSchema[] array,
int index) |
int |
getCount() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
XmlNameTable |
getNameTable() |
void |
removeValidationEventHandler(ValidationEventHandler handler) |
void |
setJCOInstance(JCObject instance) |
GetEnumerator, iteratorEquals, Equals, GetHashCode, GetType, hashCode, toString, ToStringToIEnumerablepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public XmlSchemaCollection()
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
PlatformNotSupportedException
public XmlSchemaCollection(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic XmlSchemaCollection(XmlNameTable nametable) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException
public XmlSchema Add(java.lang.String ns, java.lang.String uri) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, IndexOutOfRangeException, UriFormatException, UnreachableException, XmlSchemaException, XmlException, FormatException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionIndexOutOfRangeExceptionUriFormatExceptionUnreachableExceptionXmlSchemaExceptionXmlExceptionFormatExceptionpublic XmlSchema Add(java.lang.String ns, XmlReader reader) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, CultureNotFoundException, OutOfMemoryException, XmlSchemaException, UnreachableException, UriFormatException, XmlException, FormatException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionOutOfMemoryExceptionXmlSchemaExceptionUnreachableExceptionUriFormatExceptionXmlExceptionFormatExceptionpublic XmlSchema Add(java.lang.String ns, XmlReader reader, XmlResolver resolver) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, CultureNotFoundException, FormatException, OutOfMemoryException, XmlSchemaException, UnreachableException, UriFormatException, XmlException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionFormatExceptionOutOfMemoryExceptionXmlSchemaExceptionUnreachableExceptionUriFormatExceptionXmlExceptionpublic XmlSchema Add(XmlSchema schema) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, CultureNotFoundException, UriFormatException, FormatException, XmlSchemaException, XmlException
public void Add(XmlSchemaCollection schema) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
public XmlSchema Add(XmlSchema schema, XmlResolver resolver) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, CultureNotFoundException, UriFormatException, FormatException, XmlSchemaException, XmlException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionUriFormatExceptionFormatExceptionXmlSchemaExceptionXmlExceptionpublic void addValidationEventHandler(ValidationEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic static XmlSchemaCollection cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into XmlSchemaCollection, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedXmlSchemaCollection instancejava.lang.Throwable - in case of error during cast operationpublic boolean Contains(java.lang.String ns)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
PlatformNotSupportedException
public boolean Contains(XmlSchema schema) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
public void CopyTo(XmlSchema[] array, int index) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
public int getCount()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectEnumerableString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectEnumerableString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectEnumerableObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectEnumerableString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectEnumerableJCType representing the CLR Type of the instantiated Classpublic XmlNameTable getNameTable() throws java.lang.Throwable
java.lang.Throwablepublic void removeValidationEventHandler(ValidationEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectEnumerable