public class XmlDocument extends XmlNode
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Xml.XmlDocument
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.XmlDocument
|
static JCType |
classType
The type managed from JCOBridge.
|
Null| Constructor and Description |
|---|
XmlDocument() |
XmlDocument(java.lang.Object instance)
Internal constructor.
|
XmlDocument(XmlNameTable nt) |
| Modifier and Type | Method and Description |
|---|---|
void |
addNodeChanged(XmlNodeChangedEventHandler handler) |
void |
addNodeChanging(XmlNodeChangedEventHandler handler) |
void |
addNodeInserted(XmlNodeChangedEventHandler handler) |
void |
addNodeInserting(XmlNodeChangedEventHandler handler) |
void |
addNodeRemoved(XmlNodeChangedEventHandler handler) |
void |
addNodeRemoving(XmlNodeChangedEventHandler handler) |
static XmlDocument |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into XmlDocument, a cast assert is made to check if types are compatible. |
XmlNode |
CloneNode(boolean deep) |
XmlAttribute |
CreateAttribute(java.lang.String name) |
XmlAttribute |
CreateAttribute(java.lang.String qualifiedName,
java.lang.String namespaceURI) |
XmlAttribute |
CreateAttribute(java.lang.String prefix,
java.lang.String localName,
java.lang.String namespaceURI) |
XmlCDataSection |
CreateCDataSection(java.lang.String data) |
XmlComment |
CreateComment(java.lang.String data) |
XmlDocumentFragment |
CreateDocumentFragment() |
XmlDocumentType |
CreateDocumentType(java.lang.String name,
java.lang.String publicId,
java.lang.String systemId,
java.lang.String internalSubset) |
XmlElement |
CreateElement(java.lang.String name) |
XmlElement |
CreateElement(java.lang.String qualifiedName,
java.lang.String namespaceURI) |
XmlElement |
CreateElement(java.lang.String prefix,
java.lang.String localName,
java.lang.String namespaceURI) |
XmlEntityReference |
CreateEntityReference(java.lang.String name) |
XPathNavigator |
CreateNavigator() |
XmlNode |
CreateNode(java.lang.String nodeTypeString,
java.lang.String name,
java.lang.String namespaceURI) |
XmlNode |
CreateNode(XmlNodeType type,
java.lang.String name,
java.lang.String namespaceURI) |
XmlNode |
CreateNode(XmlNodeType type,
java.lang.String prefix,
java.lang.String name,
java.lang.String namespaceURI) |
XmlProcessingInstruction |
CreateProcessingInstruction(java.lang.String target,
java.lang.String data) |
XmlSignificantWhitespace |
CreateSignificantWhitespace(java.lang.String text) |
XmlText |
CreateTextNode(java.lang.String text) |
XmlWhitespace |
CreateWhitespace(java.lang.String text) |
XmlDeclaration |
CreateXmlDeclaration(java.lang.String version,
java.lang.String encoding,
java.lang.String standalone) |
XmlElement |
getDocumentElement() |
XmlDocumentType |
getDocumentType() |
XmlElement |
GetElementById(java.lang.String elementId) |
XmlNodeList |
GetElementsByTagName(java.lang.String name) |
XmlNodeList |
GetElementsByTagName(java.lang.String localName,
java.lang.String namespaceURI) |
XmlImplementation |
getImplementation() |
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
|
XmlNameTable |
getNameTable() |
boolean |
getPreserveWhitespace() |
XmlSchemaSet |
getSchemas() |
XmlNode |
ImportNode(XmlNode node,
boolean deep) |
void |
Load(Stream inStream) |
void |
Load(java.lang.String filename) |
void |
Load(TextReader txtReader) |
void |
Load(XmlReader reader) |
void |
LoadXml(java.lang.String xml) |
XmlNode |
ReadNode(XmlReader reader) |
void |
removeNodeChanged(XmlNodeChangedEventHandler handler) |
void |
removeNodeChanging(XmlNodeChangedEventHandler handler) |
void |
removeNodeInserted(XmlNodeChangedEventHandler handler) |
void |
removeNodeInserting(XmlNodeChangedEventHandler handler) |
void |
removeNodeRemoved(XmlNodeChangedEventHandler handler) |
void |
removeNodeRemoving(XmlNodeChangedEventHandler handler) |
void |
Save(Stream outStream) |
void |
Save(java.lang.String filename) |
void |
Save(TextWriter writer) |
void |
Save(XmlWriter w) |
void |
setJCOInstance(JCObject instance) |
void |
setPreserveWhitespace(boolean PreserveWhitespace) |
void |
setSchemas(XmlSchemaSet Schemas) |
void |
setXmlResolver(XmlResolver XmlResolver) |
void |
Validate(ValidationEventHandler validationEventHandler) |
void |
Validate(ValidationEventHandler validationEventHandler,
XmlNode nodeToValidate) |
void |
WriteContentTo(XmlWriter xw) |
void |
WriteTo(XmlWriter w) |
AppendChild, 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 XmlDocument()
throws java.lang.Throwable
java.lang.Throwablepublic XmlDocument(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic XmlDocument(XmlNameTable nt) throws java.lang.Throwable
java.lang.Throwablepublic void addNodeChanged(XmlNodeChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addNodeChanging(XmlNodeChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addNodeInserted(XmlNodeChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addNodeInserting(XmlNodeChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addNodeRemoved(XmlNodeChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addNodeRemoving(XmlNodeChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic static XmlDocument cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into XmlDocument, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedXmlDocument instancejava.lang.Throwable - in case of error during cast operationpublic XmlNode CloneNode(boolean deep) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NullReferenceException, XmlException
CloneNode in class XmlNodejava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNullReferenceExceptionXmlExceptionpublic XmlAttribute CreateAttribute(java.lang.String name) throws java.lang.Throwable, ArgumentOutOfRangeException, NullReferenceException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, XmlException
public XmlAttribute CreateAttribute(java.lang.String qualifiedName, java.lang.String namespaceURI) throws java.lang.Throwable, ArgumentOutOfRangeException, NullReferenceException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, XmlException
public XmlAttribute CreateAttribute(java.lang.String prefix, java.lang.String localName, java.lang.String namespaceURI) throws java.lang.Throwable, NullReferenceException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, XmlException
java.lang.ThrowableNullReferenceExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionXmlExceptionpublic XmlCDataSection CreateCDataSection(java.lang.String data) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException
public XmlComment CreateComment(java.lang.String data) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException
public XmlDocumentFragment CreateDocumentFragment() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
public XmlDocumentType CreateDocumentType(java.lang.String name, java.lang.String publicId, java.lang.String systemId, java.lang.String internalSubset) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, XmlException, NotSupportedException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException, NullReferenceException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionXmlExceptionNotSupportedExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionNullReferenceExceptionpublic XmlElement CreateElement(java.lang.String name) throws java.lang.Throwable, ArgumentOutOfRangeException, NullReferenceException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, XmlException
public XmlElement CreateElement(java.lang.String qualifiedName, java.lang.String namespaceURI) throws java.lang.Throwable, ArgumentOutOfRangeException, NullReferenceException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, XmlException
public XmlElement CreateElement(java.lang.String prefix, java.lang.String localName, java.lang.String namespaceURI) throws java.lang.Throwable, NullReferenceException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, XmlException
public XmlEntityReference CreateEntityReference(java.lang.String name) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
public XPathNavigator CreateNavigator() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException
CreateNavigator in class XmlNodejava.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionpublic XmlNode CreateNode(java.lang.String nodeTypeString, java.lang.String name, java.lang.String namespaceURI) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NullReferenceException, XmlException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNullReferenceExceptionXmlExceptionpublic XmlNode CreateNode(XmlNodeType type, java.lang.String name, java.lang.String namespaceURI) throws java.lang.Throwable, NullReferenceException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, XmlException
public XmlNode CreateNode(XmlNodeType type, java.lang.String prefix, java.lang.String name, java.lang.String namespaceURI) throws java.lang.Throwable, NullReferenceException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, XmlException, NotSupportedException
public XmlProcessingInstruction CreateProcessingInstruction(java.lang.String target, java.lang.String data) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
public XmlSignificantWhitespace CreateSignificantWhitespace(java.lang.String text) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException
public XmlText CreateTextNode(java.lang.String text) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException
public XmlWhitespace CreateWhitespace(java.lang.String text) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException
public XmlDeclaration CreateXmlDeclaration(java.lang.String version, java.lang.String encoding, java.lang.String standalone) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OutOfMemoryException, FormatException
public XmlElement getDocumentElement() throws java.lang.Throwable
java.lang.Throwablepublic XmlDocumentType getDocumentType() throws java.lang.Throwable
java.lang.Throwablepublic XmlElement GetElementById(java.lang.String elementId) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic XmlNodeList GetElementsByTagName(java.lang.String name) throws java.lang.Throwable, ArgumentException, MulticastNotSupportedException
java.lang.ThrowableArgumentExceptionMulticastNotSupportedExceptionpublic XmlNodeList GetElementsByTagName(java.lang.String localName, java.lang.String namespaceURI) throws java.lang.Throwable, ArgumentException, MulticastNotSupportedException
java.lang.ThrowableArgumentExceptionMulticastNotSupportedExceptionpublic XmlImplementation getImplementation() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class XmlNodeString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class XmlNodeString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class XmlNodeObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class XmlNodeString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class XmlNodeJCType representing the CLR Type of the instantiated Classpublic XmlNameTable getNameTable() throws java.lang.Throwable
java.lang.Throwablepublic boolean getPreserveWhitespace()
throws java.lang.Throwable
java.lang.Throwablepublic XmlSchemaSet getSchemas() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, XmlSchemaException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException, MissingManifestResourceException, XmlException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionFormatExceptionXmlSchemaExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionMissingManifestResourceExceptionXmlExceptionpublic XmlNode ImportNode(XmlNode node, boolean deep) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, NullReferenceException, XmlException, IndexOutOfRangeException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionNullReferenceExceptionXmlExceptionIndexOutOfRangeExceptionpublic void Load(Stream inStream) throws java.lang.Throwable, ArgumentException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, InvalidOperationException, ArgumentNullException, SecurityException, UnauthorizedAccessException, IOException, ArgumentOutOfRangeException, XmlException, MissingManifestResourceException, XmlSchemaException, NullReferenceException
java.lang.ThrowableArgumentExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentNullExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionArgumentOutOfRangeExceptionXmlExceptionMissingManifestResourceExceptionXmlSchemaExceptionNullReferenceExceptionpublic void Load(java.lang.String filename)
throws java.lang.Throwable,
ArgumentException,
InvalidOperationException,
NotImplementedException,
NotSupportedException,
IndexOutOfRangeException,
ObjectDisposedException,
ArgumentNullException,
ArgumentOutOfRangeException,
SecurityException,
UnauthorizedAccessException,
IOException,
CultureNotFoundException,
MissingManifestResourceException,
UriFormatException,
PathTooLongException,
OutOfMemoryException,
XmlException,
XmlSchemaException,
NullReferenceException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionCultureNotFoundExceptionMissingManifestResourceExceptionUriFormatExceptionPathTooLongExceptionOutOfMemoryExceptionXmlExceptionXmlSchemaExceptionNullReferenceExceptionpublic void Load(TextReader txtReader) throws java.lang.Throwable, ArgumentException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, InvalidOperationException, ArgumentNullException, SecurityException, UnauthorizedAccessException, IOException, ArgumentOutOfRangeException, XmlException, MissingManifestResourceException, XmlSchemaException, NullReferenceException
java.lang.ThrowableArgumentExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentNullExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionArgumentOutOfRangeExceptionXmlExceptionMissingManifestResourceExceptionXmlSchemaExceptionNullReferenceExceptionpublic void Load(XmlReader reader) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, XmlSchemaException, XmlException, NullReferenceException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionXmlSchemaExceptionXmlExceptionNullReferenceExceptionpublic void LoadXml(java.lang.String xml)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
NotSupportedException,
IndexOutOfRangeException,
ObjectDisposedException,
InvalidOperationException,
SecurityException,
UnauthorizedAccessException,
IOException,
ArgumentOutOfRangeException,
XmlException,
MissingManifestResourceException,
XmlSchemaException,
NullReferenceException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionInvalidOperationExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionArgumentOutOfRangeExceptionXmlExceptionMissingManifestResourceExceptionXmlSchemaExceptionNullReferenceExceptionpublic XmlNode ReadNode(XmlReader reader) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, NullReferenceException, XmlException, RankException, NotSupportedException, IndexOutOfRangeException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionNullReferenceExceptionXmlExceptionRankExceptionNotSupportedExceptionIndexOutOfRangeExceptionpublic void removeNodeChanged(XmlNodeChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeNodeChanging(XmlNodeChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeNodeInserted(XmlNodeChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeNodeInserting(XmlNodeChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeNodeRemoved(XmlNodeChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeNodeRemoving(XmlNodeChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void Save(Stream outStream) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, ArgumentException, ArgumentOutOfRangeException, FormatException, InvalidOperationException, NotSupportedException, NotImplementedException, IndexOutOfRangeException
public void Save(java.lang.String filename)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
XmlException,
PathTooLongException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
DriveNotFoundException,
OperationCanceledException,
NullReferenceException,
SecurityException,
IndexOutOfRangeException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionXmlExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNullReferenceExceptionSecurityExceptionIndexOutOfRangeExceptionpublic void Save(TextWriter writer) throws java.lang.Throwable, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException
public void Save(XmlWriter w) throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class XmlNodepublic void setPreserveWhitespace(boolean PreserveWhitespace)
throws java.lang.Throwable
java.lang.Throwablepublic void setSchemas(XmlSchemaSet Schemas) throws java.lang.Throwable
java.lang.Throwablepublic void setXmlResolver(XmlResolver XmlResolver) throws java.lang.Throwable, NullReferenceException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException, ArgumentNullException, SecurityException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
java.lang.ThrowableNullReferenceExceptionArgumentExceptionArgumentOutOfRangeExceptionNotSupportedExceptionArgumentNullExceptionSecurityExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionpublic void Validate(ValidationEventHandler validationEventHandler) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, XmlSchemaException, XmlException, NotSupportedException, MulticastNotSupportedException, NullReferenceException, FormatException, XmlSchemaValidationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionXmlSchemaExceptionXmlExceptionNotSupportedExceptionMulticastNotSupportedExceptionNullReferenceExceptionFormatExceptionXmlSchemaValidationExceptionpublic void Validate(ValidationEventHandler validationEventHandler, XmlNode nodeToValidate) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, XmlSchemaException, XmlException, IndexOutOfRangeException, MulticastNotSupportedException, NullReferenceException, XmlSchemaValidationException, UriFormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionXmlSchemaExceptionXmlExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionNullReferenceExceptionXmlSchemaValidationExceptionUriFormatExceptionpublic void WriteContentTo(XmlWriter xw) throws java.lang.Throwable
WriteContentTo in class XmlNodejava.lang.Throwable