Search Results for

    Show / Hide Table of Contents

    Interface IXMLProcessor

    Defines the XML Processor interface.

    Namespace: Quark.CMSAdapters.Core.Specializations
    Assembly: Quark.CMSAdapters.Core.dll
    Syntax
    public interface IXMLProcessor

    Methods

    ApplyTransform(XmlElement)

    Applies the transform.

    Declaration
    XmlElement ApplyTransform(XmlElement xmlElement)
    Parameters
    Type Name Description
    System.Xml.XmlElement xmlElement

    The XML element.

    Returns
    Type Description
    System.Xml.XmlElement

    The transformed XML element.

    Extension Methods

    UtilityExtensions.DeepClone<T>(T)
    UtilityExtensions.IsMethodImplemented(Object, String)
    UtilityExtensions.LogError(Object, String)
    UtilityExtensions.ShowAndLogError(Object)
    UtilityExtensions.ShowAndLogError(Object, Window)
    UtilityExtensions.ShowAndLogError(Object, String, Window, String, String)
    UtilityExtensions.GetJsonValue<T>(Object, String, Boolean)
    UtilityExtensions.ToAssetInfo(Object, Nullable<Boolean>)
    In This Article
    Back to top © 2025 Quark Software Inc. All rights reserved.