public class XmlNode extends NetObjectEnumerable
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Xml.XmlNode
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, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.Xml
|
static java.lang.String |
className
Qualified class name: System.Xml.XmlNode
|
static JCType |
classType
The type managed from JCOBridge.
|
Null| Constructor and Description |
|---|
XmlNode() |
XmlNode(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
XmlNode |
AppendChild(XmlNode newChild) |
static XmlNode |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into XmlNode, a cast assert is made to check if types are compatible. |
XmlNode |
Clone() |
XmlNode |
CloneNode(boolean deep) |
XPathNavigator |
CreateNavigator() |
XmlAttributeCollection |
getAttributes() |
java.lang.String |
getBaseURI() |
XmlNodeList |
getChildNodes() |
XmlNode |
getFirstChild() |
boolean |
getHasChildNodes() |
java.lang.String |
getInnerText() |
java.lang.String |
getInnerXml() |
boolean |
getIsReadOnly() |
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
|
XmlNode |
getLastChild() |
java.lang.String |
getLocalName() |
java.lang.String |
getName() |
java.lang.String |
GetNamespaceOfPrefix(java.lang.String prefix) |
java.lang.String |
getNamespaceURI() |
XmlNode |
getNextSibling() |
XmlNodeType |
getNodeType() |
java.lang.String |
getOuterXml() |
XmlDocument |
getOwnerDocument() |
XmlNode |
getParentNode() |
java.lang.String |
getPrefix() |
java.lang.String |
GetPrefixOfNamespace(java.lang.String namespaceURI) |
XmlNode |
getPreviousSibling() |
XmlNode |
getPreviousText() |
IXmlSchemaInfo |
getSchemaInfo() |
java.lang.String |
getValue() |
XmlNode |
InsertAfter(XmlNode newChild,
XmlNode refChild) |
XmlNode |
InsertBefore(XmlNode newChild,
XmlNode refChild) |
void |
Normalize() |
XmlNode |
PrependChild(XmlNode newChild) |
void |
RemoveAll() |
XmlNode |
RemoveChild(XmlNode oldChild) |
XmlNode |
ReplaceChild(XmlNode newChild,
XmlNode oldChild) |
XmlNodeList |
SelectNodes(java.lang.String xpath) |
XmlNodeList |
SelectNodes(java.lang.String xpath,
XmlNamespaceManager nsmgr) |
XmlNode |
SelectSingleNode(java.lang.String xpath) |
XmlNode |
SelectSingleNode(java.lang.String xpath,
XmlNamespaceManager nsmgr) |
void |
setInnerText(java.lang.String InnerText) |
void |
setInnerXml(java.lang.String InnerXml) |
void |
setJCOInstance(JCObject instance) |
void |
setPrefix(java.lang.String Prefix) |
void |
setValue(java.lang.String Value) |
boolean |
Supports(java.lang.String feature,
java.lang.String version) |
void |
WriteContentTo(XmlWriter w) |
void |
WriteTo(XmlWriter w) |
GetEnumerator, iteratorEquals, Equals, GetHashCode, GetType, hashCode, toString, ToStringToIEnumerablepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public XmlNode()
throws java.lang.Throwable
java.lang.Throwablepublic XmlNode(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic XmlNode AppendChild(XmlNode newChild) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
public static XmlNode cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into XmlNode, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedXmlNode instancejava.lang.Throwable - in case of error during cast operationpublic XmlNode Clone() throws java.lang.Throwable
java.lang.Throwablepublic XmlNode CloneNode(boolean deep) throws java.lang.Throwable
java.lang.Throwablepublic XPathNavigator CreateNavigator() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException
public XmlAttributeCollection getAttributes() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getBaseURI()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
IndexOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionIndexOutOfRangeExceptionpublic XmlNodeList getChildNodes() throws java.lang.Throwable
java.lang.Throwablepublic XmlNode getFirstChild() throws java.lang.Throwable
java.lang.Throwablepublic boolean getHasChildNodes()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getInnerText()
throws java.lang.Throwable,
ArgumentNullException,
FormatException,
ArgumentOutOfRangeException
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentOutOfRangeExceptionpublic java.lang.String getInnerXml()
throws java.lang.Throwable,
ArgumentNullException,
FormatException,
ArgumentOutOfRangeException,
ArgumentException,
InvalidOperationException,
NotImplementedException,
NotSupportedException,
IndexOutOfRangeException,
ObjectDisposedException
public boolean getIsReadOnly()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectEnumerableString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectEnumerableString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectEnumerableObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectEnumerableString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectEnumerableJCType representing the CLR Type of the instantiated Classpublic XmlNode getLastChild() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getLocalName()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getName()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String GetNamespaceOfPrefix(java.lang.String prefix)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public java.lang.String getNamespaceURI()
throws java.lang.Throwable
java.lang.Throwablepublic XmlNode getNextSibling() throws java.lang.Throwable
java.lang.Throwablepublic XmlNodeType getNodeType() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getOuterXml()
throws java.lang.Throwable,
ArgumentNullException,
FormatException,
ArgumentOutOfRangeException,
ArgumentException,
InvalidOperationException,
NotImplementedException,
NotSupportedException,
IndexOutOfRangeException,
ObjectDisposedException
public XmlDocument getOwnerDocument() throws java.lang.Throwable
java.lang.Throwablepublic XmlNode getParentNode() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getPrefix()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String GetPrefixOfNamespace(java.lang.String namespaceURI)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public XmlNode getPreviousSibling() throws java.lang.Throwable
java.lang.Throwablepublic XmlNode getPreviousText() throws java.lang.Throwable
java.lang.Throwablepublic IXmlSchemaInfo getSchemaInfo() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getValue()
throws java.lang.Throwable
java.lang.Throwablepublic XmlNode InsertAfter(XmlNode newChild, XmlNode refChild) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
public XmlNode InsertBefore(XmlNode newChild, XmlNode refChild) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
public void Normalize()
throws java.lang.Throwable,
ArgumentNullException,
FormatException,
ArgumentOutOfRangeException,
ArgumentException,
NotImplementedException,
InvalidOperationException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException
public XmlNode PrependChild(XmlNode newChild) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
public void RemoveAll()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException
public XmlNode RemoveChild(XmlNode oldChild) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
public XmlNode ReplaceChild(XmlNode newChild, XmlNode oldChild) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
public XmlNodeList SelectNodes(java.lang.String xpath) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, IndexOutOfRangeException, XPathException
public XmlNodeList SelectNodes(java.lang.String xpath, XmlNamespaceManager nsmgr) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, IndexOutOfRangeException, XPathException
public XmlNode SelectSingleNode(java.lang.String xpath) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException, IndexOutOfRangeException, XPathException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionIndexOutOfRangeExceptionXPathExceptionpublic XmlNode SelectSingleNode(java.lang.String xpath, XmlNamespaceManager nsmgr) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, IndexOutOfRangeException, XPathException
public void setInnerText(java.lang.String InnerText)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException
public void setInnerXml(java.lang.String InnerXml)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException
public void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectEnumerablepublic void setPrefix(java.lang.String Prefix)
throws java.lang.Throwable
java.lang.Throwablepublic void setValue(java.lang.String Value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionpublic boolean Supports(java.lang.String feature,
java.lang.String version)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
TypeLoadException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
CultureNotFoundException
public void WriteContentTo(XmlWriter w) throws java.lang.Throwable
java.lang.Throwablepublic void WriteTo(XmlWriter w) throws java.lang.Throwable
java.lang.Throwable