Package system.xml.linq
Class XElement
- java.lang.Object
-
- All Implemented Interfaces:
IJCOBridgeReflected,IXmlSerializable
public class XElement extends XContainer implements IXmlSerializable
The base .NET class managing System.Xml.Linq.XElement, System.Xml.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..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
- 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.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.StringassemblyShortNameAssembly name: System.Xml.Linqstatic java.lang.StringclassNameQualified class name: System.Xml.Linq.XElementstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description XAttributeAttribute(XName name)static XElementcast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoXElement, a cast assert is made to check if types are compatible.XNamespaceGetDefaultNamespace()XAttributegetFirstAttribute()booleangetHasAttributes()booleangetHasElements()booleangetIsEmpty()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 TypeXAttributegetLastAttribute()XNamegetName()XNamespaceGetNamespaceOfPrefix(java.lang.String prefix)java.lang.StringGetPrefixOfNamespace(XNamespace ns)java.lang.StringgetValue()static XElementLoad(java.lang.String uri)static XElementLoad(java.lang.String uri, LoadOptions options)static XElementLoad(Stream stream)static XElementLoad(Stream stream, LoadOptions options)static XElementLoad(TextReader textReader)static XElementLoad(TextReader textReader, LoadOptions options)static XElementLoad(XmlReader reader)static XElementLoad(XmlReader reader, LoadOptions options)static XElementParse(java.lang.String text)static XElementParse(java.lang.String text, LoadOptions options)voidRemoveAll()voidRemoveAttributes()voidReplaceAll(NetObject content)voidReplaceAll(NetObject... content)voidReplaceAttributes(NetObject content)voidReplaceAttributes(NetObject... content)voidSave(java.lang.String fileName)voidSave(java.lang.String fileName, SaveOptions options)voidSave(Stream stream)voidSave(Stream stream, SaveOptions options)voidSave(TextWriter textWriter)voidSave(TextWriter textWriter, SaveOptions options)voidSave(XmlWriter writer)voidSetAttributeValue(XName name, NetObject value)voidSetElementValue(XName name, NetObject value)voidsetJCOInstance(JCObject instance)voidsetName(XName Name)voidsetValue(java.lang.String Value)voidSetValue(NetObject value)voidWriteTo(XmlWriter writer)-
Methods inherited from class system.xml.linq.XContainer
Add, Add, AddFirst, AddFirst, CreateWriter, Element, getFirstNode, getLastNode, RemoveNodes, ReplaceNodes, ReplaceNodes
-
Methods inherited from class system.xml.linq.XNode
AddAfterSelf, AddAfterSelf, AddBeforeSelf, AddBeforeSelf, CompareDocumentOrder, CreateReader, CreateReader, DeepEquals, getDocumentOrderComparer, getEqualityComparer, getNextNode, getPreviousNode, IsAfter, IsBefore, ReadFrom, Remove, ReplaceWith, ReplaceWith, ToString
-
Methods inherited from class system.xml.linq.XObject
AddAnnotation, Annotation, getBaseUri, getDocument, getNodeType, getParent, RemoveAnnotations
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToString
-
Methods inherited from interface system.xml.serialization.IXmlSerializable
GetSchema, ReadXml, WriteXml
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Xml.Linq, 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.Linq- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Xml.Linq.XElement- See Also:
- Constant Field Values
-
-
Constructor Detail
-
XElement
public XElement(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
XElement
public XElement() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
XElement
public XElement(XElement other) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
XElement
public XElement(XName name) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
XElement
public XElement(XName name, NetObject content) throws java.lang.Throwable, ArgumentNullException, IndexOutOfRangeException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, OverflowException
-
XElement
public XElement(XName name, NetObject... content) throws java.lang.Throwable, ArgumentNullException, IndexOutOfRangeException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException
-
XElement
public XElement(XStreamingElement other) throws java.lang.Throwable, ArgumentNullException, IndexOutOfRangeException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, OverflowException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Specified by:
getJCOAssemblyNamein interfaceIXmlSerializable- Overrides:
getJCOAssemblyNamein classXContainer- 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- Specified by:
getJCOClassNamein interfaceIXmlSerializable- Overrides:
getJCOClassNamein classXContainer- 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- Specified by:
getJCOObjectNamein interfaceIXmlSerializable- Overrides:
getJCOObjectNamein classXContainer- 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- Specified by:
getJCOInstancein interfaceIXmlSerializable- Overrides:
getJCOInstancein classXContainer- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classXContainer
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Specified by:
getJCOTypein interfaceIXmlSerializable- Overrides:
getJCOTypein classXContainer- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static XElement cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoXElement, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
XElementinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
GetPrefixOfNamespace
public java.lang.String GetPrefixOfNamespace(XNamespace ns) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
Attribute
public XAttribute Attribute(XName name) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Load
public static XElement Load(Stream stream) throws java.lang.Throwable, InvalidOperationException, SecurityException, UnauthorizedAccessException, IOException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, XmlException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ArgumentException, FormatException, CultureNotFoundException, OverflowException
- Throws:
java.lang.ThrowableInvalidOperationExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionArgumentNullExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionXmlExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionArgumentExceptionFormatExceptionCultureNotFoundExceptionOverflowException
-
Load
public 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
- Throws:
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionArgumentExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionXmlExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionXmlSchemaExceptionOverflowException
-
Load
public static XElement Load(TextReader textReader) throws java.lang.Throwable, InvalidOperationException, SecurityException, UnauthorizedAccessException, IOException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, XmlException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, FormatException, ArgumentException, CultureNotFoundException, OverflowException
- Throws:
java.lang.ThrowableInvalidOperationExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionArgumentNullExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionXmlExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionArgumentExceptionCultureNotFoundExceptionOverflowException
-
Load
public 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
- Throws:
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionArgumentExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionXmlExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionXmlSchemaExceptionOverflowException
-
Load
public 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
- Throws:
java.lang.ThrowableInvalidOperationExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionArgumentNullExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionXmlExceptionArgumentExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionAggregateExceptionFormatExceptionCultureNotFoundExceptionOverflowException
-
Load
public 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
- Throws:
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionArgumentExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionXmlExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionTaskSchedulerExceptionOperationCanceledExceptionAggregateExceptionFormatExceptionXmlSchemaExceptionOverflowException
-
Load
public static XElement Load(XmlReader reader) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, OverflowException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionOverflowException
-
Load
public static XElement Load(XmlReader reader, LoadOptions options) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, OverflowException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionOverflowException
-
Parse
public 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
- Throws:
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionXmlExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionArgumentExceptionCultureNotFoundExceptionOverflowException
-
Parse
public 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
- Throws:
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionXmlExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionXmlSchemaExceptionOverflowException
-
GetDefaultNamespace
public XNamespace GetDefaultNamespace() throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, OverflowException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionOverflowException
-
GetNamespaceOfPrefix
public XNamespace GetNamespaceOfPrefix(java.lang.String prefix) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, OverflowException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionOverflowException
-
RemoveAll
public void RemoveAll() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
RemoveAttributes
public void RemoveAttributes() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
ReplaceAll
public void ReplaceAll(NetObject content) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException
-
ReplaceAll
public void ReplaceAll(NetObject... content) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException
-
ReplaceAttributes
public void ReplaceAttributes(NetObject content) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, OverflowException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionOverflowException
-
ReplaceAttributes
public void ReplaceAttributes(NetObject... content) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException
-
Save
public void Save(Stream stream) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, MissingManifestResourceException, XmlException, ObjectDisposedException, ArgumentException, NotSupportedException, NotImplementedException
-
Save
public void Save(Stream stream, SaveOptions options) throws java.lang.Throwable, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, XmlException, ObjectDisposedException, AbandonedMutexException, ArgumentException, NotSupportedException, NotImplementedException
-
Save
public void Save(TextWriter textWriter) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, MissingManifestResourceException, XmlException, NotImplementedException, NotSupportedException, ArgumentException
-
Save
public void Save(TextWriter textWriter, SaveOptions options) throws java.lang.Throwable, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, XmlException, NotImplementedException, NotSupportedException, ObjectDisposedException, ArgumentException
-
Save
public void Save(java.lang.String fileName) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, MissingManifestResourceException, XmlException, ArgumentException, PathTooLongException, CultureNotFoundException, NotSupportedException, NullReferenceException, SecurityException, IOException- Throws:
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionXmlExceptionArgumentExceptionPathTooLongExceptionCultureNotFoundExceptionNotSupportedExceptionNullReferenceExceptionSecurityExceptionIOException
-
Save
public 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- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionXmlExceptionArgumentExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionNullReferenceExceptionSecurityExceptionObjectDisposedExceptionNotImplementedException
-
Save
public void Save(XmlWriter writer) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
SetAttributeValue
public void SetAttributeValue(XName name, NetObject value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, OverflowException, IndexOutOfRangeException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionOverflowExceptionIndexOutOfRangeException
-
SetElementValue
public void SetElementValue(XName name, NetObject value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, OverflowException, IndexOutOfRangeException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionOverflowExceptionIndexOutOfRangeException
-
SetValue
public void SetValue(NetObject value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, FormatException
-
WriteTo
public void WriteTo(XmlWriter writer) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, OverflowException
- Overrides:
WriteToin classXNode- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionOverflowException
-
getHasAttributes
public boolean getHasAttributes() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getHasElements
public boolean getHasElements() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getIsEmpty
public boolean getIsEmpty() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getValue
public java.lang.String getValue() throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentOutOfRangeException- Throws:
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentOutOfRangeException
-
setValue
public void setValue(java.lang.String Value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, OverflowException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionOverflowException
-
getFirstAttribute
public XAttribute getFirstAttribute() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getLastAttribute
public XAttribute getLastAttribute() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getName
public XName getName() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setName
public void setName(XName Name) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
-