Package system.xml
Class XmlDocument
-
- All Implemented Interfaces:
Iterable<NetObject>
,IEnumerable
,IJCOBridgeReflected
- Direct Known Subclasses:
ConfigXmlDocument
,XmlDataDocument
public class XmlDocument extends XmlNode
The base .NET class managing System.Xml.XmlDocument, System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Xml.XmlDocument
Powered by JCOBridge: more info at https://www.jcobridge.com
- Version:
- 1.14.3.0
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static String
assemblyFullName
Fully assembly qualified name: System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static String
assemblyShortName
Assembly name: System.Xmlstatic String
className
Qualified class name: System.Xml.XmlDocumentstatic JCType
classType
The type managed from JCOBridge.-
Fields inherited from class org.mases.jcobridge.netreflection.NetObjectEnumerable
Null
-
-
Constructor Summary
Constructors Constructor Description XmlDocument()
XmlDocument(Object instance)
Internal constructor.XmlDocument(XmlNameTable nt)
-
Method Summary
-
Methods inherited from class system.xml.XmlNode
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, Supports
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObjectEnumerable
GetEnumerator, iterator
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toObjectFromArray, toObjectFromArray, toString, ToString, translateException
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Field Detail
-
assemblyFullName
public static final String assemblyFullName
Fully assembly qualified name: System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final String assemblyShortName
Assembly name: System.Xml- See Also:
- Constant Field Values
-
className
public static final String className
Qualified class name: System.Xml.XmlDocument- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classXmlNode
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classXmlNode
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classXmlNode
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classXmlNode
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classXmlNode
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classXmlNode
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static XmlDocument cast(IJCOBridgeReflected from) throws Throwable
Try to cast theIJCOBridgeReflected
instance intoXmlDocument
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
XmlDocument
instance- Throws:
Throwable
- in case of error during cast operation
-
CreateAttribute
public XmlAttribute CreateAttribute(String name) throws Throwable, ArgumentOutOfRangeException, NullReferenceException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, XmlException
-
CreateAttribute
public XmlAttribute CreateAttribute(String qualifiedName, String namespaceURI) throws Throwable, ArgumentOutOfRangeException, NullReferenceException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, XmlException
-
CreateAttribute
public XmlAttribute CreateAttribute(String prefix, String localName, String namespaceURI) throws Throwable, NullReferenceException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, XmlException
- Throws:
Throwable
NullReferenceException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
XmlException
-
CreateCDataSection
public XmlCDataSection CreateCDataSection(String data) throws Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException
-
CreateComment
public XmlComment CreateComment(String data) throws Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException
-
CreateXmlDeclaration
public XmlDeclaration CreateXmlDeclaration(String version, String encoding, String standalone) throws Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OutOfMemoryException, FormatException
-
CreateDocumentFragment
public XmlDocumentFragment CreateDocumentFragment() throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
CreateDocumentType
public XmlDocumentType CreateDocumentType(String name, String publicId, String systemId, String internalSubset) throws Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, XmlException, NotSupportedException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException, NullReferenceException
- Throws:
Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
XmlException
NotSupportedException
IndexOutOfRangeException
SecurityException
UnauthorizedAccessException
IOException
NullReferenceException
-
CreateElement
public XmlElement CreateElement(String name) throws Throwable, ArgumentOutOfRangeException, NullReferenceException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, XmlException
-
CreateElement
public XmlElement CreateElement(String qualifiedName, String namespaceURI) throws Throwable, ArgumentOutOfRangeException, NullReferenceException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, XmlException
-
CreateElement
public XmlElement CreateElement(String prefix, String localName, String namespaceURI) throws Throwable, NullReferenceException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, XmlException
-
GetElementById
public XmlElement GetElementById(String elementId) throws Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException
-
CreateEntityReference
public XmlEntityReference CreateEntityReference(String name) throws Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
CloneNode
public XmlNode CloneNode(boolean deep) throws Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NullReferenceException, XmlException
- Overrides:
CloneNode
in classXmlNode
- Throws:
Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
NullReferenceException
XmlException
-
CreateNode
public XmlNode CreateNode(String nodeTypeString, String name, String namespaceURI) throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NullReferenceException, XmlException
- Throws:
Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
NullReferenceException
XmlException
-
CreateNode
public XmlNode CreateNode(XmlNodeType type, String name, String namespaceURI) throws Throwable, NullReferenceException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, XmlException
-
CreateNode
public XmlNode CreateNode(XmlNodeType type, String prefix, String name, String namespaceURI) throws Throwable, NullReferenceException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, XmlException, NotSupportedException
-
ImportNode
public XmlNode ImportNode(XmlNode node, boolean deep) throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, NullReferenceException, XmlException, IndexOutOfRangeException
- Throws:
Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
NullReferenceException
XmlException
IndexOutOfRangeException
-
ReadNode
public XmlNode ReadNode(XmlReader reader) throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, NullReferenceException, XmlException, RankException, NotSupportedException, IndexOutOfRangeException
- Throws:
Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
NullReferenceException
XmlException
RankException
NotSupportedException
IndexOutOfRangeException
-
GetElementsByTagName
public XmlNodeList GetElementsByTagName(String name) throws Throwable, ArgumentException, MulticastNotSupportedException
-
GetElementsByTagName
public XmlNodeList GetElementsByTagName(String localName, String namespaceURI) throws Throwable, ArgumentException, MulticastNotSupportedException
-
CreateProcessingInstruction
public XmlProcessingInstruction CreateProcessingInstruction(String target, String data) throws Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
CreateSignificantWhitespace
public XmlSignificantWhitespace CreateSignificantWhitespace(String text) throws Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException
-
CreateTextNode
public XmlText CreateTextNode(String text) throws Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException
-
CreateWhitespace
public XmlWhitespace CreateWhitespace(String text) throws Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException
-
CreateNavigator
public XPathNavigator CreateNavigator() throws Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException
-
Load
public void Load(Stream inStream) throws Throwable, ArgumentException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, InvalidOperationException, ArgumentNullException, SecurityException, UnauthorizedAccessException, IOException, ArgumentOutOfRangeException, XmlException, MissingManifestResourceException, XmlSchemaException, NullReferenceException
- Throws:
Throwable
ArgumentException
NotImplementedException
NotSupportedException
IndexOutOfRangeException
ObjectDisposedException
InvalidOperationException
ArgumentNullException
SecurityException
UnauthorizedAccessException
IOException
ArgumentOutOfRangeException
XmlException
MissingManifestResourceException
XmlSchemaException
NullReferenceException
-
Load
public void Load(TextReader txtReader) throws Throwable, ArgumentException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, InvalidOperationException, ArgumentNullException, SecurityException, UnauthorizedAccessException, IOException, ArgumentOutOfRangeException, XmlException, MissingManifestResourceException, XmlSchemaException, NullReferenceException
- Throws:
Throwable
ArgumentException
NotImplementedException
NotSupportedException
IndexOutOfRangeException
ObjectDisposedException
InvalidOperationException
ArgumentNullException
SecurityException
UnauthorizedAccessException
IOException
ArgumentOutOfRangeException
XmlException
MissingManifestResourceException
XmlSchemaException
NullReferenceException
-
Load
public void Load(String filename) throws Throwable, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException, CultureNotFoundException, MissingManifestResourceException, UriFormatException, PathTooLongException, OutOfMemoryException, XmlException, XmlSchemaException, NullReferenceException
- Throws:
Throwable
ArgumentException
InvalidOperationException
NotImplementedException
NotSupportedException
IndexOutOfRangeException
ObjectDisposedException
ArgumentNullException
ArgumentOutOfRangeException
SecurityException
UnauthorizedAccessException
IOException
CultureNotFoundException
MissingManifestResourceException
UriFormatException
PathTooLongException
OutOfMemoryException
XmlException
XmlSchemaException
NullReferenceException
-
Load
public void Load(XmlReader reader) throws Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, XmlSchemaException, XmlException, NullReferenceException
-
LoadXml
public void LoadXml(String xml) throws Throwable, ArgumentNullException, ArgumentException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, InvalidOperationException, SecurityException, UnauthorizedAccessException, IOException, ArgumentOutOfRangeException, XmlException, MissingManifestResourceException, XmlSchemaException, NullReferenceException
- Throws:
Throwable
ArgumentNullException
ArgumentException
NotImplementedException
NotSupportedException
IndexOutOfRangeException
ObjectDisposedException
InvalidOperationException
SecurityException
UnauthorizedAccessException
IOException
ArgumentOutOfRangeException
XmlException
MissingManifestResourceException
XmlSchemaException
NullReferenceException
-
Save
public void Save(Stream outStream) throws Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, ArgumentException, ArgumentOutOfRangeException, FormatException, InvalidOperationException, NotSupportedException, NotImplementedException, IndexOutOfRangeException
-
Save
public void Save(TextWriter writer) throws Throwable, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException
-
Save
public void Save(String filename) throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, XmlException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NullReferenceException, SecurityException, IndexOutOfRangeException
- Throws:
Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
XmlException
PathTooLongException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
NullReferenceException
SecurityException
IndexOutOfRangeException
-
Validate
public void Validate(ValidationEventHandler validationEventHandler) throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, XmlSchemaException, XmlException, NotSupportedException, MulticastNotSupportedException, NullReferenceException, FormatException, XmlSchemaValidationException
- Throws:
Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
XmlSchemaException
XmlException
NotSupportedException
MulticastNotSupportedException
NullReferenceException
FormatException
XmlSchemaValidationException
-
Validate
public void Validate(ValidationEventHandler validationEventHandler, XmlNode nodeToValidate) throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, XmlSchemaException, XmlException, IndexOutOfRangeException, MulticastNotSupportedException, NullReferenceException, XmlSchemaValidationException, UriFormatException
- Throws:
Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
XmlSchemaException
XmlException
IndexOutOfRangeException
MulticastNotSupportedException
NullReferenceException
XmlSchemaValidationException
UriFormatException
-
WriteContentTo
public void WriteContentTo(XmlWriter xw) throws Throwable
- Overrides:
WriteContentTo
in classXmlNode
- Throws:
Throwable
-
setPreserveWhitespace
public void setPreserveWhitespace(boolean PreserveWhitespace) throws Throwable
- Throws:
Throwable
-
getSchemas
public XmlSchemaSet getSchemas() throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, XmlSchemaException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException, MissingManifestResourceException, XmlException
- Throws:
Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
ArgumentOutOfRangeException
FormatException
XmlSchemaException
ObjectDisposedException
SecurityException
UnauthorizedAccessException
IOException
MissingManifestResourceException
XmlException
-
setSchemas
public void setSchemas(XmlSchemaSet Schemas) throws Throwable
- Throws:
Throwable
-
getDocumentType
public XmlDocumentType getDocumentType() throws Throwable
- Throws:
Throwable
-
getDocumentElement
public XmlElement getDocumentElement() throws Throwable
- Throws:
Throwable
-
getImplementation
public XmlImplementation getImplementation() throws Throwable
- Throws:
Throwable
-
getNameTable
public XmlNameTable getNameTable() throws Throwable
- Throws:
Throwable
-
setXmlResolver
public void setXmlResolver(XmlResolver XmlResolver) throws Throwable, NullReferenceException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException, ArgumentNullException, SecurityException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
- Throws:
Throwable
NullReferenceException
ArgumentException
ArgumentOutOfRangeException
NotSupportedException
ArgumentNullException
SecurityException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
-
addNodeChanged
public void addNodeChanged(XmlNodeChangedEventHandler handler) throws Throwable
- Throws:
Throwable
-
removeNodeChanged
public void removeNodeChanged(XmlNodeChangedEventHandler handler) throws Throwable
- Throws:
Throwable
-
addNodeChanging
public void addNodeChanging(XmlNodeChangedEventHandler handler) throws Throwable
- Throws:
Throwable
-
removeNodeChanging
public void removeNodeChanging(XmlNodeChangedEventHandler handler) throws Throwable
- Throws:
Throwable
-
addNodeInserted
public void addNodeInserted(XmlNodeChangedEventHandler handler) throws Throwable
- Throws:
Throwable
-
removeNodeInserted
public void removeNodeInserted(XmlNodeChangedEventHandler handler) throws Throwable
- Throws:
Throwable
-
addNodeInserting
public void addNodeInserting(XmlNodeChangedEventHandler handler) throws Throwable
- Throws:
Throwable
-
removeNodeInserting
public void removeNodeInserting(XmlNodeChangedEventHandler handler) throws Throwable
- Throws:
Throwable
-
addNodeRemoved
public void addNodeRemoved(XmlNodeChangedEventHandler handler) throws Throwable
- Throws:
Throwable
-
removeNodeRemoved
public void removeNodeRemoved(XmlNodeChangedEventHandler handler) throws Throwable
- Throws:
Throwable
-
addNodeRemoving
public void addNodeRemoving(XmlNodeChangedEventHandler handler) throws Throwable
- Throws:
Throwable
-
removeNodeRemoving
public void removeNodeRemoving(XmlNodeChangedEventHandler handler) throws Throwable
- Throws:
Throwable
-
-