Table of Contents

Class SOAPElement

Namespace
Javax.Xml.Soap
Assembly
MASES.JNet.dll
public class SOAPElement : JVMBridgeBase<SOAPElement>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ISOAPElement
Inheritance
SOAPElement
Implements
Derived
Inherited Members
Extension Methods

Constructors

SOAPElement()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

[Obsolete("SOAPElement class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public SOAPElement()

SOAPElement(IJVMBridgeBaseInitializer)

Internal constructor: used internally from JCOBridge

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public SOAPElement(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

SOAPElement(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

[Obsolete("SOAPElement class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public SOAPElement(params object[] args)

Parameters

args object[]

Properties

AllAttributes

public Iterator AllAttributes { get; }

Property Value

Iterator

AllAttributesAsQNames

public Iterator AllAttributesAsQNames { get; }

Property Value

Iterator

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

ChildElements

public Iterator ChildElements { get; }

Property Value

Iterator

ElementName

public Name ElementName { get; }

Property Value

Name

ElementQName

public QName ElementQName { get; }

Property Value

QName

EncodingStyle

public String EncodingStyle { get; set; }

Property Value

String

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements Closeable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

NamespacePrefixes

public Iterator NamespacePrefixes { get; }

Property Value

Iterator

VisibleNamespacePrefixes

public Iterator VisibleNamespacePrefixes { get; }

Property Value

Iterator

Methods

AddAttribute(QName, String)

public SOAPElement AddAttribute(QName arg0, String arg1)

Parameters

arg0 QName

QName

arg1 String

String

Returns

SOAPElement

SOAPElement

Exceptions

SOAPException

AddAttribute(Name, String)

public SOAPElement AddAttribute(Name arg0, String arg1)

Parameters

arg0 Name

Name

arg1 String

String

Returns

SOAPElement

SOAPElement

Exceptions

SOAPException

AddChildElement(String)

public SOAPElement AddChildElement(String arg0)

Parameters

arg0 String

String

Returns

SOAPElement

SOAPElement

Exceptions

SOAPException

AddChildElement(String, String)

public SOAPElement AddChildElement(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Returns

SOAPElement

SOAPElement

Exceptions

SOAPException

AddChildElement(String, String, String)

public SOAPElement AddChildElement(String arg0, String arg1, String arg2)

Parameters

arg0 String

String

arg1 String

String

arg2 String

String

Returns

SOAPElement

SOAPElement

Exceptions

SOAPException

AddChildElement(QName)

public SOAPElement AddChildElement(QName arg0)

Parameters

arg0 QName

QName

Returns

SOAPElement

SOAPElement

Exceptions

SOAPException

AddChildElement(Name)

public SOAPElement AddChildElement(Name arg0)

Parameters

arg0 Name

Name

Returns

SOAPElement

SOAPElement

Exceptions

SOAPException

AddChildElement(SOAPElement)

public SOAPElement AddChildElement(SOAPElement arg0)

Parameters

arg0 SOAPElement

SOAPElement

Returns

SOAPElement

SOAPElement

Exceptions

SOAPException

AddNamespaceDeclaration(String, String)

public SOAPElement AddNamespaceDeclaration(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Returns

SOAPElement

SOAPElement

Exceptions

SOAPException

AddTextNode(String)

public SOAPElement AddTextNode(String arg0)

Parameters

arg0 String

String

Returns

SOAPElement

SOAPElement

Exceptions

SOAPException

CreateQName(String, String)

public QName CreateQName(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Returns

QName

QName

Exceptions

SOAPException

GetAttributeValue(QName)

public String GetAttributeValue(QName arg0)

Parameters

arg0 QName

QName

Returns

String

String

GetAttributeValue(Name)

public String GetAttributeValue(Name arg0)

Parameters

arg0 Name

Name

Returns

String

String

GetChildElements(QName)

public Iterator GetChildElements(QName arg0)

Parameters

arg0 QName

QName

Returns

Iterator

Iterator

GetChildElements(Name)

public Iterator GetChildElements(Name arg0)

Parameters

arg0 Name

Name

Returns

Iterator

Iterator

GetNamespaceURI(String)

public String GetNamespaceURI(String arg0)

Parameters

arg0 String

String

Returns

String

String

RemoveAttribute(QName)

public bool RemoveAttribute(QName arg0)

Parameters

arg0 QName

QName

Returns

bool

bool

RemoveAttribute(Name)

public bool RemoveAttribute(Name arg0)

Parameters

arg0 Name

Name

Returns

bool

bool

RemoveContents()

public void RemoveContents()

RemoveNamespaceDeclaration(String)

public bool RemoveNamespaceDeclaration(String arg0)

Parameters

arg0 String

String

Returns

bool

bool

SetElementQName(QName)

public SOAPElement SetElementQName(QName arg0)

Parameters

arg0 QName

QName

Returns

SOAPElement

SOAPElement

Exceptions

SOAPException

Operators

implicit operator Node(SOAPElement)

Converter from SOAPElement to Node

public static implicit operator Node(SOAPElement t)

Parameters

t SOAPElement

Returns

Node

implicit operator Element(SOAPElement)

Converter from SOAPElement to Element

public static implicit operator Element(SOAPElement t)

Parameters

t SOAPElement

Returns

Element