public class XmlSchema extends XmlSchemaObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Xml.Schema.XmlSchema
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.XmlSchema
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
XmlSchema() |
XmlSchema(java.lang.Object instance)
Internal constructor.
|
getLineNumber, getLinePosition, getNamespaces, getParent, getSourceUri, setLineNumber, setLinePosition, setNamespaces, setParent, setSourceUripublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public XmlSchema()
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
PlatformNotSupportedException,
IndexOutOfRangeException,
ArgumentNullException,
FormatException
public XmlSchema(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static XmlSchema cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into XmlSchema, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedXmlSchema instancejava.lang.Throwable - in case of error during cast operationpublic void Compile(ValidationEventHandler validationEventHandler) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentNullException, FormatException, XmlSchemaException, ArrayTypeMismatchException, XmlException
public void Compile(ValidationEventHandler validationEventHandler, XmlResolver resolver) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentNullException, FormatException, XmlSchemaException, ArrayTypeMismatchException, XmlException
public XmlSchemaForm getAttributeFormDefault() throws java.lang.Throwable
java.lang.Throwablepublic XmlSchemaObjectTable getAttributeGroups() throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, IndexOutOfRangeException
public XmlSchemaObjectTable getAttributes() throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, IndexOutOfRangeException
public XmlSchemaDerivationMethod getBlockDefault() throws java.lang.Throwable
java.lang.Throwablepublic XmlSchemaForm getElementFormDefault() throws java.lang.Throwable
java.lang.Throwablepublic XmlSchemaObjectTable getElements() throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, IndexOutOfRangeException
public XmlSchemaDerivationMethod getFinalDefault() throws java.lang.Throwable
java.lang.Throwablepublic XmlSchemaObjectTable getGroups() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getId()
throws java.lang.Throwable
java.lang.Throwablepublic XmlSchemaObjectCollection getIncludes() throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsCompiled()
throws java.lang.Throwable
java.lang.Throwablepublic XmlSchemaObjectCollection getItems() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class XmlSchemaObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class XmlSchemaObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class XmlSchemaObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class XmlSchemaObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class XmlSchemaObjectJCType representing the CLR Type of the instantiated Classpublic XmlSchemaObjectTable getNotations() throws java.lang.Throwable
java.lang.Throwablepublic XmlSchemaObjectTable getSchemaTypes() throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, IndexOutOfRangeException
public java.lang.String getTargetNamespace()
throws java.lang.Throwable
java.lang.Throwablepublic final XmlAttribute[] getUnhandledAttributes() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getVersion()
throws java.lang.Throwable
java.lang.Throwablepublic static XmlSchema Read(Stream stream, ValidationEventHandler validationEventHandler) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IOException, CultureNotFoundException, OutOfMemoryException, XmlSchemaException, UnreachableException, XmlException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIOExceptionCultureNotFoundExceptionOutOfMemoryExceptionXmlSchemaExceptionUnreachableExceptionXmlExceptionpublic static XmlSchema Read(TextReader reader, ValidationEventHandler validationEventHandler) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, CultureNotFoundException, OutOfMemoryException, XmlSchemaException, UnreachableException, XmlException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionCultureNotFoundExceptionOutOfMemoryExceptionXmlSchemaExceptionUnreachableExceptionXmlExceptionpublic static XmlSchema Read(XmlReader reader, ValidationEventHandler validationEventHandler) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, CultureNotFoundException, IndexOutOfRangeException, FormatException, OutOfMemoryException, XmlSchemaException, UnreachableException, XmlException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionFormatExceptionOutOfMemoryExceptionXmlSchemaExceptionUnreachableExceptionXmlExceptionpublic void setAttributeFormDefault(XmlSchemaForm AttributeFormDefault) throws java.lang.Throwable
java.lang.Throwablepublic void setBlockDefault(XmlSchemaDerivationMethod BlockDefault) throws java.lang.Throwable
java.lang.Throwablepublic void setElementFormDefault(XmlSchemaForm ElementFormDefault) throws java.lang.Throwable
java.lang.Throwablepublic void setFinalDefault(XmlSchemaDerivationMethod FinalDefault) throws java.lang.Throwable
java.lang.Throwablepublic void setId(java.lang.String Id)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class XmlSchemaObjectpublic void setTargetNamespace(java.lang.String TargetNamespace)
throws java.lang.Throwable
java.lang.Throwablepublic void setUnhandledAttributes(XmlAttribute[] UnhandledAttributes) throws java.lang.Throwable
java.lang.Throwablepublic void setVersion(java.lang.String Version)
throws java.lang.Throwable
java.lang.Throwablepublic void Write(Stream stream) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, FormatException, OutOfMemoryException, FileNotFoundException, MulticastNotSupportedException, MissingMethodException, TargetInvocationException, FileLoadException, NotImplementedException, KeyNotFoundException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionPlatformNotSupportedExceptionFormatExceptionOutOfMemoryExceptionFileNotFoundExceptionMulticastNotSupportedExceptionMissingMethodExceptionTargetInvocationExceptionFileLoadExceptionNotImplementedExceptionKeyNotFoundExceptionpublic void Write(Stream stream, XmlNamespaceManager namespaceManager) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, OutOfMemoryException, IndexOutOfRangeException, FileNotFoundException, EventSourceException, CultureNotFoundException, MulticastNotSupportedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, FileLoadException, FormatException, UnreachableException, NotImplementedException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionFileNotFoundExceptionEventSourceExceptionCultureNotFoundExceptionMulticastNotSupportedExceptionMethodAccessExceptionMissingMethodExceptionMemberAccessExceptionTargetInvocationExceptionFileLoadExceptionFormatExceptionUnreachableExceptionNotImplementedExceptionpublic void Write(TextWriter writer) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, FormatException, OutOfMemoryException, FileNotFoundException, MulticastNotSupportedException, MissingMethodException, TargetInvocationException, FileLoadException, NotImplementedException, KeyNotFoundException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionFormatExceptionOutOfMemoryExceptionFileNotFoundExceptionMulticastNotSupportedExceptionMissingMethodExceptionTargetInvocationExceptionFileLoadExceptionNotImplementedExceptionKeyNotFoundExceptionpublic void Write(TextWriter writer, XmlNamespaceManager namespaceManager) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, OutOfMemoryException, IndexOutOfRangeException, FileNotFoundException, EventSourceException, FormatException, CultureNotFoundException, MulticastNotSupportedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, FileLoadException, UnreachableException, NotImplementedException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionFileNotFoundExceptionEventSourceExceptionFormatExceptionCultureNotFoundExceptionMulticastNotSupportedExceptionMethodAccessExceptionMissingMethodExceptionMemberAccessExceptionTargetInvocationExceptionFileLoadExceptionUnreachableExceptionNotImplementedExceptionpublic void Write(XmlWriter writer) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, OutOfMemoryException, IndexOutOfRangeException, FileNotFoundException, EventSourceException, FormatException, CultureNotFoundException, MulticastNotSupportedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, FileLoadException, UnreachableException, NotImplementedException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionFileNotFoundExceptionEventSourceExceptionFormatExceptionCultureNotFoundExceptionMulticastNotSupportedExceptionMethodAccessExceptionMissingMethodExceptionMemberAccessExceptionTargetInvocationExceptionFileLoadExceptionUnreachableExceptionNotImplementedExceptionpublic void Write(XmlWriter writer, XmlNamespaceManager namespaceManager) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, FormatException, OutOfMemoryException, IndexOutOfRangeException, FileNotFoundException, EventSourceException, CultureNotFoundException, MulticastNotSupportedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, FileLoadException, KeyNotFoundException, UnreachableException, OverflowException, NotImplementedException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionFormatExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionFileNotFoundExceptionEventSourceExceptionCultureNotFoundExceptionMulticastNotSupportedExceptionMethodAccessExceptionMissingMethodExceptionMemberAccessExceptionTargetInvocationExceptionFileLoadExceptionKeyNotFoundExceptionUnreachableExceptionOverflowExceptionNotImplementedException