This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public static class XmlUtility
Visual Basic (Declaration) Copy imageCopy Code
                                  Public NotInheritable Class XmlUtility

The type exposes the following methods.

Public Methods

  Name Description
Public method Static member GetAttributeValue
Gets the attribute value having specified name from a list of attributes.
Public method Static member GetDocTypeNamespaceUri
Gets the doc type namespace URI from given schemaset.
Public method Static member GetDoctypeString
Gets the doctype string.
Public method Static member GetNamespaces
Gets a distinct list of namespaces found in given schema set.
Public method Static member GetSchemaSetId
Gets the schema set id.
Public method Static member IsXFormsSchemaSetId
Returns true if the specified schemaSetId is XForms-related (XForms is part of the schema set).
Public method Static member TryParseBuiltInHtmlSchemaSetId
Tries to parse specified built-in schema set id.
Public method Static member TryParseSchemaSetId
Tries to parse specified schema set id.

See Also

Advanced