Package system.xml
Class XmlWriter
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.xml.XmlWriter
-
- All Implemented Interfaces:
java.lang.AutoCloseable,IJCOBridgeReflected
- Direct Known Subclasses:
XmlDictionaryWriter,XmlQueryOutput,XmlTextWriter
public class XmlWriter extends NetObject implements java.lang.AutoCloseable
The base .NET class managing System.Xml.XmlWriter, System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Xml.XmlWriter
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.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.StringassemblyShortNameAssembly name: System.Xmlstatic java.lang.StringclassNameQualified class name: System.Xml.XmlWriterstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static XmlWritercast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoXmlWriter, a cast assert is made to check if types are compatible.voidclose()voidClose()static XmlWriterCreate(java.lang.String outputFileName)static XmlWriterCreate(java.lang.String outputFileName, XmlWriterSettings settings)static XmlWriterCreate(Stream output)static XmlWriterCreate(Stream output, XmlWriterSettings settings)static XmlWriterCreate(TextWriter output)static XmlWriterCreate(TextWriter output, XmlWriterSettings settings)static XmlWriterCreate(StringBuilder output)static XmlWriterCreate(StringBuilder output, XmlWriterSettings settings)static XmlWriterCreate(XmlWriter output)static XmlWriterCreate(XmlWriter output, XmlWriterSettings settings)voidDispose()voidFlush()TaskFlushAsync()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 TypeXmlWriterSettingsgetSettings()WriteStategetWriteState()java.lang.StringgetXmlLang()XmlSpacegetXmlSpace()java.lang.StringLookupPrefix(java.lang.String ns)voidsetJCOInstance(JCObject instance)voidWriteAttributes(XmlReader reader, boolean defattr)TaskWriteAttributesAsync(XmlReader reader, boolean defattr)voidWriteAttributeString(java.lang.String localName, java.lang.String value)voidWriteAttributeString(java.lang.String localName, java.lang.String ns, java.lang.String value)voidWriteAttributeString(java.lang.String prefix, java.lang.String localName, java.lang.String ns, java.lang.String value)TaskWriteAttributeStringAsync(java.lang.String prefix, java.lang.String localName, java.lang.String ns, java.lang.String value)voidWriteBase64(byte[] buffer, int index, int count)voidWriteBase64(JCORefOut dupParam0, int dupParam1, int dupParam2)TaskWriteBase64Async(byte[] buffer, int index, int count)TaskWriteBase64Async(JCORefOut dupParam0, int dupParam1, int dupParam2)voidWriteBinHex(byte[] buffer, int index, int count)voidWriteBinHex(JCORefOut dupParam0, int dupParam1, int dupParam2)TaskWriteBinHexAsync(byte[] buffer, int index, int count)TaskWriteBinHexAsync(JCORefOut dupParam0, int dupParam1, int dupParam2)voidWriteCData(java.lang.String text)TaskWriteCDataAsync(java.lang.String text)voidWriteCharEntity(char ch)TaskWriteCharEntityAsync(char ch)voidWriteChars(char[] buffer, int index, int count)voidWriteChars(JCORefOut dupParam0, int dupParam1, int dupParam2)TaskWriteCharsAsync(char[] buffer, int index, int count)TaskWriteCharsAsync(JCORefOut dupParam0, int dupParam1, int dupParam2)voidWriteComment(java.lang.String text)TaskWriteCommentAsync(java.lang.String text)voidWriteDocType(java.lang.String name, java.lang.String pubid, java.lang.String sysid, java.lang.String subset)TaskWriteDocTypeAsync(java.lang.String name, java.lang.String pubid, java.lang.String sysid, java.lang.String subset)voidWriteElementString(java.lang.String localName, java.lang.String value)voidWriteElementString(java.lang.String localName, java.lang.String ns, java.lang.String value)voidWriteElementString(java.lang.String prefix, java.lang.String localName, java.lang.String ns, java.lang.String value)TaskWriteElementStringAsync(java.lang.String prefix, java.lang.String localName, java.lang.String ns, java.lang.String value)voidWriteEndAttribute()voidWriteEndDocument()TaskWriteEndDocumentAsync()voidWriteEndElement()TaskWriteEndElementAsync()voidWriteEntityRef(java.lang.String name)TaskWriteEntityRefAsync(java.lang.String name)voidWriteFullEndElement()TaskWriteFullEndElementAsync()voidWriteName(java.lang.String name)TaskWriteNameAsync(java.lang.String name)voidWriteNmToken(java.lang.String name)TaskWriteNmTokenAsync(java.lang.String name)voidWriteNode(XmlReader reader, boolean defattr)voidWriteNode(XPathNavigator navigator, boolean defattr)TaskWriteNodeAsync(XmlReader reader, boolean defattr)TaskWriteNodeAsync(XPathNavigator navigator, boolean defattr)voidWriteProcessingInstruction(java.lang.String name, java.lang.String text)TaskWriteProcessingInstructionAsync(java.lang.String name, java.lang.String text)voidWriteQualifiedName(java.lang.String localName, java.lang.String ns)TaskWriteQualifiedNameAsync(java.lang.String localName, java.lang.String ns)voidWriteRaw(char[] buffer, int index, int count)voidWriteRaw(java.lang.String data)voidWriteRaw(JCORefOut dupParam0, int dupParam1, int dupParam2)TaskWriteRawAsync(char[] buffer, int index, int count)TaskWriteRawAsync(java.lang.String data)TaskWriteRawAsync(JCORefOut dupParam0, int dupParam1, int dupParam2)voidWriteStartAttribute(java.lang.String localName)voidWriteStartAttribute(java.lang.String localName, java.lang.String ns)voidWriteStartAttribute(java.lang.String prefix, java.lang.String localName, java.lang.String ns)voidWriteStartDocument()voidWriteStartDocument(boolean standalone)TaskWriteStartDocumentAsync()TaskWriteStartDocumentAsync(boolean standalone)voidWriteStartElement(java.lang.String localName)voidWriteStartElement(java.lang.String localName, java.lang.String ns)voidWriteStartElement(java.lang.String prefix, java.lang.String localName, java.lang.String ns)TaskWriteStartElementAsync(java.lang.String prefix, java.lang.String localName, java.lang.String ns)voidWriteString(java.lang.String text)TaskWriteStringAsync(java.lang.String text)voidWriteSurrogateCharEntity(char lowChar, char highChar)TaskWriteSurrogateCharEntityAsync(char lowChar, char highChar)voidWriteValue(boolean value)voidWriteValue(double value)voidWriteValue(int value)voidWriteValue(long value)voidWriteValue(java.lang.String value)voidWriteValue(NetObject value)voidWriteValue(DateTime value)voidWriteValue(DateTimeOffset value)voidWriteValue(Decimal value)voidWriteValue(Single value)voidWriteWhitespace(java.lang.String ws)TaskWriteWhitespaceAsync(java.lang.String ws)
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Xml, 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.Xml- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Xml.XmlWriter- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classNetObject- 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 classNetObject- 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 classNetObject- 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 classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static XmlWriter cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoXmlWriter, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
XmlWriterinstance- 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- Throws:
java.lang.Throwable
-
FlushAsync
public Task FlushAsync() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
WriteAttributesAsync
public Task WriteAttributesAsync(XmlReader reader, boolean defattr) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, SecurityException, InvalidOperationException, ArgumentException, NullReferenceException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionSecurityExceptionInvalidOperationExceptionArgumentExceptionNullReferenceException
-
WriteAttributeStringAsync
public Task WriteAttributeStringAsync(java.lang.String prefix, java.lang.String localName, java.lang.String ns, java.lang.String value) throws java.lang.Throwable, NotImplementedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, SecurityException, InvalidOperationException
- Throws:
java.lang.ThrowableNotImplementedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionSecurityExceptionInvalidOperationException
-
WriteBase64Async
public Task WriteBase64Async(byte[] buffer, int index, int count) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
WriteBase64Async
public Task WriteBase64Async(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
WriteBinHexAsync
public Task WriteBinHexAsync(byte[] buffer, int index, int count) throws java.lang.Throwable, ArgumentNullException, SecurityException, InvalidOperationException, NullReferenceException, ArgumentException
- Throws:
java.lang.ThrowableArgumentNullExceptionSecurityExceptionInvalidOperationExceptionNullReferenceExceptionArgumentException
-
WriteBinHexAsync
public Task WriteBinHexAsync(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentNullException, SecurityException, InvalidOperationException, NullReferenceException, ArgumentException
- Throws:
java.lang.ThrowableArgumentNullExceptionSecurityExceptionInvalidOperationExceptionNullReferenceExceptionArgumentException
-
WriteCDataAsync
public Task WriteCDataAsync(java.lang.String text) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
WriteCharEntityAsync
public Task WriteCharEntityAsync(char ch) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
WriteCharsAsync
public Task WriteCharsAsync(char[] buffer, int index, int count) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
WriteCharsAsync
public Task WriteCharsAsync(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
WriteCommentAsync
public Task WriteCommentAsync(java.lang.String text) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
WriteDocTypeAsync
public Task WriteDocTypeAsync(java.lang.String name, java.lang.String pubid, java.lang.String sysid, java.lang.String subset) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
WriteElementStringAsync
public Task WriteElementStringAsync(java.lang.String prefix, java.lang.String localName, java.lang.String ns, java.lang.String value) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, SecurityException, InvalidOperationException, ArgumentException, NullReferenceException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionSecurityExceptionInvalidOperationExceptionArgumentExceptionNullReferenceException
-
WriteEndDocumentAsync
public Task WriteEndDocumentAsync() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
WriteEndElementAsync
public Task WriteEndElementAsync() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
WriteEntityRefAsync
public Task WriteEntityRefAsync(java.lang.String name) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
WriteFullEndElementAsync
public Task WriteFullEndElementAsync() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
WriteNameAsync
public Task WriteNameAsync(java.lang.String name) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, FormatException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
WriteNmTokenAsync
public Task WriteNmTokenAsync(java.lang.String name) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatException
-
WriteNodeAsync
public Task WriteNodeAsync(XmlReader reader, boolean defattr) throws java.lang.Throwable, ArgumentNullException, SecurityException, InvalidOperationException, NullReferenceException, ArgumentException
- Throws:
java.lang.ThrowableArgumentNullExceptionSecurityExceptionInvalidOperationExceptionNullReferenceExceptionArgumentException
-
WriteNodeAsync
public Task WriteNodeAsync(XPathNavigator navigator, boolean defattr) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, SecurityException, InvalidOperationException, ArgumentException, NullReferenceException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionSecurityExceptionInvalidOperationExceptionArgumentExceptionNullReferenceException
-
WriteProcessingInstructionAsync
public Task WriteProcessingInstructionAsync(java.lang.String name, java.lang.String text) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
WriteQualifiedNameAsync
public Task WriteQualifiedNameAsync(java.lang.String localName, java.lang.String ns) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, SecurityException, InvalidOperationException, ArgumentException, NullReferenceException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionSecurityExceptionInvalidOperationExceptionArgumentExceptionNullReferenceException
-
WriteRawAsync
public Task WriteRawAsync(char[] buffer, int index, int count) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
WriteRawAsync
public Task WriteRawAsync(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
WriteRawAsync
public Task WriteRawAsync(java.lang.String data) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
WriteStartDocumentAsync
public Task WriteStartDocumentAsync() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
WriteStartDocumentAsync
public Task WriteStartDocumentAsync(boolean standalone) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
WriteStartElementAsync
public Task WriteStartElementAsync(java.lang.String prefix, java.lang.String localName, java.lang.String ns) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
WriteStringAsync
public Task WriteStringAsync(java.lang.String text) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
WriteSurrogateCharEntityAsync
public Task WriteSurrogateCharEntityAsync(char lowChar, char highChar) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
WriteWhitespaceAsync
public Task WriteWhitespaceAsync(java.lang.String ws) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
Create
public static XmlWriter Create(Stream output) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, ArgumentException, InvalidOperationException, NotSupportedException, NotImplementedException, IndexOutOfRangeException, MissingManifestResourceException
-
Create
public static XmlWriter Create(Stream output, XmlWriterSettings settings) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, ArgumentException, InvalidOperationException, NotSupportedException, NotImplementedException, IndexOutOfRangeException, MissingManifestResourceException
-
Create
public static XmlWriter Create(TextWriter output) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, MissingManifestResourceException, InvalidOperationException
-
Create
public static XmlWriter Create(TextWriter output, XmlWriterSettings settings) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, MissingManifestResourceException, InvalidOperationException
-
Create
public static XmlWriter Create(java.lang.String outputFileName) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, MissingManifestResourceException, XmlException, ArgumentException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NotSupportedException, InvalidOperationException, NullReferenceException, SecurityException, ObjectDisposedException, NotImplementedException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionXmlExceptionArgumentExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionInvalidOperationExceptionNullReferenceExceptionSecurityExceptionObjectDisposedExceptionNotImplementedException
-
Create
public static XmlWriter Create(java.lang.String outputFileName, XmlWriterSettings settings) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, MissingManifestResourceException, InvalidOperationException, XmlException, ArgumentException, PathTooLongException, NotSupportedException, NullReferenceException, SecurityException, IOException, ObjectDisposedException, AbandonedMutexException, NotImplementedException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionInvalidOperationExceptionXmlExceptionArgumentExceptionPathTooLongExceptionNotSupportedExceptionNullReferenceExceptionSecurityExceptionIOExceptionObjectDisposedExceptionAbandonedMutexExceptionNotImplementedException
-
Create
public static XmlWriter Create(StringBuilder output) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, MissingManifestResourceException, InvalidOperationException
-
Create
public static XmlWriter Create(StringBuilder output, XmlWriterSettings settings) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, MissingManifestResourceException, InvalidOperationException
-
Create
public static XmlWriter Create(XmlWriter output) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, InvalidOperationException
-
Create
public static XmlWriter Create(XmlWriter output, XmlWriterSettings settings) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException
-
Close
public void Close() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
Dispose
public void Dispose() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
Flush
public void Flush() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
WriteAttributes
public void WriteAttributes(XmlReader reader, boolean defattr) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, XmlException
-
WriteAttributeString
public void WriteAttributeString(java.lang.String localName, java.lang.String value) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
WriteAttributeString
public void WriteAttributeString(java.lang.String localName, java.lang.String ns, java.lang.String value) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
WriteAttributeString
public void WriteAttributeString(java.lang.String prefix, java.lang.String localName, java.lang.String ns, java.lang.String value) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
WriteBase64
public void WriteBase64(byte[] buffer, int index, int count) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
WriteBase64
public void WriteBase64(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
WriteBinHex
public void WriteBinHex(byte[] buffer, int index, int count) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeException
-
WriteBinHex
public void WriteBinHex(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeException
-
WriteCData
public void WriteCData(java.lang.String text) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
WriteCharEntity
public void WriteCharEntity(char ch) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
WriteChars
public void WriteChars(char[] buffer, int index, int count) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
WriteChars
public void WriteChars(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
WriteComment
public void WriteComment(java.lang.String text) throws java.lang.Throwable- 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- Throws:
java.lang.Throwable
-
WriteElementString
public void WriteElementString(java.lang.String localName, java.lang.String value) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
WriteElementString
public void WriteElementString(java.lang.String localName, java.lang.String ns, java.lang.String value) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
WriteElementString
public void WriteElementString(java.lang.String prefix, java.lang.String localName, java.lang.String ns, java.lang.String value) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
WriteEndAttribute
public void WriteEndAttribute() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
WriteEndDocument
public void WriteEndDocument() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
WriteEndElement
public void WriteEndElement() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
WriteEntityRef
public void WriteEntityRef(java.lang.String name) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
WriteFullEndElement
public void WriteFullEndElement() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
WriteName
public void WriteName(java.lang.String name) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, FormatException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
WriteNmToken
public void WriteNmToken(java.lang.String name) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatException
-
WriteNode
public void WriteNode(XmlReader reader, boolean defattr) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, XmlException, NotSupportedException
-
WriteNode
public void WriteNode(XPathNavigator navigator, boolean defattr) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
WriteProcessingInstruction
public void WriteProcessingInstruction(java.lang.String name, java.lang.String text) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
WriteQualifiedName
public void WriteQualifiedName(java.lang.String localName, java.lang.String ns) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatException
-
WriteRaw
public void WriteRaw(char[] buffer, int index, int count) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
WriteRaw
public void WriteRaw(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
WriteRaw
public void WriteRaw(java.lang.String data) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
WriteStartAttribute
public void WriteStartAttribute(java.lang.String localName) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
WriteStartAttribute
public void WriteStartAttribute(java.lang.String localName, java.lang.String ns) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
WriteStartAttribute
public void WriteStartAttribute(java.lang.String prefix, java.lang.String localName, java.lang.String ns) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
WriteStartDocument
public void WriteStartDocument() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
WriteStartDocument
public void WriteStartDocument(boolean standalone) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
WriteStartElement
public void WriteStartElement(java.lang.String localName) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
WriteStartElement
public void WriteStartElement(java.lang.String localName, java.lang.String ns) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
WriteStartElement
public void WriteStartElement(java.lang.String prefix, java.lang.String localName, java.lang.String ns) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
WriteString
public void WriteString(java.lang.String text) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
WriteSurrogateCharEntity
public void WriteSurrogateCharEntity(char lowChar, char highChar) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
WriteValue
public void WriteValue(boolean value) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
WriteValue
public void WriteValue(double value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException
-
WriteValue
public void WriteValue(int value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException
-
WriteValue
public void WriteValue(long value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException
-
WriteValue
public void WriteValue(Single value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException
-
WriteValue
public void WriteValue(DateTime value) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, OverflowException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionOverflowExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatException
-
WriteValue
public void WriteValue(DateTimeOffset value) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, OverflowException, ArgumentNullException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
WriteValue
public void WriteValue(Decimal value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException
-
WriteValue
public void WriteValue(NetObject value) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
WriteValue
public void WriteValue(java.lang.String value) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
WriteWhitespace
public void WriteWhitespace(java.lang.String ws) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
close
public void close() throws java.lang.Exception- Specified by:
closein interfacejava.lang.AutoCloseable- Throws:
java.lang.Exception
-
getXmlLang
public java.lang.String getXmlLang() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getWriteState
public WriteState getWriteState() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getXmlSpace
public XmlSpace getXmlSpace() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSettings
public XmlWriterSettings getSettings() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-