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=10.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,
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) |
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, MissingMethodException, TargetInvocationException, PlatformNotSupportedException, MissingMemberException, InvalidOperationException, ArgumentNullException, NullReferenceException, NotSupportedException, ArgumentOutOfRangeException, ArgumentException
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, FormatException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionXmlExceptionCultureNotFoundExceptionUriFormatExceptionUnreachableExceptionArrayTypeMismatchExceptionIOExceptionOutOfMemoryExceptionXamlSchemaExceptionNotImplementedExceptionXamlExceptionXamlParseExceptionInvalidEnumArgumentExceptionInvalidCastExceptionFormatExceptionpublic 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, FormatException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionXmlExceptionCultureNotFoundExceptionUriFormatExceptionUnreachableExceptionArrayTypeMismatchExceptionIOExceptionOutOfMemoryExceptionXamlSchemaExceptionNotImplementedExceptionXamlExceptionXamlParseExceptionInvalidEnumArgumentExceptionInvalidCastExceptionFormatExceptionpublic 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, FormatException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionXmlExceptionCultureNotFoundExceptionUriFormatExceptionUnreachableExceptionArrayTypeMismatchExceptionIOExceptionOutOfMemoryExceptionXamlSchemaExceptionNotImplementedExceptionXamlExceptionXamlParseExceptionInvalidEnumArgumentExceptionInvalidCastExceptionFormatExceptionpublic 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
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionXmlExceptionCultureNotFoundExceptionUriFormatExceptionIOExceptionMissingMemberExceptionOutOfMemoryExceptionXamlSchemaExceptionNotImplementedExceptionXamlExceptionSecurityExceptionXamlParseExceptionFormatExceptionOverflowExceptionInvalidCastExceptionpublic static NetObject Load(XmlReader reader) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, CultureNotFoundException, UriFormatException, PlatformNotSupportedException, XamlSchemaException, NotImplementedException, XamlException, XamlParseException, InvalidEnumArgumentException, InvalidCastException, FormatException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionCultureNotFoundExceptionUriFormatExceptionPlatformNotSupportedExceptionXamlSchemaExceptionNotImplementedExceptionXamlExceptionXamlParseExceptionInvalidEnumArgumentExceptionInvalidCastExceptionFormatExceptionpublic 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
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionUriFormatExceptionUnreachableExceptionMissingMemberExceptionOutOfMemoryExceptionXamlSchemaExceptionXmlExceptionNotImplementedExceptionXamlExceptionSecurityExceptionXamlParseExceptionFormatExceptionOverflowExceptionInvalidCastExceptionpublic 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
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionPlatformNotSupportedExceptionXmlExceptionCultureNotFoundExceptionUriFormatExceptionArrayTypeMismatchExceptionIOExceptionMissingMemberExceptionXamlSchemaExceptionNotImplementedExceptionXamlExceptionSecurityExceptionXamlParseExceptionFormatExceptionOverflowExceptionpublic 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
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionXmlExceptionCultureNotFoundExceptionUriFormatExceptionUnreachableExceptionIOExceptionMissingMemberExceptionXamlSchemaExceptionKeyNotFoundExceptionNotImplementedExceptionXamlExceptionXamlParseExceptionFormatExceptionOverflowExceptionpublic 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
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionXmlExceptionCultureNotFoundExceptionUriFormatExceptionUnreachableExceptionArrayTypeMismatchExceptionIOExceptionMissingMemberExceptionXamlSchemaExceptionKeyNotFoundExceptionNotImplementedExceptionXamlExceptionXamlParseExceptionFormatExceptionOverflowExceptionpublic 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
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionXmlExceptionCultureNotFoundExceptionUriFormatExceptionIOExceptionMissingMethodExceptionTargetInvocationExceptionMissingMemberExceptionXamlSchemaExceptionKeyNotFoundExceptionNotImplementedExceptionXamlExceptionXamlParseExceptionFormatExceptionOverflowExceptionpublic 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
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionPlatformNotSupportedExceptionNullReferenceExceptionOutOfMemoryExceptionExternalExceptionCultureNotFoundExceptionUriFormatExceptionMissingMethodExceptionTargetInvocationExceptionMissingMemberExceptionIndexOutOfRangeExceptionXamlSchemaExceptionXmlExceptionKeyNotFoundExceptionNotImplementedExceptionXamlExceptionXamlParseExceptionFormatExceptionOverflowExceptionpublic 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
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionNullReferenceExceptionOutOfMemoryExceptionExternalExceptionCultureNotFoundExceptionUriFormatExceptionMissingMethodExceptionTargetInvocationExceptionMissingMemberExceptionXamlSchemaExceptionXmlExceptionKeyNotFoundExceptionNotImplementedExceptionXamlExceptionXamlParseExceptionFormatExceptionOverflowExceptionpublic static NetObject Parse(java.lang.String xamlText) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, XmlException, XamlException, NotImplementedException, XamlParseException, InvalidCastException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionXmlExceptionXamlExceptionNotImplementedExceptionXamlParseExceptionInvalidCastExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionpublic static NetObject Parse(java.lang.String xamlText, boolean useRestrictiveXamlReader) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, XmlException, CultureNotFoundException, UriFormatException, OutOfMemoryException, XamlSchemaException, NotImplementedException, XamlException, XamlParseException, InvalidEnumArgumentException, InvalidCastException, FormatException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionXmlExceptionCultureNotFoundExceptionUriFormatExceptionOutOfMemoryExceptionXamlSchemaExceptionNotImplementedExceptionXamlExceptionXamlParseExceptionInvalidEnumArgumentExceptionInvalidCastExceptionFormatExceptionpublic 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, FormatException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionXmlExceptionCultureNotFoundExceptionUriFormatExceptionArrayTypeMismatchExceptionXamlExceptionNotImplementedExceptionXamlParseExceptionInvalidCastExceptionFormatExceptionpublic 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, FormatException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionXmlExceptionCultureNotFoundExceptionUriFormatExceptionUnreachableExceptionArrayTypeMismatchExceptionIOExceptionOutOfMemoryExceptionXamlSchemaExceptionNotImplementedExceptionXamlExceptionXamlParseExceptionInvalidEnumArgumentExceptionInvalidCastExceptionFormatExceptionpublic void removeLoadCompleted(AsyncCompletedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObject