Package system.xml
Class XmlTextWriter
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.xml.XmlWriter
-
- system.xml.XmlTextWriter
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,IJCOBridgeReflected
public class XmlTextWriter extends XmlWriter
The base .NET class managing System.Xml.XmlTextWriter, System.Private.Xml, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Xml.XmlTextWriter
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.Private.Xml, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51static java.lang.String
assemblyShortName
Assembly name: System.Private.Xmlstatic java.lang.String
className
Qualified class name: System.Xml.XmlTextWriterstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description XmlTextWriter()
XmlTextWriter(java.lang.Object instance)
Internal constructor.XmlTextWriter(java.lang.String filename, Encoding encoding)
XmlTextWriter(Stream w, Encoding encoding)
XmlTextWriter(TextWriter w)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static XmlTextWriter
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoXmlTextWriter
, a cast assert is made to check if types are compatible.void
Close()
void
Flush()
Stream
getBaseStream()
Formatting
getFormatting()
int
getIndentation()
char
getIndentChar()
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 Typeboolean
getNamespaces()
char
getQuoteChar()
java.lang.String
LookupPrefix(java.lang.String ns)
void
setFormatting(Formatting Formatting)
void
setIndentation(int Indentation)
void
setIndentChar(char IndentChar)
void
setJCOInstance(JCObject instance)
void
setNamespaces(boolean Namespaces)
void
setQuoteChar(char QuoteChar)
void
WriteBase64(byte[] buffer, int index, int count)
void
WriteBase64(JCORefOut dupParam0, int dupParam1, int dupParam2)
void
WriteBinHex(byte[] buffer, int index, int count)
void
WriteBinHex(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
WriteName(java.lang.String name)
void
WriteNmToken(java.lang.String name)
void
WriteProcessingInstruction(java.lang.String name, java.lang.String text)
void
WriteQualifiedName(java.lang.String localName, java.lang.String ns)
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)
-
Methods inherited from class system.xml.XmlWriter
close, Create, Create, Create, Create, Create, Create, Create, Create, Create, Create, Dispose, DisposeAsync, FlushAsync, getSettings, getWriteState, getXmlLang, getXmlSpace, WriteAttributes, WriteAttributesAsync, WriteAttributeString, WriteAttributeString, WriteAttributeString, WriteAttributeStringAsync, WriteBase64Async, WriteBase64Async, WriteBinHexAsync, WriteBinHexAsync, WriteCDataAsync, WriteCharEntityAsync, WriteCharsAsync, WriteCharsAsync, WriteCommentAsync, WriteDocTypeAsync, WriteElementString, WriteElementString, WriteElementString, WriteElementStringAsync, WriteEndDocumentAsync, WriteEndElementAsync, WriteEntityRefAsync, WriteFullEndElementAsync, WriteNameAsync, WriteNmTokenAsync, WriteNode, WriteNode, WriteNodeAsync, WriteNodeAsync, WriteProcessingInstructionAsync, 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.Private.Xml, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Private.Xml- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Xml.XmlTextWriter- See Also:
- Constant Field Values
-
-
Constructor Detail
-
XmlTextWriter
public XmlTextWriter(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
XmlTextWriter
public XmlTextWriter() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
XmlTextWriter
public XmlTextWriter(Stream w, Encoding encoding) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
-
XmlTextWriter
public XmlTextWriter(TextWriter w) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
XmlTextWriter
public XmlTextWriter(java.lang.String filename, Encoding encoding) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, OutOfMemoryException, SerializationException
-
-
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 classXmlWriter
- 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 classXmlWriter
- 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 classXmlWriter
- 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 classXmlWriter
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classXmlWriter
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classXmlWriter
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static XmlTextWriter cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoXmlTextWriter
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
XmlTextWriter
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, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, InvalidOperationException
- Overrides:
LookupPrefix
in classXmlWriter
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
ArgumentNullException
PlatformNotSupportedException
InvalidOperationException
-
Close
public void Close() throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentException, OutOfMemoryException, ArrayTypeMismatchException, NotSupportedException
- Overrides:
Close
in classXmlWriter
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
PlatformNotSupportedException
ArgumentException
OutOfMemoryException
ArrayTypeMismatchException
NotSupportedException
-
Flush
public void Flush() throws java.lang.Throwable
-
WriteBase64
public void WriteBase64(byte[] buffer, int index, int count) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidCastException, OutOfMemoryException, FormatException
- Overrides:
WriteBase64
in classXmlWriter
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
NotSupportedException
InvalidOperationException
ObjectDisposedException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
InvalidCastException
OutOfMemoryException
FormatException
-
WriteBase64
public void WriteBase64(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidCastException, OutOfMemoryException, FormatException
- Overrides:
WriteBase64
in classXmlWriter
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
NotSupportedException
InvalidOperationException
ObjectDisposedException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
InvalidCastException
OutOfMemoryException
FormatException
-
WriteBinHex
public void WriteBinHex(byte[] buffer, int index, int count) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidCastException, OutOfMemoryException, FormatException
- Overrides:
WriteBinHex
in classXmlWriter
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
NotSupportedException
InvalidOperationException
ObjectDisposedException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
InvalidCastException
OutOfMemoryException
FormatException
-
WriteBinHex
public void WriteBinHex(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidCastException, OutOfMemoryException, FormatException
- Overrides:
WriteBinHex
in classXmlWriter
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
NotSupportedException
InvalidOperationException
ObjectDisposedException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
InvalidCastException
OutOfMemoryException
FormatException
-
WriteCData
public void WriteCData(java.lang.String text) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidCastException, OutOfMemoryException, FormatException
- Overrides:
WriteCData
in classXmlWriter
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
NotSupportedException
InvalidOperationException
ObjectDisposedException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
InvalidCastException
OutOfMemoryException
FormatException
-
WriteCharEntity
public void WriteCharEntity(char ch) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidCastException, OutOfMemoryException, FormatException
- Overrides:
WriteCharEntity
in classXmlWriter
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
NotSupportedException
InvalidOperationException
ObjectDisposedException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
InvalidCastException
OutOfMemoryException
FormatException
-
WriteChars
public void WriteChars(char[] buffer, int index, int count) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidCastException, OutOfMemoryException, FormatException
- Overrides:
WriteChars
in classXmlWriter
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
NotSupportedException
InvalidOperationException
ObjectDisposedException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
InvalidCastException
OutOfMemoryException
FormatException
-
WriteChars
public void WriteChars(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidCastException, OutOfMemoryException, FormatException
- Overrides:
WriteChars
in classXmlWriter
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
NotSupportedException
InvalidOperationException
ObjectDisposedException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
InvalidCastException
OutOfMemoryException
FormatException
-
WriteComment
public void WriteComment(java.lang.String text) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException, CultureNotFoundException, OutOfMemoryException
- Overrides:
WriteComment
in classXmlWriter
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
IndexOutOfRangeException
FormatException
CultureNotFoundException
OutOfMemoryException
-
WriteDocType
public void WriteDocType(java.lang.String name, java.lang.String pubid, java.lang.String sysid, java.lang.String subset) throws java.lang.Throwable, ArgumentNullException, ArgumentException, IndexOutOfRangeException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, RankException, ArrayTypeMismatchException, InvalidCastException, OutOfMemoryException, FormatException, OverflowException
- Overrides:
WriteDocType
in classXmlWriter
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
IndexOutOfRangeException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
InvalidOperationException
NotSupportedException
RankException
ArrayTypeMismatchException
InvalidCastException
OutOfMemoryException
FormatException
OverflowException
-
WriteEndAttribute
public void WriteEndAttribute() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidCastException, OutOfMemoryException, FormatException
- Overrides:
WriteEndAttribute
in classXmlWriter
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
NotSupportedException
InvalidOperationException
ObjectDisposedException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
InvalidCastException
OutOfMemoryException
FormatException
-
WriteEndDocument
public void WriteEndDocument() throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentException, OutOfMemoryException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException
- Overrides:
WriteEndDocument
in classXmlWriter
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
PlatformNotSupportedException
ArgumentException
OutOfMemoryException
ArrayTypeMismatchException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
InvalidOperationException
-
WriteEndElement
public void WriteEndElement() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, OutOfMemoryException
- Overrides:
WriteEndElement
in classXmlWriter
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
NotSupportedException
InvalidOperationException
ObjectDisposedException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
OutOfMemoryException
-
WriteEntityRef
public void WriteEntityRef(java.lang.String name) throws java.lang.Throwable, ArgumentNullException, ArgumentException, IndexOutOfRangeException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, RankException, ArrayTypeMismatchException, InvalidCastException, OutOfMemoryException, FormatException
- Overrides:
WriteEntityRef
in classXmlWriter
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
IndexOutOfRangeException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
InvalidOperationException
NotSupportedException
RankException
ArrayTypeMismatchException
InvalidCastException
OutOfMemoryException
FormatException
-
WriteFullEndElement
public void WriteFullEndElement() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, OutOfMemoryException
- Overrides:
WriteFullEndElement
in classXmlWriter
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
NotSupportedException
InvalidOperationException
ObjectDisposedException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
OutOfMemoryException
-
WriteName
public void WriteName(java.lang.String name) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidCastException, OutOfMemoryException, FormatException
- Overrides:
WriteName
in classXmlWriter
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
NotSupportedException
InvalidOperationException
ObjectDisposedException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
InvalidCastException
OutOfMemoryException
FormatException
-
WriteNmToken
public void WriteNmToken(java.lang.String name) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidCastException, OutOfMemoryException, FormatException
- Overrides:
WriteNmToken
in classXmlWriter
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
NotSupportedException
InvalidOperationException
ObjectDisposedException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
InvalidCastException
OutOfMemoryException
FormatException
-
WriteProcessingInstruction
public void WriteProcessingInstruction(java.lang.String name, java.lang.String text) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, CultureNotFoundException, NullReferenceException, OutOfMemoryException, ExternalException, FormatException
- Overrides:
WriteProcessingInstruction
in classXmlWriter
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
IndexOutOfRangeException
CultureNotFoundException
NullReferenceException
OutOfMemoryException
ExternalException
FormatException
-
WriteQualifiedName
public void WriteQualifiedName(java.lang.String localName, java.lang.String ns) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidCastException, OutOfMemoryException, FormatException, OverflowException
- Overrides:
WriteQualifiedName
in classXmlWriter
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
NotSupportedException
InvalidOperationException
ObjectDisposedException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
InvalidCastException
OutOfMemoryException
FormatException
OverflowException
-
WriteRaw
public void WriteRaw(char[] buffer, int index, int count) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidCastException, OutOfMemoryException, FormatException
- Overrides:
WriteRaw
in classXmlWriter
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
NotSupportedException
InvalidOperationException
ObjectDisposedException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
InvalidCastException
OutOfMemoryException
FormatException
-
WriteRaw
public void WriteRaw(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidCastException, OutOfMemoryException, FormatException
- Overrides:
WriteRaw
in classXmlWriter
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
NotSupportedException
InvalidOperationException
ObjectDisposedException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
InvalidCastException
OutOfMemoryException
FormatException
-
WriteRaw
public void WriteRaw(java.lang.String data) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidCastException, OutOfMemoryException, FormatException
- Overrides:
WriteRaw
in classXmlWriter
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
NotSupportedException
InvalidOperationException
ObjectDisposedException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
InvalidCastException
OutOfMemoryException
FormatException
-
WriteStartAttribute
public void WriteStartAttribute(java.lang.String prefix, java.lang.String localName, java.lang.String ns) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidCastException, OutOfMemoryException, FormatException, OverflowException
- Overrides:
WriteStartAttribute
in classXmlWriter
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
NotSupportedException
InvalidOperationException
ObjectDisposedException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
InvalidCastException
OutOfMemoryException
FormatException
OverflowException
-
WriteStartDocument
public void WriteStartDocument() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException, ArrayTypeMismatchException, OutOfMemoryException, OverflowException, IndexOutOfRangeException, FormatException
- Overrides:
WriteStartDocument
in classXmlWriter
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
NotSupportedException
InvalidOperationException
ObjectDisposedException
ArrayTypeMismatchException
OutOfMemoryException
OverflowException
IndexOutOfRangeException
FormatException
-
WriteStartDocument
public void WriteStartDocument(boolean standalone) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException, ArrayTypeMismatchException, OutOfMemoryException, OverflowException, IndexOutOfRangeException, FormatException
- Overrides:
WriteStartDocument
in classXmlWriter
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
NotSupportedException
InvalidOperationException
ObjectDisposedException
ArrayTypeMismatchException
OutOfMemoryException
OverflowException
IndexOutOfRangeException
FormatException
-
WriteStartElement
public void WriteStartElement(java.lang.String prefix, java.lang.String localName, java.lang.String ns) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidCastException, OutOfMemoryException, FormatException
- Overrides:
WriteStartElement
in classXmlWriter
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
NotSupportedException
InvalidOperationException
ObjectDisposedException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
InvalidCastException
OutOfMemoryException
FormatException
-
WriteString
public void WriteString(java.lang.String text) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidCastException, OutOfMemoryException, FormatException
- Overrides:
WriteString
in classXmlWriter
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
NotSupportedException
InvalidOperationException
ObjectDisposedException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
InvalidCastException
OutOfMemoryException
FormatException
-
WriteSurrogateCharEntity
public void WriteSurrogateCharEntity(char lowChar, char highChar) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidCastException, OutOfMemoryException, FormatException
- Overrides:
WriteSurrogateCharEntity
in classXmlWriter
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
NotSupportedException
InvalidOperationException
ObjectDisposedException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
InvalidCastException
OutOfMemoryException
FormatException
-
WriteWhitespace
public void WriteWhitespace(java.lang.String ws) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, UnreachableException, InvalidOperationException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, CultureNotFoundException, RankException, ArrayTypeMismatchException, InvalidCastException, OutOfMemoryException, FormatException
- Overrides:
WriteWhitespace
in classXmlWriter
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
ArgumentNullException
UnreachableException
InvalidOperationException
PlatformNotSupportedException
IndexOutOfRangeException
ArgumentOutOfRangeException
CultureNotFoundException
RankException
ArrayTypeMismatchException
InvalidCastException
OutOfMemoryException
FormatException
-
getNamespaces
public boolean getNamespaces() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setNamespaces
public void setNamespaces(boolean Namespaces) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException
-
getIndentChar
public char getIndentChar() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setIndentChar
public void setIndentChar(char IndentChar) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getQuoteChar
public char getQuoteChar() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setQuoteChar
public void setQuoteChar(char QuoteChar) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException
-
getIndentation
public int getIndentation() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setIndentation
public void setIndentation(int Indentation) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
getBaseStream
public Stream getBaseStream() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getFormatting
public Formatting getFormatting() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setFormatting
public void setFormatting(Formatting Formatting) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-