public class XmlDataDocument extends XmlDocument
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Xml.XmlDataDocument
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.Data.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Data.Common
|
static java.lang.String |
className
Qualified class name: System.Xml.XmlDataDocument
|
static JCType |
classType
The type managed from JCOBridge.
|
Null| Constructor and Description |
|---|
XmlDataDocument() |
XmlDataDocument(DataSet dataset) |
XmlDataDocument(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static XmlDataDocument |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into XmlDataDocument, a cast assert is made to check if types are compatible. |
XmlNode |
CloneNode(boolean deep) |
XmlElement |
CreateElement(java.lang.String prefix,
java.lang.String localName,
java.lang.String namespaceURI) |
XmlEntityReference |
CreateEntityReference(java.lang.String name) |
DataSet |
getDataSet() |
XmlElement |
GetElementById(java.lang.String elemId) |
XmlElement |
GetElementFromRow(DataRow r) |
XmlNodeList |
GetElementsByTagName(java.lang.String name) |
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
|
DataRow |
GetRowFromElement(XmlElement e) |
void |
Load(Stream inStream) |
void |
Load(java.lang.String filename) |
void |
Load(TextReader txtReader) |
void |
Load(XmlReader reader) |
void |
setJCOInstance(JCObject instance) |
addNodeChanged, addNodeChanging, addNodeInserted, addNodeInserting, addNodeRemoved, addNodeRemoving, CreateAttribute, CreateAttribute, CreateAttribute, CreateCDataSection, CreateComment, CreateDocumentFragment, CreateDocumentType, CreateElement, CreateElement, CreateNavigator, CreateNode, CreateNode, CreateNode, CreateProcessingInstruction, CreateSignificantWhitespace, CreateTextNode, CreateWhitespace, CreateXmlDeclaration, getDocumentElement, getDocumentType, GetElementsByTagName, getImplementation, getNameTable, getPreserveWhitespace, getSchemas, ImportNode, LoadXml, ReadNode, removeNodeChanged, removeNodeChanging, removeNodeInserted, removeNodeInserting, removeNodeRemoved, removeNodeRemoving, Save, Save, Save, Save, setPreserveWhitespace, setSchemas, setXmlResolver, Validate, Validate, WriteContentTo, WriteToAppendChild, Clone, getAttributes, getBaseURI, getChildNodes, getFirstChild, getHasChildNodes, getInnerText, getInnerXml, getIsReadOnly, getLastChild, getLocalName, getName, GetNamespaceOfPrefix, getNamespaceURI, getNextSibling, getNodeType, getOuterXml, getOwnerDocument, getParentNode, getPrefix, GetPrefixOfNamespace, getPreviousSibling, getPreviousText, getSchemaInfo, getValue, InsertAfter, InsertBefore, Normalize, PrependChild, RemoveAll, RemoveChild, ReplaceChild, SelectNodes, SelectNodes, SelectSingleNode, SelectSingleNode, setInnerText, setInnerXml, setPrefix, setValue, SupportsGetEnumerator, 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 XmlDataDocument()
throws java.lang.Throwable,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
ArgumentException,
FormatException,
InvalidOperationException,
XmlException,
EventSourceException,
SqlNullValueException,
IndexOutOfRangeException,
MulticastNotSupportedException
public XmlDataDocument(DataSet dataset) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, IndexOutOfRangeException, InvalidOperationException, XmlException, FormatException, SynchronizationLockException, SqlNullValueException, OverflowException, InvalidCastException, MulticastNotSupportedException, NullReferenceException
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionInvalidOperationExceptionXmlExceptionFormatExceptionSynchronizationLockExceptionSqlNullValueExceptionOverflowExceptionInvalidCastExceptionMulticastNotSupportedExceptionNullReferenceExceptionpublic XmlDataDocument(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static XmlDataDocument cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into XmlDataDocument, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedXmlDataDocument instancejava.lang.Throwable - in case of error during cast operationpublic XmlNode CloneNode(boolean deep) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, XmlException, EventSourceException, NotSupportedException, MissingMethodException, TargetInvocationException, SynchronizationLockException, RankException, SqlNullValueException, KeyNotFoundException, NullReferenceException, NotImplementedException, RegexMatchTimeoutException, ArrayTypeMismatchException, OutOfMemoryException, FormatException, OverflowException, MulticastNotSupportedException
CloneNode in class XmlDocumentjava.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionXmlExceptionEventSourceExceptionNotSupportedExceptionMissingMethodExceptionTargetInvocationExceptionSynchronizationLockExceptionRankExceptionSqlNullValueExceptionKeyNotFoundExceptionNullReferenceExceptionNotImplementedExceptionRegexMatchTimeoutExceptionArrayTypeMismatchExceptionOutOfMemoryExceptionFormatExceptionOverflowExceptionMulticastNotSupportedExceptionpublic XmlElement CreateElement(java.lang.String prefix, java.lang.String localName, java.lang.String namespaceURI) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, IndexOutOfRangeException, FormatException, InvalidOperationException, XmlException, SqlNullValueException, MulticastNotSupportedException, NotSupportedException
CreateElement in class XmlDocumentjava.lang.ThrowablePlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionIndexOutOfRangeExceptionFormatExceptionInvalidOperationExceptionXmlExceptionSqlNullValueExceptionMulticastNotSupportedExceptionNotSupportedExceptionpublic XmlEntityReference CreateEntityReference(java.lang.String name) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException
CreateEntityReference in class XmlDocumentjava.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionpublic DataSet getDataSet() throws java.lang.Throwable
java.lang.Throwablepublic XmlElement GetElementById(java.lang.String elemId) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException
GetElementById in class XmlDocumentjava.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionpublic XmlElement GetElementFromRow(DataRow r) throws java.lang.Throwable
java.lang.Throwablepublic XmlNodeList GetElementsByTagName(java.lang.String name) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, MulticastNotSupportedException
GetElementsByTagName in class XmlDocumentjava.lang.ThrowableArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionMulticastNotSupportedExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class XmlDocumentString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class XmlDocumentString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class XmlDocumentObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class XmlDocumentString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class XmlDocumentJCType representing the CLR Type of the instantiated Classpublic DataRow GetRowFromElement(XmlElement e) throws java.lang.Throwable
java.lang.Throwablepublic void Load(Stream inStream) throws java.lang.Throwable, ArgumentOutOfRangeException, ArrayTypeMismatchException, PlatformNotSupportedException, IOException, NotSupportedException, InvalidOperationException, ArgumentException, XmlException, XmlSchemaException
Load in class XmlDocumentjava.lang.ThrowableArgumentOutOfRangeExceptionArrayTypeMismatchExceptionPlatformNotSupportedExceptionIOExceptionNotSupportedExceptionInvalidOperationExceptionArgumentExceptionXmlExceptionXmlSchemaExceptionpublic void Load(java.lang.String filename)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
CultureNotFoundException,
NotSupportedException,
UriFormatException,
InvalidOperationException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
OutOfMemoryException,
XmlException,
XmlSchemaException
Load in class XmlDocumentjava.lang.ThrowableArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionUriFormatExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionXmlExceptionXmlSchemaExceptionpublic void Load(TextReader txtReader) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, XmlException, NotSupportedException, InvalidOperationException, XmlSchemaException
Load in class XmlDocumentjava.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionXmlExceptionNotSupportedExceptionInvalidOperationExceptionXmlSchemaExceptionpublic void Load(XmlReader reader) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, SqlNullValueException, IndexOutOfRangeException, MulticastNotSupportedException, XmlException, XmlSchemaException
Load in class XmlDocumentjava.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionOutOfMemoryExceptionSqlNullValueExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionXmlExceptionXmlSchemaExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class XmlDocument