Package system.xml
Class XmlDocument
- java.lang.Object
-
- All Implemented Interfaces:
java.lang.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
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
Fully assembly qualified name: System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.String
assemblyShortName
Assembly name: System.Xmlstatic java.lang.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(java.lang.Object instance)
Internal constructor.XmlDocument(XmlNameTable nt)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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 theIJCOBridgeReflected
instance intoXmlDocument
, 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 namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class TypeXmlNameTable
getNameTable()
boolean
getPreserveWhitespace()
XmlSchemaSet
getSchemas()
XmlNode
ImportNode(XmlNode node, boolean deep)
void
Load(java.lang.String filename)
void
Load(Stream inStream)
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(java.lang.String filename)
void
Save(Stream outStream)
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)
-
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
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.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 java.lang.String assemblyShortName
Assembly name: System.Xml- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Xml.XmlDocument- See Also:
- Constant Field Values
-
-
Constructor Detail
-
XmlDocument
public XmlDocument(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
XmlDocument
public XmlDocument() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
XmlDocument
public XmlDocument(XmlNameTable nt) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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:
java.lang.Throwable
- in case of error during cast operation
-
CreateAttribute
public XmlAttribute CreateAttribute(java.lang.String name) throws java.lang.Throwable, ArgumentOutOfRangeException, NullReferenceException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, XmlException
-
CreateAttribute
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
-
CreateAttribute
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
- Throws:
java.lang.Throwable
NullReferenceException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
XmlException
-
CreateCDataSection
public XmlCDataSection CreateCDataSection(java.lang.String data) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException
-
CreateComment
public XmlComment CreateComment(java.lang.String data) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException
-
CreateXmlDeclaration
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
-
CreateDocumentFragment
public XmlDocumentFragment CreateDocumentFragment() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
CreateDocumentType
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
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
XmlException
NotSupportedException
IndexOutOfRangeException
SecurityException
UnauthorizedAccessException
IOException
NullReferenceException
-
CreateElement
public XmlElement CreateElement(java.lang.String name) throws java.lang.Throwable, ArgumentOutOfRangeException, NullReferenceException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, XmlException
-
CreateElement
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
-
CreateElement
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
-
GetElementById
public XmlElement GetElementById(java.lang.String elementId) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException
- Throws:
java.lang.Throwable
ArgumentNullException
ObjectDisposedException
AbandonedMutexException
-
CreateEntityReference
public XmlEntityReference CreateEntityReference(java.lang.String name) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
CloneNode
public XmlNode CloneNode(boolean deep) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NullReferenceException, XmlException
- Overrides:
CloneNode
in classXmlNode
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
NullReferenceException
XmlException
-
CreateNode
public 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
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
NullReferenceException
XmlException
-
CreateNode
public XmlNode CreateNode(XmlNodeType type, java.lang.String name, java.lang.String namespaceURI) throws java.lang.Throwable, NullReferenceException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, XmlException
-
CreateNode
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
-
ImportNode
public XmlNode ImportNode(XmlNode node, boolean deep) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, NullReferenceException, XmlException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
NullReferenceException
XmlException
IndexOutOfRangeException
-
ReadNode
public XmlNode ReadNode(XmlReader reader) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, NullReferenceException, XmlException, RankException, NotSupportedException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
NullReferenceException
XmlException
RankException
NotSupportedException
IndexOutOfRangeException
-
GetElementsByTagName
public XmlNodeList GetElementsByTagName(java.lang.String name) throws java.lang.Throwable, ArgumentException, MulticastNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
MulticastNotSupportedException
-
GetElementsByTagName
public XmlNodeList GetElementsByTagName(java.lang.String localName, java.lang.String namespaceURI) throws java.lang.Throwable, ArgumentException, MulticastNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
MulticastNotSupportedException
-
CreateProcessingInstruction
public XmlProcessingInstruction CreateProcessingInstruction(java.lang.String target, java.lang.String data) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
CreateSignificantWhitespace
public XmlSignificantWhitespace CreateSignificantWhitespace(java.lang.String text) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException
-
CreateTextNode
public XmlText CreateTextNode(java.lang.String text) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException
-
CreateWhitespace
public XmlWhitespace CreateWhitespace(java.lang.String text) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException
-
CreateNavigator
public XPathNavigator CreateNavigator() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException
- Overrides:
CreateNavigator
in classXmlNode
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
IndexOutOfRangeException
-
Load
public void Load(Stream inStream) throws java.lang.Throwable, ArgumentException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, InvalidOperationException, ArgumentNullException, SecurityException, UnauthorizedAccessException, IOException, ArgumentOutOfRangeException, XmlException, MissingManifestResourceException, XmlSchemaException, NullReferenceException
- Throws:
java.lang.Throwable
ArgumentException
NotImplementedException
NotSupportedException
IndexOutOfRangeException
ObjectDisposedException
InvalidOperationException
ArgumentNullException
SecurityException
UnauthorizedAccessException
IOException
ArgumentOutOfRangeException
XmlException
MissingManifestResourceException
XmlSchemaException
NullReferenceException
-
Load
public void Load(TextReader txtReader) throws java.lang.Throwable, ArgumentException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, InvalidOperationException, ArgumentNullException, SecurityException, UnauthorizedAccessException, IOException, ArgumentOutOfRangeException, XmlException, MissingManifestResourceException, XmlSchemaException, NullReferenceException
- Throws:
java.lang.Throwable
ArgumentException
NotImplementedException
NotSupportedException
IndexOutOfRangeException
ObjectDisposedException
InvalidOperationException
ArgumentNullException
SecurityException
UnauthorizedAccessException
IOException
ArgumentOutOfRangeException
XmlException
MissingManifestResourceException
XmlSchemaException
NullReferenceException
-
Load
public 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
- Throws:
java.lang.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 java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, XmlSchemaException, XmlException, NullReferenceException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
XmlSchemaException
XmlException
NullReferenceException
-
LoadXml
public 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
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
NotSupportedException
IndexOutOfRangeException
ObjectDisposedException
InvalidOperationException
SecurityException
UnauthorizedAccessException
IOException
ArgumentOutOfRangeException
XmlException
MissingManifestResourceException
XmlSchemaException
NullReferenceException
-
Save
public void Save(Stream outStream) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, ArgumentException, ArgumentOutOfRangeException, FormatException, InvalidOperationException, NotSupportedException, NotImplementedException, IndexOutOfRangeException
-
Save
public void Save(TextWriter writer) throws java.lang.Throwable, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException
-
Save
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
- 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
-
Save
public void Save(XmlWriter w) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Validate
public 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
- Throws:
java.lang.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 java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, XmlSchemaException, XmlException, IndexOutOfRangeException, MulticastNotSupportedException, NullReferenceException, XmlSchemaValidationException, UriFormatException
- Throws:
java.lang.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 java.lang.Throwable
- Overrides:
WriteContentTo
in classXmlNode
- Throws:
java.lang.Throwable
-
WriteTo
public void WriteTo(XmlWriter w) throws java.lang.Throwable
-
getPreserveWhitespace
public boolean getPreserveWhitespace() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setPreserveWhitespace
public void setPreserveWhitespace(boolean PreserveWhitespace) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSchemas
public XmlSchemaSet getSchemas() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, XmlSchemaException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException, MissingManifestResourceException, XmlException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
ArgumentOutOfRangeException
FormatException
XmlSchemaException
ObjectDisposedException
SecurityException
UnauthorizedAccessException
IOException
MissingManifestResourceException
XmlException
-
setSchemas
public void setSchemas(XmlSchemaSet Schemas) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDocumentType
public XmlDocumentType getDocumentType() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDocumentElement
public XmlElement getDocumentElement() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getImplementation
public XmlImplementation getImplementation() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getNameTable
public XmlNameTable getNameTable() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setXmlResolver
public void setXmlResolver(XmlResolver XmlResolver) throws java.lang.Throwable, NullReferenceException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException, ArgumentNullException, SecurityException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
- Throws:
java.lang.Throwable
NullReferenceException
ArgumentException
ArgumentOutOfRangeException
NotSupportedException
ArgumentNullException
SecurityException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
-
addNodeChanged
public void addNodeChanged(XmlNodeChangedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeNodeChanged
public void removeNodeChanged(XmlNodeChangedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addNodeChanging
public void addNodeChanging(XmlNodeChangedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeNodeChanging
public void removeNodeChanging(XmlNodeChangedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addNodeInserted
public void addNodeInserted(XmlNodeChangedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeNodeInserted
public void removeNodeInserted(XmlNodeChangedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addNodeInserting
public void addNodeInserting(XmlNodeChangedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeNodeInserting
public void removeNodeInserting(XmlNodeChangedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addNodeRemoved
public void addNodeRemoved(XmlNodeChangedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeNodeRemoved
public void removeNodeRemoved(XmlNodeChangedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addNodeRemoving
public void addNodeRemoving(XmlNodeChangedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeNodeRemoving
public void removeNodeRemoving(XmlNodeChangedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-