Package system.identitymodel
Class DelegatingXmlDictionaryWriter
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.xml.XmlWriter
-
- system.xml.XmlDictionaryWriter
-
- system.identitymodel.DelegatingXmlDictionaryWriter
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,IJCOBridgeReflected
- Direct Known Subclasses:
EnvelopedSignatureWriter
public class DelegatingXmlDictionaryWriter extends XmlDictionaryWriter
The base .NET class managing System.IdentityModel.DelegatingXmlDictionaryWriter, System.IdentityModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.IdentityModel.DelegatingXmlDictionaryWriter
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: System.IdentityModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.String
assemblyShortName
Assembly name: System.IdentityModelstatic java.lang.String
className
Qualified class name: System.IdentityModel.DelegatingXmlDictionaryWriterstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description DelegatingXmlDictionaryWriter()
DelegatingXmlDictionaryWriter(java.lang.Object instance)
Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DelegatingXmlDictionaryWriter
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoDelegatingXmlDictionaryWriter
, 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 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 Typejava.lang.String
LookupPrefix(java.lang.String ns)
void
setJCOInstance(JCObject instance)
void
StartCanonicalization(Stream stream, boolean includeComments, java.lang.String[] inclusivePrefixes)
void
StartCanonicalization(Stream dupParam0, boolean dupParam1, JCORefOut dupParam2)
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(java.lang.String data)
void
WriteRaw(JCORefOut dupParam0, int dupParam1, int dupParam2)
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)
-
Methods inherited from class system.xml.XmlDictionaryWriter
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, WriteXmlnsAttribute
-
Methods inherited from class system.xml.XmlWriter
close, 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, WriteWhitespaceAsync
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.IdentityModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.IdentityModel- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.IdentityModel.DelegatingXmlDictionaryWriter- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DelegatingXmlDictionaryWriter
public DelegatingXmlDictionaryWriter(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
DelegatingXmlDictionaryWriter
public DelegatingXmlDictionaryWriter() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-
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 classXmlDictionaryWriter
- 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 classXmlDictionaryWriter
- 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 classXmlDictionaryWriter
- 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 classXmlDictionaryWriter
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classXmlDictionaryWriter
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classXmlDictionaryWriter
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static DelegatingXmlDictionaryWriter cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoDelegatingXmlDictionaryWriter
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
DelegatingXmlDictionaryWriter
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
LookupPrefix
public java.lang.String LookupPrefix(java.lang.String ns) throws java.lang.Throwable
- Overrides:
LookupPrefix
in classXmlWriter
- Throws:
java.lang.Throwable
-
Close
public void Close() throws java.lang.Throwable
-
EndCanonicalization
public void EndCanonicalization() throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, MulticastNotSupportedException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, OverflowException, SecurityException, OutOfMemoryException
- Overrides:
EndCanonicalization
in classXmlDictionaryWriter
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
MulticastNotSupportedException
ArgumentNullException
FormatException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
ConfigurationErrorsException
ArgumentOutOfRangeException
OverflowException
SecurityException
OutOfMemoryException
-
Flush
public void Flush() throws java.lang.Throwable
-
StartCanonicalization
public 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
- Overrides:
StartCanonicalization
in classXmlDictionaryWriter
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
MulticastNotSupportedException
ArgumentNullException
FormatException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
ConfigurationErrorsException
ArgumentOutOfRangeException
OverflowException
SecurityException
OutOfMemoryException
-
StartCanonicalization
public 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
- Overrides:
StartCanonicalization
in classXmlDictionaryWriter
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
MulticastNotSupportedException
ArgumentNullException
FormatException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
ConfigurationErrorsException
ArgumentOutOfRangeException
OverflowException
SecurityException
OutOfMemoryException
-
WriteBase64
public void WriteBase64(byte[] buffer, int index, int count) throws java.lang.Throwable
- Overrides:
WriteBase64
in classXmlWriter
- Throws:
java.lang.Throwable
-
WriteBase64
public void WriteBase64(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable
- Overrides:
WriteBase64
in classXmlWriter
- Throws:
java.lang.Throwable
-
WriteCData
public void WriteCData(java.lang.String text) throws java.lang.Throwable
- Overrides:
WriteCData
in classXmlWriter
- Throws:
java.lang.Throwable
-
WriteCharEntity
public void WriteCharEntity(char ch) throws java.lang.Throwable
- Overrides:
WriteCharEntity
in classXmlWriter
- Throws:
java.lang.Throwable
-
WriteChars
public void WriteChars(char[] buffer, int index, int count) throws java.lang.Throwable
- Overrides:
WriteChars
in classXmlWriter
- Throws:
java.lang.Throwable
-
WriteChars
public void WriteChars(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable
- Overrides:
WriteChars
in classXmlWriter
- Throws:
java.lang.Throwable
-
WriteComment
public void WriteComment(java.lang.String text) throws java.lang.Throwable
- Overrides:
WriteComment
in classXmlWriter
- Throws:
java.lang.Throwable
-
WriteDocType
public void WriteDocType(java.lang.String name, java.lang.String pubid, java.lang.String sysid, java.lang.String subset) throws java.lang.Throwable
- Overrides:
WriteDocType
in classXmlWriter
- Throws:
java.lang.Throwable
-
WriteEndAttribute
public void WriteEndAttribute() throws java.lang.Throwable
- Overrides:
WriteEndAttribute
in classXmlWriter
- Throws:
java.lang.Throwable
-
WriteEndDocument
public void WriteEndDocument() throws java.lang.Throwable
- Overrides:
WriteEndDocument
in classXmlWriter
- Throws:
java.lang.Throwable
-
WriteEndElement
public void WriteEndElement() throws java.lang.Throwable
- Overrides:
WriteEndElement
in classXmlWriter
- Throws:
java.lang.Throwable
-
WriteEntityRef
public void WriteEntityRef(java.lang.String name) throws java.lang.Throwable
- Overrides:
WriteEntityRef
in classXmlWriter
- Throws:
java.lang.Throwable
-
WriteFullEndElement
public void WriteFullEndElement() throws java.lang.Throwable
- Overrides:
WriteFullEndElement
in classXmlWriter
- Throws:
java.lang.Throwable
-
WriteProcessingInstruction
public void WriteProcessingInstruction(java.lang.String name, java.lang.String text) throws java.lang.Throwable
- Overrides:
WriteProcessingInstruction
in classXmlWriter
- Throws:
java.lang.Throwable
-
WriteRaw
public void WriteRaw(char[] buffer, int index, int count) throws java.lang.Throwable
-
WriteRaw
public void WriteRaw(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable
-
WriteRaw
public void WriteRaw(java.lang.String data) throws java.lang.Throwable
-
WriteStartAttribute
public void WriteStartAttribute(java.lang.String prefix, java.lang.String localName, java.lang.String ns) throws java.lang.Throwable
- Overrides:
WriteStartAttribute
in classXmlWriter
- Throws:
java.lang.Throwable
-
WriteStartDocument
public void WriteStartDocument() throws java.lang.Throwable
- Overrides:
WriteStartDocument
in classXmlWriter
- Throws:
java.lang.Throwable
-
WriteStartDocument
public void WriteStartDocument(boolean standalone) throws java.lang.Throwable
- Overrides:
WriteStartDocument
in classXmlWriter
- Throws:
java.lang.Throwable
-
WriteStartElement
public void WriteStartElement(java.lang.String prefix, java.lang.String localName, java.lang.String ns) throws java.lang.Throwable
- Overrides:
WriteStartElement
in classXmlWriter
- Throws:
java.lang.Throwable
-
WriteString
public void WriteString(java.lang.String text) throws java.lang.Throwable
- Overrides:
WriteString
in classXmlWriter
- Throws:
java.lang.Throwable
-
WriteSurrogateCharEntity
public void WriteSurrogateCharEntity(char lowChar, char highChar) throws java.lang.Throwable
- Overrides:
WriteSurrogateCharEntity
in classXmlWriter
- Throws:
java.lang.Throwable
-
WriteWhitespace
public void WriteWhitespace(java.lang.String ws) throws java.lang.Throwable
- Overrides:
WriteWhitespace
in classXmlWriter
- Throws:
java.lang.Throwable
-
WriteXmlAttribute
public void WriteXmlAttribute(java.lang.String localName, java.lang.String value) throws java.lang.Throwable
- Overrides:
WriteXmlAttribute
in classXmlDictionaryWriter
- Throws:
java.lang.Throwable
-
WriteXmlnsAttribute
public 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
- Overrides:
WriteXmlnsAttribute
in classXmlDictionaryWriter
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
MulticastNotSupportedException
ArgumentNullException
FormatException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ConfigurationErrorsException
ArgumentOutOfRangeException
OverflowException
OutOfMemoryException
-
-