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.String
assemblyFullName
Fully assembly qualified name: System.Private.Xml, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51static java.lang.String
assemblyShortName
Assembly name: System.Private.Xmlstatic java.lang.String
className
Qualified class name: System.Xml.Schema.XmlSchemastatic JCType
classType
The 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.Throwable
Internal 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:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classXmlSchemaObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classXmlSchemaObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classXmlSchemaObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classXmlSchemaObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classXmlSchemaObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classXmlSchemaObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static XmlSchema cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoXmlSchema
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
XmlSchema
instance- 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.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
IOException
CultureNotFoundException
OutOfMemoryException
XmlSchemaException
UnreachableException
XmlException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
CultureNotFoundException
OutOfMemoryException
XmlSchemaException
UnreachableException
XmlException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
CultureNotFoundException
IndexOutOfRangeException
FormatException
OutOfMemoryException
XmlSchemaException
UnreachableException
XmlException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
OutOfMemoryException
IndexOutOfRangeException
FileNotFoundException
EventSourceException
CultureNotFoundException
MulticastNotSupportedException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
FileLoadException
FormatException
UnreachableException
NotImplementedException
-
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.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentNullException
PlatformNotSupportedException
FormatException
OutOfMemoryException
FileNotFoundException
MulticastNotSupportedException
MissingMethodException
TargetInvocationException
FileLoadException
NotImplementedException
KeyNotFoundException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
OutOfMemoryException
IndexOutOfRangeException
FileNotFoundException
EventSourceException
FormatException
CultureNotFoundException
MulticastNotSupportedException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
FileLoadException
UnreachableException
NotImplementedException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
FormatException
OutOfMemoryException
FileNotFoundException
MulticastNotSupportedException
MissingMethodException
TargetInvocationException
FileLoadException
NotImplementedException
KeyNotFoundException
-
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.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
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
OutOfMemoryException
IndexOutOfRangeException
FileNotFoundException
EventSourceException
FormatException
CultureNotFoundException
MulticastNotSupportedException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
FileLoadException
UnreachableException
NotImplementedException
-
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
-
-