Class SOAPElement
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
initializerIJVMBridgeBaseInitializer
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
argsobject[]
Properties
AllAttributes
public Iterator AllAttributes { get; }
Property Value
AllAttributesAsQNames
https://docs.oracle.com/javase/8/docs/api/javax/xml/soap/SOAPElement.html#getAllAttributesAsQNames--
public Iterator AllAttributesAsQNames { get; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
ChildElements
public Iterator ChildElements { get; }
Property Value
ElementName
public Name ElementName { get; }
Property Value
ElementQName
public QName ElementQName { get; }
Property Value
EncodingStyle
https://docs.oracle.com/javase/8/docs/api/javax/xml/soap/SOAPElement.html#getEncodingStyle-- https://docs.oracle.com/javase/8/docs/api/javax/xml/soap/SOAPElement.html#setEncodingStyle-java.lang.String-
public String EncodingStyle { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements Closeable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
NamespacePrefixes
public Iterator NamespacePrefixes { get; }
Property Value
VisibleNamespacePrefixes
public Iterator VisibleNamespacePrefixes { get; }
Property Value
Methods
AddAttribute(QName, String)
public SOAPElement AddAttribute(QName arg0, String arg1)
Parameters
Returns
Exceptions
AddAttribute(Name, String)
public SOAPElement AddAttribute(Name arg0, String arg1)
Parameters
Returns
Exceptions
AddChildElement(String)
public SOAPElement AddChildElement(String arg0)
Parameters
Returns
Exceptions
AddChildElement(String, String)
public SOAPElement AddChildElement(String arg0, String arg1)
Parameters
Returns
Exceptions
AddChildElement(String, String, String)
public SOAPElement AddChildElement(String arg0, String arg1, String arg2)
Parameters
Returns
Exceptions
AddChildElement(QName)
public SOAPElement AddChildElement(QName arg0)
Parameters
Returns
Exceptions
AddChildElement(Name)
public SOAPElement AddChildElement(Name arg0)
Parameters
Returns
Exceptions
AddChildElement(SOAPElement)
public SOAPElement AddChildElement(SOAPElement arg0)
Parameters
arg0SOAPElement
Returns
Exceptions
AddNamespaceDeclaration(String, String)
public SOAPElement AddNamespaceDeclaration(String arg0, String arg1)
Parameters
Returns
Exceptions
AddTextNode(String)
public SOAPElement AddTextNode(String arg0)
Parameters
Returns
Exceptions
CreateQName(String, String)
public QName CreateQName(String arg0, String arg1)
Parameters
Returns
Exceptions
GetAttributeValue(QName)
public String GetAttributeValue(QName arg0)
Parameters
Returns
GetAttributeValue(Name)
public String GetAttributeValue(Name arg0)
Parameters
Returns
GetChildElements(QName)
public Iterator GetChildElements(QName arg0)
Parameters
Returns
GetChildElements(Name)
public Iterator GetChildElements(Name arg0)
Parameters
Returns
GetNamespaceURI(String)
public String GetNamespaceURI(String arg0)
Parameters
Returns
RemoveAttribute(QName)
public bool RemoveAttribute(QName arg0)
Parameters
Returns
RemoveAttribute(Name)
public bool RemoveAttribute(Name arg0)
Parameters
Returns
RemoveContents()
public void RemoveContents()
RemoveNamespaceDeclaration(String)
public bool RemoveNamespaceDeclaration(String arg0)
Parameters
Returns
SetElementQName(QName)
public SOAPElement SetElementQName(QName arg0)
Parameters
Returns
Exceptions
Operators
implicit operator Node(SOAPElement)
Converter from SOAPElement to Node
public static implicit operator Node(SOAPElement t)
Parameters
Returns
implicit operator Element(SOAPElement)
Converter from SOAPElement to Element
public static implicit operator Element(SOAPElement t)