public class XamlReader extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Markup.XamlReader
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: PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
|
static java.lang.String |
assemblyShortName
Assembly name: PresentationFramework
|
static java.lang.String |
className
Qualified class name: System.Windows.Markup.XamlReader
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
XamlReader() |
XamlReader(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addLoadCompleted(AsyncCompletedEventHandler handler) |
void |
CancelAsync() |
static XamlReader |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into XamlReader, a cast assert is made to check if types are compatible. |
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
|
static XamlSchemaContext |
GetWpfSchemaContext() |
static NetObject |
Load(Stream stream) |
static NetObject |
Load(Stream stream,
ParserContext parserContext) |
static NetObject |
Load(XmlReader reader) |
NetObject |
LoadAsync(Stream stream) |
NetObject |
LoadAsync(Stream stream,
ParserContext parserContext) |
NetObject |
LoadAsync(XmlReader reader) |
static NetObject |
Parse(java.lang.String xamlText) |
static NetObject |
Parse(java.lang.String xamlText,
ParserContext parserContext) |
void |
removeLoadCompleted(AsyncCompletedEventHandler handler) |
void |
setJCOInstance(JCObject instance) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public XamlReader()
throws java.lang.Throwable
java.lang.Throwablepublic XamlReader(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void addLoadCompleted(AsyncCompletedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void CancelAsync()
throws java.lang.Throwable
java.lang.Throwablepublic static XamlReader cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into XamlReader, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedXamlReader instancejava.lang.Throwable - in case of error during cast operationpublic 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 static XamlSchemaContext GetWpfSchemaContext() throws java.lang.Throwable, ArgumentException, InvalidOperationException, ThreadAbortException, ArgumentNullException, MissingMethodException, TargetInvocationException, NotSupportedException
public static NetObject Load(Stream stream) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, NotSupportedException, NullReferenceException, ArgumentException, XmlException, UriFormatException, InvalidOperationException, NotImplementedException, IndexOutOfRangeException, FormatException, ThreadAbortException, XamlException, XamlParseException, OverflowException, InvalidCastException, ConfigurationErrorsException, OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionNotSupportedExceptionNullReferenceExceptionArgumentExceptionXmlExceptionUriFormatExceptionInvalidOperationExceptionNotImplementedExceptionIndexOutOfRangeExceptionFormatExceptionThreadAbortExceptionXamlExceptionXamlParseExceptionOverflowExceptionInvalidCastExceptionConfigurationErrorsExceptionOutOfMemoryExceptionpublic static NetObject Load(Stream stream, ParserContext parserContext) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, NullReferenceException, ArgumentException, XmlException, UriFormatException, OutOfMemoryException, SecurityException, UnauthorizedAccessException, IOException, NotImplementedException, ObjectDisposedException, FormatException, XmlSchemaException, ThreadAbortException, XamlSchemaException, XamlException, XamlParseException, OverflowException, InvalidEnumArgumentException, InvalidCastException, ConfigurationErrorsException
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionNullReferenceExceptionArgumentExceptionXmlExceptionUriFormatExceptionOutOfMemoryExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionNotImplementedExceptionObjectDisposedExceptionFormatExceptionXmlSchemaExceptionThreadAbortExceptionXamlSchemaExceptionXamlExceptionXamlParseExceptionOverflowExceptionInvalidEnumArgumentExceptionInvalidCastExceptionConfigurationErrorsExceptionpublic static NetObject Load(XmlReader reader) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ThreadAbortException, NotImplementedException, XamlSchemaException, XamlException, XamlParseException, FormatException, OverflowException, InvalidEnumArgumentException, InvalidCastException, ConfigurationErrorsException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentExceptionThreadAbortExceptionNotImplementedExceptionXamlSchemaExceptionXamlExceptionXamlParseExceptionFormatExceptionOverflowExceptionInvalidEnumArgumentExceptionInvalidCastExceptionConfigurationErrorsExceptionNotSupportedExceptionpublic NetObject LoadAsync(Stream stream) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, NotSupportedException, NullReferenceException, XmlException, UriFormatException, OutOfMemoryException, SecurityException, UnauthorizedAccessException, IOException, ThreadAbortException, XamlSchemaException, KeyNotFoundException, XamlException, XamlParseException, OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionNotSupportedExceptionNullReferenceExceptionXmlExceptionUriFormatExceptionOutOfMemoryExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionThreadAbortExceptionXamlSchemaExceptionKeyNotFoundExceptionXamlExceptionXamlParseExceptionOverflowExceptionpublic NetObject LoadAsync(Stream stream, ParserContext parserContext) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, NotSupportedException, NullReferenceException, XmlException, UriFormatException, OutOfMemoryException, SecurityException, UnauthorizedAccessException, IOException, PathTooLongException, ThreadAbortException, KeyNotFoundException, XamlSchemaException, XamlException, XamlParseException, OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionNotSupportedExceptionNullReferenceExceptionXmlExceptionUriFormatExceptionOutOfMemoryExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionThreadAbortExceptionKeyNotFoundExceptionXamlSchemaExceptionXamlExceptionXamlParseExceptionOverflowExceptionpublic NetObject LoadAsync(XmlReader reader) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, SecurityException, MemberAccessException, NullReferenceException, UriFormatException, OutOfMemoryException, ThreadAbortException, KeyNotFoundException, XamlSchemaException, XmlException, XamlException, NotSupportedException, XamlParseException, OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionSecurityExceptionMemberAccessExceptionNullReferenceExceptionUriFormatExceptionOutOfMemoryExceptionThreadAbortExceptionKeyNotFoundExceptionXamlSchemaExceptionXmlExceptionXamlExceptionNotSupportedExceptionXamlParseExceptionOverflowExceptionpublic static NetObject Parse(java.lang.String xamlText) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, SecurityException, UnauthorizedAccessException, IOException, ArgumentException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, XmlException, ArgumentOutOfRangeException, FormatException, XmlSchemaException, ThreadAbortException, XamlException, XamlParseException, OverflowException, InvalidCastException, ConfigurationErrorsException, OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionArgumentExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionXmlExceptionArgumentOutOfRangeExceptionFormatExceptionXmlSchemaExceptionThreadAbortExceptionXamlExceptionXamlParseExceptionOverflowExceptionInvalidCastExceptionConfigurationErrorsExceptionOutOfMemoryExceptionpublic static NetObject Parse(java.lang.String xamlText, ParserContext parserContext) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, ArgumentException, InvalidOperationException, MissingManifestResourceException, NullReferenceException, XmlException, UriFormatException, NotImplementedException, IndexOutOfRangeException, FormatException, ThreadAbortException, XamlException, XamlParseException, OverflowException, InvalidCastException, ConfigurationErrorsException, OutOfMemoryException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentExceptionInvalidOperationExceptionMissingManifestResourceExceptionNullReferenceExceptionXmlExceptionUriFormatExceptionNotImplementedExceptionIndexOutOfRangeExceptionFormatExceptionThreadAbortExceptionXamlExceptionXamlParseExceptionOverflowExceptionInvalidCastExceptionConfigurationErrorsExceptionOutOfMemoryExceptionpublic void removeLoadCompleted(AsyncCompletedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObject