Uses of Class
system.xml.XmlDocument
-
Packages that use XmlDocument Package Description system.configuration system.directoryservices.protocols system.security.cryptography.xml system.web.ui.design system.web.ui.webcontrols system.windows.data system.xml -
-
Uses of XmlDocument in system.configuration
Subclasses of XmlDocument in system.configuration Modifier and Type Class Description class
ConfigXmlDocument
The base .NET class managing System.Configuration.ConfigXmlDocument, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089. -
Uses of XmlDocument in system.directoryservices.protocols
Methods in system.directoryservices.protocols that return XmlDocument Modifier and Type Method Description XmlDocument
DsmlDocument. ToXml()
XmlDocument
DsmlRequestDocument. ToXml()
XmlDocument
DsmlResponseDocument. ToXml()
Constructors in system.directoryservices.protocols with parameters of type XmlDocument Constructor Description SearchRequest(String distinguishedName, XmlDocument filter, SearchScope searchScope, String... attributeList)
-
Uses of XmlDocument in system.security.cryptography.xml
Methods in system.security.cryptography.xml with parameters of type XmlDocument Modifier and Type Method Description XmlElement
EncryptedXml. GetIdElement(XmlDocument document, String idValue)
XmlElement
SignedXml. GetIdElement(XmlDocument document, String idValue)
Constructors in system.security.cryptography.xml with parameters of type XmlDocument Constructor Description EncryptedXml(XmlDocument document)
EncryptedXml(XmlDocument document, Evidence evidence)
SignedXml(XmlDocument document)
-
Uses of XmlDocument in system.web.ui.design
Constructors in system.web.ui.design with parameters of type XmlDocument Constructor Description XmlDocumentSchema(XmlDocument xmlDocument, String xPath)
-
Uses of XmlDocument in system.web.ui.webcontrols
Methods in system.web.ui.webcontrols that return XmlDocument Modifier and Type Method Description XmlDocument
Xml. getDocument()
XmlDocument
XmlDataSource. GetXmlDocument()
Methods in system.web.ui.webcontrols with parameters of type XmlDocument Modifier and Type Method Description void
Xml. setDocument(XmlDocument Document)
-
Uses of XmlDocument in system.windows.data
Methods in system.windows.data that return XmlDocument Modifier and Type Method Description XmlDocument
XmlDataProvider. getDocument()
Methods in system.windows.data with parameters of type XmlDocument Modifier and Type Method Description void
XmlDataProvider. setDocument(XmlDocument Document)
-
Uses of XmlDocument in system.xml
Subclasses of XmlDocument in system.xml Modifier and Type Class Description class
XmlDataDocument
The base .NET class managing System.Xml.XmlDataDocument, System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089.Methods in system.xml that return XmlDocument Modifier and Type Method Description static XmlDocument
XmlDocument. cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoXmlDocument
, a cast assert is made to check if types are compatible.XmlDocument
XmlImplementation. CreateDocument()
XmlDocument
XmlNode. getOwnerDocument()
-