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.StringassemblyFullNameFully assembly qualified name: System.IdentityModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.StringassemblyShortNameAssembly name: System.IdentityModelstatic java.lang.StringclassNameQualified class name: System.IdentityModel.DelegatingXmlDictionaryWriterstatic JCTypeclassTypeThe 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 DelegatingXmlDictionaryWritercast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoDelegatingXmlDictionaryWriter, a cast assert is made to check if types are compatible.voidClose()voidEndCanonicalization()voidFlush()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class Typejava.lang.StringLookupPrefix(java.lang.String ns)voidsetJCOInstance(JCObject instance)voidStartCanonicalization(Stream stream, boolean includeComments, java.lang.String[] inclusivePrefixes)voidStartCanonicalization(Stream dupParam0, boolean dupParam1, JCORefOut dupParam2)voidWriteBase64(byte[] buffer, int index, int count)voidWriteBase64(JCORefOut dupParam0, int dupParam1, int dupParam2)voidWriteCData(java.lang.String text)voidWriteCharEntity(char ch)voidWriteChars(char[] buffer, int index, int count)voidWriteChars(JCORefOut dupParam0, int dupParam1, int dupParam2)voidWriteComment(java.lang.String text)voidWriteDocType(java.lang.String name, java.lang.String pubid, java.lang.String sysid, java.lang.String subset)voidWriteEndAttribute()voidWriteEndDocument()voidWriteEndElement()voidWriteEntityRef(java.lang.String name)voidWriteFullEndElement()voidWriteProcessingInstruction(java.lang.String name, java.lang.String text)voidWriteRaw(char[] buffer, int index, int count)voidWriteRaw(java.lang.String data)voidWriteRaw(JCORefOut dupParam0, int dupParam1, int dupParam2)voidWriteStartAttribute(java.lang.String prefix, java.lang.String localName, java.lang.String ns)voidWriteStartDocument()voidWriteStartDocument(boolean standalone)voidWriteStartElement(java.lang.String prefix, java.lang.String localName, java.lang.String ns)voidWriteString(java.lang.String text)voidWriteSurrogateCharEntity(char lowChar, char highChar)voidWriteWhitespace(java.lang.String ws)voidWriteXmlAttribute(java.lang.String localName, java.lang.String value)voidWriteXmlnsAttribute(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.ThrowableInternal 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:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classXmlDictionaryWriter- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classXmlDictionaryWriter- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classXmlDictionaryWriter- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classXmlDictionaryWriter- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classXmlDictionaryWriter
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classXmlDictionaryWriter- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static DelegatingXmlDictionaryWriter cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoDelegatingXmlDictionaryWriter, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
DelegatingXmlDictionaryWriterinstance- 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:
LookupPrefixin 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:
EndCanonicalizationin classXmlDictionaryWriter- Throws:
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionOverflowExceptionSecurityExceptionOutOfMemoryException
-
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:
StartCanonicalizationin classXmlDictionaryWriter- Throws:
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionOverflowExceptionSecurityExceptionOutOfMemoryException
-
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:
StartCanonicalizationin classXmlDictionaryWriter- Throws:
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionOverflowExceptionSecurityExceptionOutOfMemoryException
-
WriteBase64
public void WriteBase64(byte[] buffer, int index, int count) throws java.lang.Throwable- Overrides:
WriteBase64in classXmlWriter- Throws:
java.lang.Throwable
-
WriteBase64
public void WriteBase64(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable
- Overrides:
WriteBase64in classXmlWriter- Throws:
java.lang.Throwable
-
WriteCData
public void WriteCData(java.lang.String text) throws java.lang.Throwable- Overrides:
WriteCDatain classXmlWriter- Throws:
java.lang.Throwable
-
WriteCharEntity
public void WriteCharEntity(char ch) throws java.lang.Throwable- Overrides:
WriteCharEntityin classXmlWriter- Throws:
java.lang.Throwable
-
WriteChars
public void WriteChars(char[] buffer, int index, int count) throws java.lang.Throwable- Overrides:
WriteCharsin classXmlWriter- Throws:
java.lang.Throwable
-
WriteChars
public void WriteChars(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable
- Overrides:
WriteCharsin classXmlWriter- Throws:
java.lang.Throwable
-
WriteComment
public void WriteComment(java.lang.String text) throws java.lang.Throwable- Overrides:
WriteCommentin 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:
WriteDocTypein classXmlWriter- Throws:
java.lang.Throwable
-
WriteEndAttribute
public void WriteEndAttribute() throws java.lang.Throwable- Overrides:
WriteEndAttributein classXmlWriter- Throws:
java.lang.Throwable
-
WriteEndDocument
public void WriteEndDocument() throws java.lang.Throwable- Overrides:
WriteEndDocumentin classXmlWriter- Throws:
java.lang.Throwable
-
WriteEndElement
public void WriteEndElement() throws java.lang.Throwable- Overrides:
WriteEndElementin classXmlWriter- Throws:
java.lang.Throwable
-
WriteEntityRef
public void WriteEntityRef(java.lang.String name) throws java.lang.Throwable- Overrides:
WriteEntityRefin classXmlWriter- Throws:
java.lang.Throwable
-
WriteFullEndElement
public void WriteFullEndElement() throws java.lang.Throwable- Overrides:
WriteFullEndElementin classXmlWriter- Throws:
java.lang.Throwable
-
WriteProcessingInstruction
public void WriteProcessingInstruction(java.lang.String name, java.lang.String text) throws java.lang.Throwable- Overrides:
WriteProcessingInstructionin 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:
WriteStartAttributein classXmlWriter- Throws:
java.lang.Throwable
-
WriteStartDocument
public void WriteStartDocument() throws java.lang.Throwable- Overrides:
WriteStartDocumentin classXmlWriter- Throws:
java.lang.Throwable
-
WriteStartDocument
public void WriteStartDocument(boolean standalone) throws java.lang.Throwable- Overrides:
WriteStartDocumentin 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:
WriteStartElementin classXmlWriter- Throws:
java.lang.Throwable
-
WriteString
public void WriteString(java.lang.String text) throws java.lang.Throwable- Overrides:
WriteStringin classXmlWriter- Throws:
java.lang.Throwable
-
WriteSurrogateCharEntity
public void WriteSurrogateCharEntity(char lowChar, char highChar) throws java.lang.Throwable- Overrides:
WriteSurrogateCharEntityin classXmlWriter- Throws:
java.lang.Throwable
-
WriteWhitespace
public void WriteWhitespace(java.lang.String ws) throws java.lang.Throwable- Overrides:
WriteWhitespacein classXmlWriter- Throws:
java.lang.Throwable
-
WriteXmlAttribute
public void WriteXmlAttribute(java.lang.String localName, java.lang.String value) throws java.lang.Throwable- Overrides:
WriteXmlAttributein 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:
WriteXmlnsAttributein classXmlDictionaryWriter- Throws:
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryException
-
-