The XmlUtils type exposes the following members.

Constructors

  NameDescription
Public methodXmlUtils
DotNetNuke.Common.Utilities.XmlUtils

Methods

  NameDescription
Public methodStatic memberAppendElement(XmlDocument%, XmlNode, String, String, Boolean)
Public methodStatic memberAppendElement(XmlDocument%, XmlNode, String, String, Boolean, Boolean)
Public methodStatic memberCreateAttribute(XmlDocument, String, String)
Public methodStatic memberCreateAttribute(XmlDocument, XmlNode, String, String)
Public methodStatic memberCreateCDataElement
Public methodStatic memberCreateElement(XmlDocument, String) Obsolete.
Public methodStatic memberCreateElement(XmlDocument, String, String)
Public methodStatic memberDeserialize(Stream, Type)
Public methodStatic memberDeserialize(String, Type) Obsolete.
Public methodStatic memberDeSerializeDictionary<(Of <<'(TValue>)>>)
Public methodStatic memberDeSerializeHashtable
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGetAttributeValue
Gets the value of an attribute
Public methodStatic memberGetAttributeValueAsBoolean
Public methodStatic memberGetAttributeValueAsInteger
Public methodStatic memberGetAttributeValueAsLong
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodStatic memberGetNodeValue(XmlNode, String)
Gets the value of node
Public methodStatic memberGetNodeValue(XPathNavigator, String)
Gets the value of a child node as a String
Public methodStatic memberGetNodeValue(XmlNode, String, String)
Gets the value of node
Public methodStatic memberGetNodeValue(XPathNavigator, String, String)
Gets the value of a child node as a String
Public methodStatic memberGetNodeValueBoolean(XmlNode, String)
Gets the value of node
Public methodStatic memberGetNodeValueBoolean(XPathNavigator, String)
Gets the value of a child node as a Boolean
Public methodStatic memberGetNodeValueBoolean(XmlNode, String, Boolean)
Gets the value of node
Public methodStatic memberGetNodeValueBoolean(XPathNavigator, String, Boolean)
Gets the value of a child node as a Boolean
Public methodStatic memberGetNodeValueDate(XmlNode, String, DateTime)
Gets the value of node
Public methodStatic memberGetNodeValueDate(XPathNavigator, String, DateTime)
Gets the value of a child node as a DateTime
Public methodStatic memberGetNodeValueInt(XmlNode, String)
Gets the value of node
Public methodStatic memberGetNodeValueInt(XPathNavigator, String)
Gets the value of a child node as an Int32
Public methodStatic memberGetNodeValueInt(XmlNode, String, Int32)
Gets the value of node
Public methodStatic memberGetNodeValueInt(XPathNavigator, String, Int32)
Gets the value of a child node as an Int32
Public methodStatic memberGetNodeValueSingle(XmlNode, String)
Gets the value of node
Public methodStatic memberGetNodeValueSingle(XPathNavigator, String)
Gets the value of a child node as a Single
Public methodStatic memberGetNodeValueSingle(XmlNode, String, Single)
Gets the value of node
Public methodStatic memberGetNodeValueSingle(XPathNavigator, String, Single)
Gets the value of a child node as a Single
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberGetXMLContent Obsolete.
Public methodStatic memberGetXmlWriterSettings
Gets an XmlWriterSettings object
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberRemoveInvalidXmlCharacters
Removes control characters and other non-UTF-8 characters
Public methodStatic memberSerialize
Public methodStatic memberSerializeDictionary
Public methodStatic memberSerializeHashtable
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodStatic memberUpdateAttribute
Public methodStatic memberXMLEncode
Xml Encodes HTML
Public methodStatic memberXPathLiteral
Produce an XPath literal equal to the value if possible; if not, produce an XPath expression that will match the value. Note that this function will produce very long XPath expressions if a value contains a long run of double quotes.
Public methodStatic memberXSLTransform

Extension Methods

  NameDescription
Public Extension MethodToJson
Extension method on object that serializes the value to Json. Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.)

See Also