public class XamlXmlWriter extends XamlWriter
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Xaml.XamlXmlWriter
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: System.Xaml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.Xaml
|
static java.lang.String |
className
Qualified class name: System.Xaml.XamlXmlWriter
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
XamlXmlWriter() |
XamlXmlWriter(java.lang.Object instance)
Internal constructor.
|
XamlXmlWriter(Stream stream,
XamlSchemaContext schemaContext) |
XamlXmlWriter(Stream stream,
XamlSchemaContext schemaContext,
XamlXmlWriterSettings settings) |
XamlXmlWriter(TextWriter textWriter,
XamlSchemaContext schemaContext) |
XamlXmlWriter(TextWriter textWriter,
XamlSchemaContext schemaContext,
XamlXmlWriterSettings settings) |
XamlXmlWriter(XmlWriter xmlWriter,
XamlSchemaContext schemaContext) |
XamlXmlWriter(XmlWriter xmlWriter,
XamlSchemaContext schemaContext,
XamlXmlWriterSettings settings) |
| Modifier and Type | Method and Description |
|---|---|
static XamlXmlWriter |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into XamlXmlWriter, a cast assert is made to check if types are compatible. |
void |
Flush() |
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
|
XamlXmlWriterSettings |
getSettings() |
void |
setJCOInstance(JCObject instance) |
void |
WriteEndMember() |
void |
WriteEndObject() |
void |
WriteGetObject() |
void |
WriteNamespace(NamespaceDeclaration namespaceDeclaration) |
void |
WriteStartMember(XamlMember property) |
void |
WriteStartObject(XamlType type) |
void |
WriteValue(NetObject value) |
close, Close, getSchemaContextEquals, Equals, GetHashCode, GetType, hashCode, toString, ToStringDispose, ToIDisposablepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public XamlXmlWriter()
throws java.lang.Throwable
java.lang.Throwablepublic XamlXmlWriter(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic XamlXmlWriter(Stream stream, XamlSchemaContext schemaContext) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, MissingManifestResourceException, InvalidOperationException, XmlException, ObjectDisposedException, ArgumentException, NotSupportedException, NotImplementedException, ThreadAbortException
public XamlXmlWriter(Stream stream, XamlSchemaContext schemaContext, XamlXmlWriterSettings settings) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, XmlException, NotSupportedException, NotImplementedException, ThreadAbortException
public XamlXmlWriter(TextWriter textWriter, XamlSchemaContext schemaContext) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, MissingManifestResourceException, InvalidOperationException, XmlException, NotImplementedException, NotSupportedException, ArgumentException, ThreadAbortException
public XamlXmlWriter(TextWriter textWriter, XamlSchemaContext schemaContext, XamlXmlWriterSettings settings) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, XmlException, NotImplementedException, NotSupportedException, ThreadAbortException
public XamlXmlWriter(XmlWriter xmlWriter, XamlSchemaContext schemaContext) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, ThreadAbortException, InvalidOperationException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionThreadAbortExceptionInvalidOperationExceptionpublic XamlXmlWriter(XmlWriter xmlWriter, XamlSchemaContext schemaContext, XamlXmlWriterSettings settings) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, ThreadAbortException, InvalidOperationException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionThreadAbortExceptionInvalidOperationExceptionpublic static XamlXmlWriter cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into XamlXmlWriter, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedXamlXmlWriter instancejava.lang.Throwable - in case of error during cast operationpublic void Flush()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IDisposablegetJCOAssemblyName in class XamlWriterString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IDisposablegetJCOClassName in class XamlWriterString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IDisposablegetJCOInstance in class XamlWriterObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IDisposablegetJCOObjectName in class XamlWriterString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface IDisposablegetJCOType in class XamlWriterJCType representing the CLR Type of the instantiated Classpublic XamlXmlWriterSettings getSettings() throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class XamlWriterpublic void WriteEndMember()
throws java.lang.Throwable,
ObjectDisposedException,
ArgumentNullException,
ArgumentException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
InvalidOperationException,
ArgumentOutOfRangeException,
XamlXmlWriterException
WriteEndMember in class XamlWriterjava.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionXamlXmlWriterExceptionpublic void WriteEndObject()
throws java.lang.Throwable,
ObjectDisposedException,
ArgumentNullException,
ArgumentException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
InvalidOperationException,
ArgumentOutOfRangeException,
XamlXmlWriterException
WriteEndObject in class XamlWriterjava.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionXamlXmlWriterExceptionpublic void WriteGetObject()
throws java.lang.Throwable,
ObjectDisposedException,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
InvalidOperationException,
ThreadAbortException,
NotSupportedException,
KeyNotFoundException,
XamlXmlWriterException
WriteGetObject in class XamlWriterjava.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionInvalidOperationExceptionThreadAbortExceptionNotSupportedExceptionKeyNotFoundExceptionXamlXmlWriterExceptionpublic void WriteNamespace(NamespaceDeclaration namespaceDeclaration) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, MissingManifestResourceException, NotImplementedException, AbandonedMutexException, XamlXmlWriterException
WriteNamespace in class XamlWriterjava.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionAbandonedMutexExceptionXamlXmlWriterExceptionpublic void WriteStartMember(XamlMember property) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, MissingManifestResourceException, NotImplementedException, AbandonedMutexException, XamlXmlWriterException
WriteStartMember in class XamlWriterjava.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionAbandonedMutexExceptionXamlXmlWriterExceptionpublic void WriteStartObject(XamlType type) throws java.lang.Throwable, ObjectDisposedException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, MissingManifestResourceException, NotImplementedException, AbandonedMutexException, XamlXmlWriterException, KeyNotFoundException, XamlSchemaException, OutOfMemoryException, IndexOutOfRangeException
WriteStartObject in class XamlWriterjava.lang.ThrowableObjectDisposedExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionAbandonedMutexExceptionXamlXmlWriterExceptionKeyNotFoundExceptionXamlSchemaExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionpublic void WriteValue(NetObject value) throws java.lang.Throwable, ObjectDisposedException, ArgumentException, InvalidOperationException, ThreadAbortException, ArgumentNullException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingManifestResourceException, NotImplementedException, ArgumentOutOfRangeException, AbandonedMutexException, OutOfMemoryException, FormatException, XamlXmlWriterException
WriteValue in class XamlWriterjava.lang.ThrowableObjectDisposedExceptionArgumentExceptionInvalidOperationExceptionThreadAbortExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionMissingManifestResourceExceptionNotImplementedExceptionArgumentOutOfRangeExceptionAbandonedMutexExceptionOutOfMemoryExceptionFormatExceptionXamlXmlWriterException