Interface INode
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/xml/soap/Node.html
public interface INode : INode
- Inherited Members
Properties
ParentElement
https://docs.oracle.com/javase/8/docs/api/javax/xml/soap/Node.html#getParentElement-- https://docs.oracle.com/javase/8/docs/api/javax/xml/soap/Node.html#setParentElement-javax.xml.soap.SOAPElement-
SOAPElement ParentElement { get; set; }
Property Value
Value
https://docs.oracle.com/javase/8/docs/api/javax/xml/soap/Node.html#getValue-- https://docs.oracle.com/javase/8/docs/api/javax/xml/soap/Node.html#setValue-java.lang.String-
String Value { get; set; }
Property Value
Methods
DetachNode()
void DetachNode()
RecycleNode()
void RecycleNode()