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.StringassemblyFullNameFully assembly qualified name: PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.StringassemblyShortNameAssembly name: PresentationFrameworkstatic java.lang.StringclassNameQualified class name: System.Windows.Markup.XamlReaderstatic JCTypeclassTypeThe 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 voidaddLoadCompleted(AsyncCompletedEventHandler handler)voidCancelAsync()static XamlReadercast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoXamlReader, a cast assert is made to check if types are compatible.java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class Typestatic XamlSchemaContextGetWpfSchemaContext()static NetObjectLoad(Stream stream)static NetObjectLoad(Stream stream, ParserContext parserContext)static NetObjectLoad(XmlReader reader)NetObjectLoadAsync(Stream stream)NetObjectLoadAsync(Stream stream, ParserContext parserContext)NetObjectLoadAsync(XmlReader reader)static NetObjectParse(java.lang.String xamlText)static NetObjectParse(java.lang.String xamlText, ParserContext parserContext)voidremoveLoadCompleted(AsyncCompletedEventHandler handler)voidsetJCOInstance(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:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classNetObject- 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 classNetObject- 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 classNetObject- 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 classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static XamlReader cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoXamlReader, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
XamlReaderinstance- 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.ThrowableArgumentNullExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionNotSupportedExceptionNullReferenceExceptionArgumentExceptionXmlExceptionUriFormatExceptionInvalidOperationExceptionNotImplementedExceptionIndexOutOfRangeExceptionFormatExceptionThreadAbortExceptionXamlExceptionXamlParseExceptionOverflowExceptionInvalidCastExceptionConfigurationErrorsExceptionOutOfMemoryException
-
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.ThrowableArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotSupportedExceptionNullReferenceExceptionArgumentExceptionXmlExceptionUriFormatExceptionOutOfMemoryExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionNotImplementedExceptionObjectDisposedExceptionFormatExceptionXmlSchemaExceptionThreadAbortExceptionXamlSchemaExceptionXamlExceptionXamlParseExceptionOverflowExceptionInvalidEnumArgumentExceptionInvalidCastExceptionConfigurationErrorsException
-
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.ThrowableArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentExceptionThreadAbortExceptionNotImplementedExceptionXamlSchemaExceptionXamlExceptionXamlParseExceptionFormatExceptionOverflowExceptionInvalidEnumArgumentExceptionInvalidCastExceptionConfigurationErrorsExceptionNotSupportedException
-
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.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionNotSupportedExceptionNullReferenceExceptionXmlExceptionUriFormatExceptionOutOfMemoryExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionThreadAbortExceptionXamlSchemaExceptionKeyNotFoundExceptionXamlExceptionXamlParseExceptionOverflowException
-
LoadAsync
public 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
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionNotSupportedExceptionNullReferenceExceptionXmlExceptionUriFormatExceptionOutOfMemoryExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionThreadAbortExceptionKeyNotFoundExceptionXamlSchemaExceptionXamlExceptionXamlParseExceptionOverflowException
-
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.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionSecurityExceptionMemberAccessExceptionNullReferenceExceptionUriFormatExceptionOutOfMemoryExceptionThreadAbortExceptionKeyNotFoundExceptionXamlSchemaExceptionXmlExceptionXamlExceptionNotSupportedExceptionXamlParseExceptionOverflowException
-
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.ThrowableArgumentNullExceptionInvalidOperationExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionArgumentExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionXmlExceptionArgumentOutOfRangeExceptionFormatExceptionXmlSchemaExceptionThreadAbortExceptionXamlExceptionXamlParseExceptionOverflowExceptionInvalidCastExceptionConfigurationErrorsExceptionOutOfMemoryException
-
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.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentExceptionInvalidOperationExceptionMissingManifestResourceExceptionNullReferenceExceptionXmlExceptionUriFormatExceptionNotImplementedExceptionIndexOutOfRangeExceptionFormatExceptionThreadAbortExceptionXamlExceptionXamlParseExceptionOverflowExceptionInvalidCastExceptionConfigurationErrorsExceptionOutOfMemoryException
-
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
-
-