public class XmlSchemaSet extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Xml.Schema.XmlSchemaSet
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=8.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.XmlSchemaSet
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
XmlSchemaSet() |
XmlSchemaSet(java.lang.Object instance)
Internal constructor.
|
XmlSchemaSet(XmlNameTable nameTable) |
| Modifier and Type | Method and Description |
|---|---|
XmlSchema |
Add(java.lang.String targetNamespace,
java.lang.String schemaUri) |
XmlSchema |
Add(java.lang.String targetNamespace,
XmlReader schemaDocument) |
XmlSchema |
Add(XmlSchema schema) |
void |
Add(XmlSchemaSet schemas) |
void |
addValidationEventHandler(ValidationEventHandler handler) |
static XmlSchemaSet |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into XmlSchemaSet, a cast assert is made to check if types are compatible. |
void |
Compile() |
boolean |
Contains(java.lang.String targetNamespace) |
boolean |
Contains(XmlSchema schema) |
void |
CopyTo(XmlSchema[] schemas,
int index) |
XmlSchemaCompilationSettings |
getCompilationSettings() |
int |
getCount() |
XmlSchemaObjectTable |
getGlobalAttributes() |
XmlSchemaObjectTable |
getGlobalElements() |
XmlSchemaObjectTable |
getGlobalTypes() |
boolean |
getIsCompiled() |
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() |
XmlSchema |
Remove(XmlSchema schema) |
boolean |
RemoveRecursive(XmlSchema schemaToRemove) |
void |
removeValidationEventHandler(ValidationEventHandler handler) |
XmlSchema |
Reprocess(XmlSchema schema) |
ICollection |
Schemas() |
ICollection |
Schemas(java.lang.String targetNamespace) |
void |
setCompilationSettings(XmlSchemaCompilationSettings CompilationSettings) |
void |
setJCOInstance(JCObject instance) |
void |
setXmlResolver(XmlResolver XmlResolver) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public XmlSchemaSet()
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
CultureNotFoundException,
PlatformNotSupportedException,
OutOfMemoryException,
ExternalException,
XmlSchemaException,
XmlException
public XmlSchemaSet(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic XmlSchemaSet(XmlNameTable nameTable) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, CultureNotFoundException, OutOfMemoryException, ExternalException, XmlSchemaException, FormatException, XmlException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionCultureNotFoundExceptionOutOfMemoryExceptionExternalExceptionXmlSchemaExceptionFormatExceptionXmlExceptionpublic XmlSchema Add(java.lang.String targetNamespace, java.lang.String schemaUri) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, IndexOutOfRangeException, OutOfMemoryException, UnreachableException, UriFormatException, RankException, FormatException, XmlSchemaException, XmlException, NotImplementedException, TaskCanceledException, AggregateException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionUnreachableExceptionUriFormatExceptionRankExceptionFormatExceptionXmlSchemaExceptionXmlExceptionNotImplementedExceptionTaskCanceledExceptionAggregateExceptionpublic XmlSchema Add(java.lang.String targetNamespace, XmlReader schemaDocument) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, OutOfMemoryException, ExternalException, CultureNotFoundException, UnreachableException, FormatException, XmlSchemaException, XmlException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionExternalExceptionCultureNotFoundExceptionUnreachableExceptionFormatExceptionXmlSchemaExceptionXmlExceptionpublic XmlSchema Add(XmlSchema schema) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, CultureNotFoundException, OutOfMemoryException, FormatException, XmlSchemaException, XmlException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionOutOfMemoryExceptionFormatExceptionXmlSchemaExceptionXmlExceptionpublic void Add(XmlSchemaSet schemas) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException, XmlSchemaException, XmlException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionFormatExceptionXmlSchemaExceptionXmlExceptionpublic void addValidationEventHandler(ValidationEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic static XmlSchemaSet cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into XmlSchemaSet, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedXmlSchemaSet instancejava.lang.Throwable - in case of error during cast operationpublic void Compile()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException,
IndexOutOfRangeException,
PlatformNotSupportedException,
ArgumentNullException,
InvalidOperationException,
CultureNotFoundException,
ObjectDisposedException,
FormatException,
XmlSchemaException,
OutOfMemoryException,
RankException,
ArrayTypeMismatchException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionArgumentNullExceptionInvalidOperationExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionXmlSchemaExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionpublic boolean Contains(java.lang.String targetNamespace)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionpublic boolean Contains(XmlSchema schema) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
public void CopyTo(XmlSchema[] schemas, int index) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
public XmlSchemaCompilationSettings getCompilationSettings() throws java.lang.Throwable
java.lang.Throwablepublic int getCount()
throws java.lang.Throwable
java.lang.Throwablepublic XmlSchemaObjectTable getGlobalAttributes() throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, IndexOutOfRangeException
public XmlSchemaObjectTable getGlobalElements() throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, IndexOutOfRangeException
public XmlSchemaObjectTable getGlobalTypes() throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, IndexOutOfRangeException
public boolean getIsCompiled()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic XmlNameTable getNameTable() throws java.lang.Throwable
java.lang.Throwablepublic XmlSchema Remove(XmlSchema schema) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, RankException
public boolean RemoveRecursive(XmlSchema schemaToRemove) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionFormatExceptionOutOfMemoryExceptionpublic void removeValidationEventHandler(ValidationEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic XmlSchema Reprocess(XmlSchema schema) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, CultureNotFoundException, OutOfMemoryException, ExternalException, FormatException, XmlSchemaException, XmlException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionOutOfMemoryExceptionExternalExceptionFormatExceptionXmlSchemaExceptionXmlExceptionpublic ICollection Schemas() throws java.lang.Throwable
java.lang.Throwablepublic ICollection Schemas(java.lang.String targetNamespace) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException
public void setCompilationSettings(XmlSchemaCompilationSettings CompilationSettings) throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setXmlResolver(XmlResolver XmlResolver) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, OutOfMemoryException, FormatException, XmlException