Package system.xml.schema
Class XmlSchema
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.xml.schema.XmlSchemaObject
-
- system.xml.schema.XmlSchema
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class XmlSchema extends XmlSchemaObject
The base .NET class managing System.Xml.Schema.XmlSchema, System.Private.Xml, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51..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
- 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=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51static java.lang.StringassemblyShortNameAssembly name: System.Private.Xmlstatic java.lang.StringclassNameQualified class name: System.Xml.Schema.XmlSchemastatic JCTypeclassTypeThe type managed from JCOBridge.
-
Method Summary
-
Methods inherited from class system.xml.schema.XmlSchemaObject
getLineNumber, getLinePosition, getNamespaces, getParent, getSourceUri, setLineNumber, setLinePosition, setNamespaces, setParent, setSourceUri
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Private.Xml, Version=8.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.Schema.XmlSchema- See Also:
- Constant Field Values
-
-
Constructor Detail
-
XmlSchema
public XmlSchema(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
XmlSchema
public XmlSchema() throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentNullException, FormatException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classXmlSchemaObject- 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 classXmlSchemaObject- 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 classXmlSchemaObject- 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 classXmlSchemaObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classXmlSchemaObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classXmlSchemaObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static XmlSchema cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoXmlSchema, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
XmlSchemainstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
Read
public 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
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIOExceptionCultureNotFoundExceptionOutOfMemoryExceptionXmlSchemaExceptionUnreachableExceptionXmlException
-
Read
public 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
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionCultureNotFoundExceptionOutOfMemoryExceptionXmlSchemaExceptionUnreachableExceptionXmlException
-
Read
public 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
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionFormatExceptionOutOfMemoryExceptionXmlSchemaExceptionUnreachableExceptionXmlException
-
Compile
public void Compile(ValidationEventHandler validationEventHandler, XmlResolver resolver) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentNullException, FormatException, XmlSchemaException, ArrayTypeMismatchException, XmlException
-
Compile
public void Compile(ValidationEventHandler validationEventHandler) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentNullException, FormatException, XmlSchemaException, ArrayTypeMismatchException, XmlException
-
Write
public 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
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionFileNotFoundExceptionEventSourceExceptionCultureNotFoundExceptionMulticastNotSupportedExceptionMethodAccessExceptionMissingMethodExceptionMemberAccessExceptionTargetInvocationExceptionFileLoadExceptionFormatExceptionUnreachableExceptionNotImplementedException
-
Write
public void Write(Stream stream) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, FormatException, OutOfMemoryException, FileNotFoundException, MulticastNotSupportedException, MissingMethodException, TargetInvocationException, FileLoadException, NotImplementedException, KeyNotFoundException
- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionPlatformNotSupportedExceptionFormatExceptionOutOfMemoryExceptionFileNotFoundExceptionMulticastNotSupportedExceptionMissingMethodExceptionTargetInvocationExceptionFileLoadExceptionNotImplementedExceptionKeyNotFoundException
-
Write
public 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
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionFileNotFoundExceptionEventSourceExceptionFormatExceptionCultureNotFoundExceptionMulticastNotSupportedExceptionMethodAccessExceptionMissingMethodExceptionMemberAccessExceptionTargetInvocationExceptionFileLoadExceptionUnreachableExceptionNotImplementedException
-
Write
public 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
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionFormatExceptionOutOfMemoryExceptionFileNotFoundExceptionMulticastNotSupportedExceptionMissingMethodExceptionTargetInvocationExceptionFileLoadExceptionNotImplementedExceptionKeyNotFoundException
-
Write
public 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
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionFormatExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionFileNotFoundExceptionEventSourceExceptionCultureNotFoundExceptionMulticastNotSupportedExceptionMethodAccessExceptionMissingMethodExceptionMemberAccessExceptionTargetInvocationExceptionFileLoadExceptionKeyNotFoundExceptionUnreachableExceptionOverflowExceptionNotImplementedException
-
Write
public 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
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionFileNotFoundExceptionEventSourceExceptionFormatExceptionCultureNotFoundExceptionMulticastNotSupportedExceptionMethodAccessExceptionMissingMethodExceptionMemberAccessExceptionTargetInvocationExceptionFileLoadExceptionUnreachableExceptionNotImplementedException
-
getIsCompiled
public boolean getIsCompiled() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getId
public java.lang.String getId() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setId
public void setId(java.lang.String Id) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getTargetNamespace
public java.lang.String getTargetNamespace() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setTargetNamespace
public void setTargetNamespace(java.lang.String TargetNamespace) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getVersion
public java.lang.String getVersion() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setVersion
public void setVersion(java.lang.String Version) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getBlockDefault
public XmlSchemaDerivationMethod getBlockDefault() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setBlockDefault
public void setBlockDefault(XmlSchemaDerivationMethod BlockDefault) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getFinalDefault
public XmlSchemaDerivationMethod getFinalDefault() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setFinalDefault
public void setFinalDefault(XmlSchemaDerivationMethod FinalDefault) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getAttributeFormDefault
public XmlSchemaForm getAttributeFormDefault() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setAttributeFormDefault
public void setAttributeFormDefault(XmlSchemaForm AttributeFormDefault) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getElementFormDefault
public XmlSchemaForm getElementFormDefault() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setElementFormDefault
public void setElementFormDefault(XmlSchemaForm ElementFormDefault) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIncludes
public XmlSchemaObjectCollection getIncludes() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getItems
public XmlSchemaObjectCollection getItems() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getAttributeGroups
public XmlSchemaObjectTable getAttributeGroups() throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, IndexOutOfRangeException
-
getAttributes
public XmlSchemaObjectTable getAttributes() throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, IndexOutOfRangeException
-
getElements
public XmlSchemaObjectTable getElements() throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, IndexOutOfRangeException
-
getGroups
public XmlSchemaObjectTable getGroups() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getNotations
public XmlSchemaObjectTable getNotations() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSchemaTypes
public XmlSchemaObjectTable getSchemaTypes() throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, IndexOutOfRangeException
-
getUnhandledAttributes
public final XmlAttribute[] getUnhandledAttributes() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setUnhandledAttributes
public void setUnhandledAttributes(XmlAttribute[] UnhandledAttributes) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-