Utilities for working with XML.
More...
|
| static XmlDocument | CreateDocument (string contents) |
| | Loads a string into an XML document that that has XXE disabled. More...
|
| |
| static XmlDocument | CreateDocument (byte[] contents) |
| | Loads the contents of a byte array into an XML document that has XXE disabled. More...
|
| |
| static XmlDocument | CreateDocument (Stream stream) |
| | Loads the contents of a stream into an XML document that has XXE disabled. More...
|
| |
Utilities for working with XML.
| static XmlDocument Google.Api.Ads.Common.Util.XmlUtilities.CreateDocument |
( |
string |
contents | ) |
|
|
inlinestatic |
Loads a string into an XML document that that has XXE disabled.
- Parameters
-
| contents | The XML document contents as a text. |
- Returns
- An XML Document object, with the contents loaded into the DOM.
| static XmlDocument Google.Api.Ads.Common.Util.XmlUtilities.CreateDocument |
( |
byte[] |
contents | ) |
|
|
inlinestatic |
Loads the contents of a byte array into an XML document that has XXE disabled.
- Parameters
-
| contents | The XML document contents as a byte array. |
- Returns
- An XML Document object, with the contents loaded into the DOM.
| static XmlDocument Google.Api.Ads.Common.Util.XmlUtilities.CreateDocument |
( |
Stream |
stream | ) |
|
|
inlinestatic |
Loads the contents of a stream into an XML document that has XXE disabled.
- Parameters
-
| stream | The content stream. |
- Returns
- An XML Document object, with the contents loaded into the DOM.
The documentation for this class was generated from the following file: