public class XElement extends XContainer implements IXmlSerializable
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Xml.Linq.XElement
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Xml.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.Xml.Linq
|
static java.lang.String |
className
Qualified class name: System.Xml.Linq.XElement
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
XElement() |
XElement(java.lang.Object instance)
Internal constructor.
|
XElement(XElement other) |
XElement(XName name) |
XElement(XName name,
NetObject... content) |
XElement(XName name,
NetObject content) |
XElement(XStreamingElement other) |
| Modifier and Type | Method and Description |
|---|---|
XAttribute |
Attribute(XName name) |
static XElement |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into XElement, a cast assert is made to check if types are compatible. |
XNamespace |
GetDefaultNamespace() |
XAttribute |
getFirstAttribute() |
boolean |
getHasAttributes() |
boolean |
getHasElements() |
boolean |
getIsEmpty() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
XAttribute |
getLastAttribute() |
XName |
getName() |
XNamespace |
GetNamespaceOfPrefix(java.lang.String prefix) |
java.lang.String |
GetPrefixOfNamespace(XNamespace ns) |
java.lang.String |
getValue() |
static XElement |
Load(Stream stream) |
static XElement |
Load(Stream stream,
LoadOptions options) |
static XElement |
Load(java.lang.String uri) |
static XElement |
Load(java.lang.String uri,
LoadOptions options) |
static XElement |
Load(TextReader textReader) |
static XElement |
Load(TextReader textReader,
LoadOptions options) |
static XElement |
Load(XmlReader reader) |
static XElement |
Load(XmlReader reader,
LoadOptions options) |
static XElement |
Parse(java.lang.String text) |
static XElement |
Parse(java.lang.String text,
LoadOptions options) |
void |
RemoveAll() |
void |
RemoveAttributes() |
void |
ReplaceAll(NetObject... content) |
void |
ReplaceAll(NetObject content) |
void |
ReplaceAttributes(NetObject... content) |
void |
ReplaceAttributes(NetObject content) |
void |
Save(Stream stream) |
void |
Save(Stream stream,
SaveOptions options) |
void |
Save(java.lang.String fileName) |
void |
Save(java.lang.String fileName,
SaveOptions options) |
void |
Save(TextWriter textWriter) |
void |
Save(TextWriter textWriter,
SaveOptions options) |
void |
Save(XmlWriter writer) |
void |
SetAttributeValue(XName name,
NetObject value) |
void |
SetElementValue(XName name,
NetObject value) |
void |
setJCOInstance(JCObject instance) |
void |
setName(XName Name) |
void |
SetValue(NetObject value) |
void |
setValue(java.lang.String Value) |
void |
WriteTo(XmlWriter writer) |
Add, Add, AddFirst, AddFirst, CreateWriter, Element, getFirstNode, getLastNode, RemoveNodes, ReplaceNodes, ReplaceNodesAddAfterSelf, AddAfterSelf, AddBeforeSelf, AddBeforeSelf, CompareDocumentOrder, CreateReader, CreateReader, DeepEquals, getDocumentOrderComparer, getEqualityComparer, getNextNode, getPreviousNode, IsAfter, IsBefore, ReadFrom, Remove, ReplaceWith, ReplaceWith, ToStringAddAnnotation, Annotation, getBaseUri, getDocument, getNodeType, getParent, RemoveAnnotationsEquals, Equals, GetHashCode, GetType, hashCode, toString, ToStringGetSchema, ReadXml, ToIXmlSerializable, WriteXmlpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public XElement()
throws java.lang.Throwable
java.lang.Throwablepublic XElement(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic XElement(XElement other) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic XElement(XName name) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic XElement(XName name, NetObject... content) throws java.lang.Throwable, ArgumentNullException, IndexOutOfRangeException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException
public XElement(XName name, NetObject content) throws java.lang.Throwable, ArgumentNullException, IndexOutOfRangeException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, OverflowException
public XElement(XStreamingElement other) throws java.lang.Throwable, ArgumentNullException, IndexOutOfRangeException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, OverflowException
public XAttribute Attribute(XName name) throws java.lang.Throwable
java.lang.Throwablepublic static XElement cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into XElement, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedXElement instancejava.lang.Throwable - in case of error during cast operationpublic XNamespace GetDefaultNamespace() throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionOverflowExceptionpublic XAttribute getFirstAttribute() throws java.lang.Throwable
java.lang.Throwablepublic boolean getHasAttributes()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getHasElements()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsEmpty()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IXmlSerializablegetJCOAssemblyName in class XContainerString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IXmlSerializablegetJCOClassName in class XContainerString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IXmlSerializablegetJCOInstance in class XContainerObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IXmlSerializablegetJCOObjectName in class XContainerString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface IXmlSerializablegetJCOType in class XContainerJCType representing the CLR Type of the instantiated Classpublic XAttribute getLastAttribute() throws java.lang.Throwable
java.lang.Throwablepublic XName getName() throws java.lang.Throwable
java.lang.Throwablepublic XNamespace GetNamespaceOfPrefix(java.lang.String prefix) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionOverflowExceptionpublic java.lang.String GetPrefixOfNamespace(XNamespace ns) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic java.lang.String getValue()
throws java.lang.Throwable,
ArgumentNullException,
FormatException,
ArgumentOutOfRangeException
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentOutOfRangeExceptionpublic static XElement Load(Stream stream) throws java.lang.Throwable, InvalidOperationException, SecurityException, UnauthorizedAccessException, IOException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, XmlException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ArgumentException, FormatException, CultureNotFoundException, OverflowException
java.lang.ThrowableInvalidOperationExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionArgumentNullExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionXmlExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionArgumentExceptionFormatExceptionCultureNotFoundExceptionOverflowExceptionpublic static XElement Load(Stream stream, LoadOptions options) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, ArgumentException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException, MissingManifestResourceException, ArgumentOutOfRangeException, XmlException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, FormatException, XmlSchemaException, OverflowException
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionArgumentExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionXmlExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionXmlSchemaExceptionOverflowExceptionpublic static XElement Load(java.lang.String uri) throws java.lang.Throwable, InvalidOperationException, SecurityException, UnauthorizedAccessException, IOException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, XmlException, ArgumentException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, AggregateException, FormatException, CultureNotFoundException, OverflowException
java.lang.ThrowableInvalidOperationExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionArgumentNullExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionXmlExceptionArgumentExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionAggregateExceptionFormatExceptionCultureNotFoundExceptionOverflowExceptionpublic static XElement Load(java.lang.String uri, LoadOptions options) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, ArgumentException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException, MissingManifestResourceException, ArgumentOutOfRangeException, XmlException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, TaskSchedulerException, OperationCanceledException, AggregateException, FormatException, XmlSchemaException, OverflowException
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionArgumentExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionXmlExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionTaskSchedulerExceptionOperationCanceledExceptionAggregateExceptionFormatExceptionXmlSchemaExceptionOverflowExceptionpublic static XElement Load(TextReader textReader) throws java.lang.Throwable, InvalidOperationException, SecurityException, UnauthorizedAccessException, IOException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, XmlException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, FormatException, ArgumentException, CultureNotFoundException, OverflowException
java.lang.ThrowableInvalidOperationExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionArgumentNullExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionXmlExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionArgumentExceptionCultureNotFoundExceptionOverflowExceptionpublic static XElement Load(TextReader textReader, LoadOptions options) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, ArgumentException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException, MissingManifestResourceException, ArgumentOutOfRangeException, XmlException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, FormatException, XmlSchemaException, OverflowException
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionArgumentExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionXmlExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionXmlSchemaExceptionOverflowExceptionpublic static XElement Load(XmlReader reader) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionOverflowExceptionpublic static XElement Load(XmlReader reader, LoadOptions options) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionOverflowExceptionpublic static XElement Parse(java.lang.String text) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, SecurityException, UnauthorizedAccessException, IOException, MissingManifestResourceException, ArgumentOutOfRangeException, XmlException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, FormatException, ArgumentException, CultureNotFoundException, OverflowException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionXmlExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionArgumentExceptionCultureNotFoundExceptionOverflowExceptionpublic static XElement Parse(java.lang.String text, LoadOptions options) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException, MissingManifestResourceException, ArgumentOutOfRangeException, XmlException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, FormatException, XmlSchemaException, OverflowException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionXmlExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionXmlSchemaExceptionOverflowExceptionpublic void RemoveAll()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException
public void RemoveAttributes()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException
public void ReplaceAll(NetObject... content) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException
public void ReplaceAll(NetObject content) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException
public void ReplaceAttributes(NetObject... content) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException
public void ReplaceAttributes(NetObject content) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, OverflowException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionOverflowExceptionpublic void Save(Stream stream) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, MissingManifestResourceException, XmlException, ObjectDisposedException, ArgumentException, NotSupportedException, NotImplementedException
public void Save(Stream stream, SaveOptions options) throws java.lang.Throwable, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, XmlException, ObjectDisposedException, AbandonedMutexException, ArgumentException, NotSupportedException, NotImplementedException
public void Save(java.lang.String fileName)
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
MissingManifestResourceException,
XmlException,
ArgumentException,
PathTooLongException,
CultureNotFoundException,
NotSupportedException,
NullReferenceException,
SecurityException,
IOException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionXmlExceptionArgumentExceptionPathTooLongExceptionCultureNotFoundExceptionNotSupportedExceptionNullReferenceExceptionSecurityExceptionIOExceptionpublic void Save(java.lang.String fileName,
SaveOptions options)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ArgumentNullException,
MissingManifestResourceException,
InvalidOperationException,
XmlException,
ArgumentException,
PathTooLongException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
DriveNotFoundException,
OperationCanceledException,
NotSupportedException,
NullReferenceException,
SecurityException,
ObjectDisposedException,
NotImplementedException
java.lang.ThrowableArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionXmlExceptionArgumentExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionNullReferenceExceptionSecurityExceptionObjectDisposedExceptionNotImplementedExceptionpublic void Save(TextWriter textWriter) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, MissingManifestResourceException, XmlException, NotImplementedException, NotSupportedException, ArgumentException
public void Save(TextWriter textWriter, SaveOptions options) throws java.lang.Throwable, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, XmlException, NotImplementedException, NotSupportedException, ObjectDisposedException, ArgumentException
public void Save(XmlWriter writer) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic void SetAttributeValue(XName name, NetObject value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, OverflowException, IndexOutOfRangeException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionOverflowExceptionIndexOutOfRangeExceptionpublic void SetElementValue(XName name, NetObject value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, OverflowException, IndexOutOfRangeException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionOverflowExceptionIndexOutOfRangeExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class XContainerpublic void setName(XName Name) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic void SetValue(NetObject value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, FormatException
public void setValue(java.lang.String Value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionOverflowExceptionpublic void WriteTo(XmlWriter writer) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, OverflowException
WriteTo in class XNodejava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionOverflowException