Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Utility Namespace / XmlUtility Class
Methods


In This Topic
    XmlUtility Class Members
    In This Topic

    The following tables list the members exposed by XmlUtility.

    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic) Creates an XML element for the given xml document  
    Public Methodstatic (Shared in Visual Basic) Makes an object out of the specified XML.  
    Public Methodstatic (Shared in Visual Basic) Escapes XML characters < > and &.  
    Public Methodstatic (Shared in Visual Basic)Overloaded.  Gets value of the specified attribute from the given XML document  
    Public Methodstatic (Shared in Visual Basic) Gets an XmlElement object for the given XPath expression from the XML document  
    Public Methodstatic (Shared in Visual Basic)Overloaded.  Gets text value from the given XmlElement for node specified by the given XPath expression  
    Public Methodstatic (Shared in Visual Basic) Gets the top element of an XML string.  
    Public Methodstatic (Shared in Visual Basic) Converts bytes in ISO-8859-1 encoding to a regular string.  
    Public Methodstatic (Shared in Visual Basic) Converts ISO-8859-1-encoded bytes from a stream to a string.  
    Public Methodstatic (Shared in Visual Basic)Overloaded.  Makes XML out of an object.  
    Public Methodstatic (Shared in Visual Basic)Overloaded.  Sets value of the specified attribute in the given XML document  
    Public Methodstatic (Shared in Visual Basic)Overloaded.  Sets text value of the node specified by the given XPath expression in the given XML document  
    Public Methodstatic (Shared in Visual Basic) Converts a string to bytes in ISO-8859-1 encoding.  
    Public Methodstatic (Shared in Visual Basic) Converts a string to bytes in UTF-8 encoding.  
    Public Methodstatic (Shared in Visual Basic) Converts bytes in UTF-8 encoding to a regular string.  
    Public Methodstatic (Shared in Visual Basic) Converts UTF8-encoded bytes from a stream to a string.  
    Public Methodstatic (Shared in Visual Basic) Writes an XML document to file.  
    Public Methodstatic (Shared in Visual Basic)Overloaded.  Dumps the given xml node in key-value pairs  
    Public Methodstatic (Shared in Visual Basic) Outputs an XML document to string  
    Top
    Extension Methods
     NameDescription
    Public Extension MethodOverloaded.  Use this method to bulid query string from NameValueCollection
    Top
    See Also