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=9.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=9.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, boolean useRestrictiveXamlReader)
static NetObject
Load(Stream stream, ParserContext parserContext)
static NetObject
Load(Stream stream, ParserContext parserContext, boolean useRestrictiveXamlReader)
static NetObject
Load(XmlReader reader)
static NetObject
Load(XmlReader reader, boolean useRestrictiveXamlReader)
NetObject
LoadAsync(Stream stream)
NetObject
LoadAsync(Stream stream, boolean useRestrictiveXamlReader)
NetObject
LoadAsync(Stream stream, ParserContext parserContext)
NetObject
LoadAsync(Stream stream, ParserContext parserContext, boolean useRestrictiveXamlReader)
NetObject
LoadAsync(XmlReader reader)
NetObject
LoadAsync(XmlReader reader, boolean useRestrictiveXamlReader)
static NetObject
Parse(java.lang.String xamlText)
static NetObject
Parse(java.lang.String xamlText, boolean useRestrictiveXamlReader)
static NetObject
Parse(java.lang.String xamlText, ParserContext parserContext)
static NetObject
Parse(java.lang.String xamlText, ParserContext parserContext, boolean useRestrictiveXamlReader)
void
removeLoadCompleted(AsyncCompletedEventHandler handler)
void
setJCOInstance(JCObject instance)
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: PresentationFramework, Version=9.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, boolean useRestrictiveXamlReader) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, XmlException, CultureNotFoundException, UriFormatException, UnreachableException, ArrayTypeMismatchException, IOException, OutOfMemoryException, XamlSchemaException, NotImplementedException, XamlException, XamlParseException, InvalidEnumArgumentException, InvalidCastException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentNullException
PlatformNotSupportedException
IndexOutOfRangeException
XmlException
CultureNotFoundException
UriFormatException
UnreachableException
ArrayTypeMismatchException
IOException
OutOfMemoryException
XamlSchemaException
NotImplementedException
XamlException
XamlParseException
InvalidEnumArgumentException
InvalidCastException
-
Load
public static NetObject Load(Stream stream, ParserContext parserContext, boolean useRestrictiveXamlReader) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, XmlException, CultureNotFoundException, UriFormatException, IOException, MissingMemberException, OutOfMemoryException, XamlSchemaException, NotImplementedException, XamlException, SecurityException, XamlParseException, FormatException, OverflowException, InvalidCastException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
IndexOutOfRangeException
XmlException
CultureNotFoundException
UriFormatException
IOException
MissingMemberException
OutOfMemoryException
XamlSchemaException
NotImplementedException
XamlException
SecurityException
XamlParseException
FormatException
OverflowException
InvalidCastException
-
Load
public static NetObject Load(Stream stream, ParserContext parserContext) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, XmlException, CultureNotFoundException, UriFormatException, UnreachableException, ArrayTypeMismatchException, IOException, OutOfMemoryException, XamlSchemaException, NotImplementedException, XamlException, XamlParseException, InvalidEnumArgumentException, InvalidCastException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentNullException
PlatformNotSupportedException
IndexOutOfRangeException
XmlException
CultureNotFoundException
UriFormatException
UnreachableException
ArrayTypeMismatchException
IOException
OutOfMemoryException
XamlSchemaException
NotImplementedException
XamlException
XamlParseException
InvalidEnumArgumentException
InvalidCastException
-
Load
public static NetObject Load(Stream stream) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, XmlException, CultureNotFoundException, UriFormatException, UnreachableException, ArrayTypeMismatchException, IOException, OutOfMemoryException, XamlSchemaException, NotImplementedException, XamlException, XamlParseException, InvalidEnumArgumentException, InvalidCastException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentNullException
PlatformNotSupportedException
IndexOutOfRangeException
XmlException
CultureNotFoundException
UriFormatException
UnreachableException
ArrayTypeMismatchException
IOException
OutOfMemoryException
XamlSchemaException
NotImplementedException
XamlException
XamlParseException
InvalidEnumArgumentException
InvalidCastException
-
Load
public static NetObject Load(XmlReader reader, boolean useRestrictiveXamlReader) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, CultureNotFoundException, IndexOutOfRangeException, UriFormatException, UnreachableException, MissingMemberException, OutOfMemoryException, XamlSchemaException, XmlException, NotImplementedException, XamlException, SecurityException, XamlParseException, FormatException, OverflowException, InvalidCastException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
CultureNotFoundException
IndexOutOfRangeException
UriFormatException
UnreachableException
MissingMemberException
OutOfMemoryException
XamlSchemaException
XmlException
NotImplementedException
XamlException
SecurityException
XamlParseException
FormatException
OverflowException
InvalidCastException
-
Load
public static NetObject Load(XmlReader reader) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, CultureNotFoundException, UriFormatException, XamlSchemaException, NotImplementedException, XamlException, XamlParseException, InvalidEnumArgumentException, InvalidCastException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentNullException
PlatformNotSupportedException
CultureNotFoundException
UriFormatException
XamlSchemaException
NotImplementedException
XamlException
XamlParseException
InvalidEnumArgumentException
InvalidCastException
-
LoadAsync
public NetObject LoadAsync(Stream stream, boolean useRestrictiveXamlReader) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, XmlException, CultureNotFoundException, UriFormatException, UnreachableException, IOException, MissingMemberException, XamlSchemaException, KeyNotFoundException, NotImplementedException, XamlException, XamlParseException, FormatException, OverflowException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
XmlException
CultureNotFoundException
UriFormatException
UnreachableException
IOException
MissingMemberException
XamlSchemaException
KeyNotFoundException
NotImplementedException
XamlException
XamlParseException
FormatException
OverflowException
-
LoadAsync
public NetObject LoadAsync(Stream stream, ParserContext parserContext, boolean useRestrictiveXamlReader) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, XmlException, CultureNotFoundException, UriFormatException, IOException, MissingMethodException, TargetInvocationException, MissingMemberException, XamlSchemaException, KeyNotFoundException, NotImplementedException, XamlException, XamlParseException, FormatException, OverflowException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
IndexOutOfRangeException
XmlException
CultureNotFoundException
UriFormatException
IOException
MissingMethodException
TargetInvocationException
MissingMemberException
XamlSchemaException
KeyNotFoundException
NotImplementedException
XamlException
XamlParseException
FormatException
OverflowException
-
LoadAsync
public NetObject LoadAsync(Stream stream, ParserContext parserContext) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, XmlException, CultureNotFoundException, UriFormatException, UnreachableException, ArrayTypeMismatchException, IOException, MissingMemberException, XamlSchemaException, KeyNotFoundException, NotImplementedException, XamlException, XamlParseException, FormatException, OverflowException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentNullException
PlatformNotSupportedException
IndexOutOfRangeException
XmlException
CultureNotFoundException
UriFormatException
UnreachableException
ArrayTypeMismatchException
IOException
MissingMemberException
XamlSchemaException
KeyNotFoundException
NotImplementedException
XamlException
XamlParseException
FormatException
OverflowException
-
LoadAsync
public NetObject LoadAsync(Stream stream) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, XmlException, CultureNotFoundException, UriFormatException, ArrayTypeMismatchException, IOException, MissingMemberException, XamlSchemaException, NotImplementedException, XamlException, SecurityException, XamlParseException, FormatException, OverflowException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentNullException
PlatformNotSupportedException
XmlException
CultureNotFoundException
UriFormatException
ArrayTypeMismatchException
IOException
MissingMemberException
XamlSchemaException
NotImplementedException
XamlException
SecurityException
XamlParseException
FormatException
OverflowException
-
LoadAsync
public NetObject LoadAsync(XmlReader reader, boolean useRestrictiveXamlReader) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, NullReferenceException, OutOfMemoryException, ExternalException, CultureNotFoundException, UriFormatException, MissingMethodException, TargetInvocationException, MissingMemberException, XamlSchemaException, XmlException, KeyNotFoundException, NotImplementedException, XamlException, XamlParseException, FormatException, OverflowException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
NullReferenceException
OutOfMemoryException
ExternalException
CultureNotFoundException
UriFormatException
MissingMethodException
TargetInvocationException
MissingMemberException
XamlSchemaException
XmlException
KeyNotFoundException
NotImplementedException
XamlException
XamlParseException
FormatException
OverflowException
-
LoadAsync
public NetObject LoadAsync(XmlReader reader) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, NullReferenceException, OutOfMemoryException, ExternalException, CultureNotFoundException, UriFormatException, MissingMethodException, TargetInvocationException, MissingMemberException, IndexOutOfRangeException, XamlSchemaException, XmlException, KeyNotFoundException, NotImplementedException, XamlException, XamlParseException, FormatException, OverflowException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentNullException
PlatformNotSupportedException
NullReferenceException
OutOfMemoryException
ExternalException
CultureNotFoundException
UriFormatException
MissingMethodException
TargetInvocationException
MissingMemberException
IndexOutOfRangeException
XamlSchemaException
XmlException
KeyNotFoundException
NotImplementedException
XamlException
XamlParseException
FormatException
OverflowException
-
Parse
public static NetObject Parse(java.lang.String xamlText, boolean useRestrictiveXamlReader) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, XmlException, CultureNotFoundException, UriFormatException, OutOfMemoryException, XamlSchemaException, NotImplementedException, XamlException, XamlParseException, InvalidEnumArgumentException, InvalidCastException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
XmlException
CultureNotFoundException
UriFormatException
OutOfMemoryException
XamlSchemaException
NotImplementedException
XamlException
XamlParseException
InvalidEnumArgumentException
InvalidCastException
-
Parse
public static NetObject Parse(java.lang.String xamlText, ParserContext parserContext, boolean useRestrictiveXamlReader) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, XmlException, CultureNotFoundException, UriFormatException, UnreachableException, ArrayTypeMismatchException, IOException, OutOfMemoryException, XamlSchemaException, NotImplementedException, XamlException, XamlParseException, InvalidEnumArgumentException, InvalidCastException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentNullException
PlatformNotSupportedException
IndexOutOfRangeException
XmlException
CultureNotFoundException
UriFormatException
UnreachableException
ArrayTypeMismatchException
IOException
OutOfMemoryException
XamlSchemaException
NotImplementedException
XamlException
XamlParseException
InvalidEnumArgumentException
InvalidCastException
-
Parse
public static NetObject Parse(java.lang.String xamlText, ParserContext parserContext) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, XmlException, CultureNotFoundException, UriFormatException, ArrayTypeMismatchException, XamlException, NotImplementedException, XamlParseException, InvalidCastException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
ArgumentNullException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
XmlException
CultureNotFoundException
UriFormatException
ArrayTypeMismatchException
XamlException
NotImplementedException
XamlParseException
InvalidCastException
-
Parse
public static NetObject Parse(java.lang.String xamlText) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, XmlException, XamlException, NotImplementedException, XamlParseException, InvalidCastException
-
GetWpfSchemaContext
public static XamlSchemaContext GetWpfSchemaContext() throws java.lang.Throwable, MissingMethodException, TargetInvocationException, PlatformNotSupportedException, MissingMemberException, InvalidOperationException, ArgumentNullException, NullReferenceException, NotSupportedException, ArgumentOutOfRangeException, ArgumentException
-
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
-
-