public class DelegatingXmlDictionaryWriter extends XmlDictionaryWriter
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.IdentityModel.DelegatingXmlDictionaryWriter
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.IdentityModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.IdentityModel
|
static java.lang.String |
className
Qualified class name: System.IdentityModel.DelegatingXmlDictionaryWriter
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
DelegatingXmlDictionaryWriter() |
DelegatingXmlDictionaryWriter(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static DelegatingXmlDictionaryWriter |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into DelegatingXmlDictionaryWriter, a cast assert is made to check if types are compatible. |
void |
Close() |
void |
EndCanonicalization() |
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
|
java.lang.String |
LookupPrefix(java.lang.String ns) |
void |
setJCOInstance(JCObject instance) |
void |
StartCanonicalization(Stream dupParam0,
boolean dupParam1,
JCORefOut dupParam2) |
void |
StartCanonicalization(Stream stream,
boolean includeComments,
java.lang.String[] inclusivePrefixes) |
void |
WriteBase64(byte[] buffer,
int index,
int count) |
void |
WriteBase64(JCORefOut dupParam0,
int dupParam1,
int dupParam2) |
void |
WriteCData(java.lang.String text) |
void |
WriteCharEntity(char ch) |
void |
WriteChars(char[] buffer,
int index,
int count) |
void |
WriteChars(JCORefOut dupParam0,
int dupParam1,
int dupParam2) |
void |
WriteComment(java.lang.String text) |
void |
WriteDocType(java.lang.String name,
java.lang.String pubid,
java.lang.String sysid,
java.lang.String subset) |
void |
WriteEndAttribute() |
void |
WriteEndDocument() |
void |
WriteEndElement() |
void |
WriteEntityRef(java.lang.String name) |
void |
WriteFullEndElement() |
void |
WriteProcessingInstruction(java.lang.String name,
java.lang.String text) |
void |
WriteRaw(char[] buffer,
int index,
int count) |
void |
WriteRaw(JCORefOut dupParam0,
int dupParam1,
int dupParam2) |
void |
WriteRaw(java.lang.String data) |
void |
WriteStartAttribute(java.lang.String prefix,
java.lang.String localName,
java.lang.String ns) |
void |
WriteStartDocument() |
void |
WriteStartDocument(boolean standalone) |
void |
WriteStartElement(java.lang.String prefix,
java.lang.String localName,
java.lang.String ns) |
void |
WriteString(java.lang.String text) |
void |
WriteSurrogateCharEntity(char lowChar,
char highChar) |
void |
WriteWhitespace(java.lang.String ws) |
void |
WriteXmlAttribute(java.lang.String localName,
java.lang.String value) |
void |
WriteXmlnsAttribute(java.lang.String prefix,
java.lang.String namespaceUri) |
CreateBinaryWriter, CreateBinaryWriter, CreateBinaryWriter, CreateBinaryWriter, CreateDictionaryWriter, CreateMtomWriter, CreateMtomWriter, CreateTextWriter, CreateTextWriter, CreateTextWriter, getCanCanonicalize, WriteArray, WriteArray, WriteArray, WriteArray, WriteArray, WriteArray, WriteArray, WriteArray, WriteArray, WriteArray, WriteArray, WriteArray, WriteArray, WriteArray, WriteArray, WriteArray, WriteArray, WriteArray, WriteArray, WriteArray, WriteArray, WriteArray, WriteAttributeString, WriteAttributeString, WriteBase64Async, WriteBase64Async, WriteElementString, WriteElementString, WriteNode, WriteNode, WriteQualifiedName, WriteStartAttribute, WriteStartAttribute, WriteStartElement, WriteStartElement, WriteString, WriteValue, WriteValue, WriteValue, WriteValue, WriteValue, WriteValueAsync, WriteXmlAttribute, WriteXmlnsAttributeclose, Create, Create, Create, Create, Create, Create, Create, Create, Create, Create, Dispose, FlushAsync, getSettings, getWriteState, getXmlLang, getXmlSpace, WriteAttributes, WriteAttributesAsync, WriteAttributeString, WriteAttributeString, WriteAttributeString, WriteAttributeStringAsync, WriteBinHex, WriteBinHex, WriteBinHexAsync, WriteBinHexAsync, WriteCDataAsync, WriteCharEntityAsync, WriteCharsAsync, WriteCharsAsync, WriteCommentAsync, WriteDocTypeAsync, WriteElementString, WriteElementString, WriteElementString, WriteElementStringAsync, WriteEndDocumentAsync, WriteEndElementAsync, WriteEntityRefAsync, WriteFullEndElementAsync, WriteName, WriteNameAsync, WriteNmToken, WriteNmTokenAsync, WriteNode, WriteNodeAsync, WriteNodeAsync, WriteProcessingInstructionAsync, WriteQualifiedName, WriteQualifiedNameAsync, WriteRawAsync, WriteRawAsync, WriteRawAsync, WriteStartAttribute, WriteStartAttribute, WriteStartDocumentAsync, WriteStartDocumentAsync, WriteStartElement, WriteStartElement, WriteStartElementAsync, WriteStringAsync, WriteSurrogateCharEntityAsync, WriteValue, WriteValue, WriteValue, WriteValue, WriteValue, WriteValue, WriteValue, WriteValue, WriteValue, WriteValue, WriteWhitespaceAsyncpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public DelegatingXmlDictionaryWriter()
throws java.lang.Throwable
java.lang.Throwablepublic DelegatingXmlDictionaryWriter(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static DelegatingXmlDictionaryWriter cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into DelegatingXmlDictionaryWriter, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedDelegatingXmlDictionaryWriter instancejava.lang.Throwable - in case of error during cast operationpublic void Close()
throws java.lang.Throwable
public void EndCanonicalization()
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
MulticastNotSupportedException,
ArgumentNullException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ConfigurationErrorsException,
ArgumentOutOfRangeException,
OverflowException,
SecurityException,
OutOfMemoryException
EndCanonicalization in class XmlDictionaryWriterjava.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionOverflowExceptionSecurityExceptionOutOfMemoryExceptionpublic void Flush()
throws java.lang.Throwable
public java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class XmlDictionaryWriterString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class XmlDictionaryWriterString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class XmlDictionaryWriterObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class XmlDictionaryWriterString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class XmlDictionaryWriterJCType representing the CLR Type of the instantiated Classpublic java.lang.String LookupPrefix(java.lang.String ns)
throws java.lang.Throwable
LookupPrefix in class XmlWriterjava.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class XmlDictionaryWriterpublic void StartCanonicalization(Stream dupParam0, boolean dupParam1, JCORefOut dupParam2) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, MulticastNotSupportedException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, OverflowException, SecurityException, OutOfMemoryException
StartCanonicalization in class XmlDictionaryWriterjava.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionOverflowExceptionSecurityExceptionOutOfMemoryExceptionpublic void StartCanonicalization(Stream stream, boolean includeComments, java.lang.String[] inclusivePrefixes) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, MulticastNotSupportedException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, OverflowException, SecurityException, OutOfMemoryException
StartCanonicalization in class XmlDictionaryWriterjava.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionOverflowExceptionSecurityExceptionOutOfMemoryExceptionpublic void WriteBase64(byte[] buffer,
int index,
int count)
throws java.lang.Throwable
WriteBase64 in class XmlWriterjava.lang.Throwablepublic void WriteBase64(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable
WriteBase64 in class XmlWriterjava.lang.Throwablepublic void WriteCData(java.lang.String text)
throws java.lang.Throwable
WriteCData in class XmlWriterjava.lang.Throwablepublic void WriteCharEntity(char ch)
throws java.lang.Throwable
WriteCharEntity in class XmlWriterjava.lang.Throwablepublic void WriteChars(char[] buffer,
int index,
int count)
throws java.lang.Throwable
WriteChars in class XmlWriterjava.lang.Throwablepublic void WriteChars(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable
WriteChars in class XmlWriterjava.lang.Throwablepublic void WriteComment(java.lang.String text)
throws java.lang.Throwable
WriteComment in class XmlWriterjava.lang.Throwablepublic void WriteDocType(java.lang.String name,
java.lang.String pubid,
java.lang.String sysid,
java.lang.String subset)
throws java.lang.Throwable
WriteDocType in class XmlWriterjava.lang.Throwablepublic void WriteEndAttribute()
throws java.lang.Throwable
WriteEndAttribute in class XmlWriterjava.lang.Throwablepublic void WriteEndDocument()
throws java.lang.Throwable
WriteEndDocument in class XmlWriterjava.lang.Throwablepublic void WriteEndElement()
throws java.lang.Throwable
WriteEndElement in class XmlWriterjava.lang.Throwablepublic void WriteEntityRef(java.lang.String name)
throws java.lang.Throwable
WriteEntityRef in class XmlWriterjava.lang.Throwablepublic void WriteFullEndElement()
throws java.lang.Throwable
WriteFullEndElement in class XmlWriterjava.lang.Throwablepublic void WriteProcessingInstruction(java.lang.String name,
java.lang.String text)
throws java.lang.Throwable
WriteProcessingInstruction in class XmlWriterjava.lang.Throwablepublic void WriteRaw(char[] buffer,
int index,
int count)
throws java.lang.Throwable
public void WriteRaw(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable
public void WriteRaw(java.lang.String data)
throws java.lang.Throwable
public void WriteStartAttribute(java.lang.String prefix,
java.lang.String localName,
java.lang.String ns)
throws java.lang.Throwable
WriteStartAttribute in class XmlWriterjava.lang.Throwablepublic void WriteStartDocument()
throws java.lang.Throwable
WriteStartDocument in class XmlWriterjava.lang.Throwablepublic void WriteStartDocument(boolean standalone)
throws java.lang.Throwable
WriteStartDocument in class XmlWriterjava.lang.Throwablepublic void WriteStartElement(java.lang.String prefix,
java.lang.String localName,
java.lang.String ns)
throws java.lang.Throwable
WriteStartElement in class XmlWriterjava.lang.Throwablepublic void WriteString(java.lang.String text)
throws java.lang.Throwable
WriteString in class XmlWriterjava.lang.Throwablepublic void WriteSurrogateCharEntity(char lowChar,
char highChar)
throws java.lang.Throwable
WriteSurrogateCharEntity in class XmlWriterjava.lang.Throwablepublic void WriteWhitespace(java.lang.String ws)
throws java.lang.Throwable
WriteWhitespace in class XmlWriterjava.lang.Throwablepublic void WriteXmlAttribute(java.lang.String localName,
java.lang.String value)
throws java.lang.Throwable
WriteXmlAttribute in class XmlDictionaryWriterjava.lang.Throwablepublic void WriteXmlnsAttribute(java.lang.String prefix,
java.lang.String namespaceUri)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
MulticastNotSupportedException,
ArgumentNullException,
FormatException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ConfigurationErrorsException,
ArgumentOutOfRangeException,
OverflowException,
OutOfMemoryException
WriteXmlnsAttribute in class XmlDictionaryWriterjava.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryException