Package system.windows.markup
Class XamlReader
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.windows.markup.XamlReader
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class XamlReader extends NetObject
The base .NET class managing System.Windows.Markup.XamlReader, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35..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
- 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: PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.String
assemblyShortName
Assembly name: PresentationFrameworkstatic java.lang.String
className
Qualified class name: System.Windows.Markup.XamlReaderstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description XamlReader()
XamlReader(java.lang.Object instance)
Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addLoadCompleted(AsyncCompletedEventHandler handler)
void
CancelAsync()
static XamlReader
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoXamlReader
, a cast assert is made to check if types are compatible.java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Typestatic 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)
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: PresentationFramework- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Windows.Markup.XamlReader- See Also:
- Constant Field Values
-
-
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 classNetObject
- 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 classNetObject
- 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 classNetObject
- 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 classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static XamlReader cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoXamlReader
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
XamlReader
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
Load
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
- Throws:
java.lang.Throwable
ArgumentNullException
MissingManifestResourceException
ArgumentOutOfRangeException
NotSupportedException
NullReferenceException
ArgumentException
XmlException
UriFormatException
InvalidOperationException
NotImplementedException
IndexOutOfRangeException
FormatException
ThreadAbortException
XamlException
XamlParseException
OverflowException
InvalidCastException
ConfigurationErrorsException
OutOfMemoryException
-
Load
public 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
- 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
-
Load
public 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
- Throws:
java.lang.Throwable
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
ArgumentOutOfRangeException
IndexOutOfRangeException
ArgumentException
ThreadAbortException
NotImplementedException
XamlSchemaException
XamlException
XamlParseException
FormatException
OverflowException
InvalidEnumArgumentException
InvalidCastException
ConfigurationErrorsException
NotSupportedException
-
LoadAsync
public 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
- 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
-
LoadAsync
public NetObject LoadAsync(Stream stream, ParserContext parserContext) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, AbandonedMutexException, SecurityException, IndexOutOfRangeException, NotSupportedException, NullReferenceException, XmlException, UriFormatException, OutOfMemoryException, UnauthorizedAccessException, IOException, PathTooLongException, ThreadAbortException, KeyNotFoundException, XamlSchemaException, XamlException, XamlParseException, OverflowException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
ArgumentOutOfRangeException
FormatException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
AbandonedMutexException
SecurityException
IndexOutOfRangeException
NotSupportedException
NullReferenceException
XmlException
UriFormatException
OutOfMemoryException
UnauthorizedAccessException
IOException
PathTooLongException
ThreadAbortException
KeyNotFoundException
XamlSchemaException
XamlException
XamlParseException
OverflowException
-
LoadAsync
public 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
- 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
-
Parse
public 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
- 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
-
Parse
public 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
- 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
-
GetWpfSchemaContext
public static XamlSchemaContext GetWpfSchemaContext() throws java.lang.Throwable, ArgumentException, InvalidOperationException, ThreadAbortException, ArgumentNullException, MissingMethodException, TargetInvocationException, NotSupportedException
-
CancelAsync
public void CancelAsync() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addLoadCompleted
public void addLoadCompleted(AsyncCompletedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeLoadCompleted
public void removeLoadCompleted(AsyncCompletedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-