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 members.

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.

Public Fields

  Name Description
Public field Static member SchemaSetIdAny
The any schemaset id.
Public field Static member SchemaSetIdSxml
The sxml only schemaset id.
Public field Static member SchemaSetIdSxmlAny
The sxml+any schemaset id
Public field Static member SchemaSetIdXFormsXhtml1
The schemaset id for XForms + Xhtml1-Transitional.
Public field Static member SchemaSetIdXFormsXhtml1AndSxml
The schemaset id for XForms + Sxml + Xhtml1-Transitional.
Public field Static member SchemaSetIdXFormsXhtml5
The schemaset id for XForms + Xhtml5.
Public field Static member SchemaSetIdXFormsXhtml5AndSxml
The schemaset id for XForms + Sxml + Xhtml5.
Public field Static member XmlNamespaceUri
The xml namespace.
Public field Static member XmlSchemaNamespaceUri
The xml schema namespace
Public field Static member XslNamespaceUri
The xsl namespace

See Also

Advanced