Show / Hide Table of Contents

Class XmlValidatorBase

Inheritance
object
XmlValidatorBase
ModuleDefinitionValidator
PortalTemplateValidator
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Common
Assembly: DotNetNuke.dll
Syntax
public class XmlValidatorBase

Constructors

XmlValidatorBase()

Declaration
public XmlValidatorBase()

Properties

Errors

Declaration
public ArrayList Errors { get; set; }
Property Value
Type Description
ArrayList

SchemaSet

Declaration
public XmlSchemaSet SchemaSet { get; }
Property Value
Type Description
XmlSchemaSet

Methods

IsValid()

Declaration
public bool IsValid()
Returns
Type Description
bool

Validate(Stream)

Declaration
public virtual bool Validate(Stream xmlStream)
Parameters
Type Name Description
Stream xmlStream
Returns
Type Description
bool

Validate(string)

Declaration
public virtual bool Validate(string filename)
Parameters
Type Name Description
string filename
Returns
Type Description
bool

ValidationCallBack(object, ValidationEventArgs)

Declaration
protected void ValidationCallBack(object sender, ValidationEventArgs args)
Parameters
Type Name Description
object sender
ValidationEventArgs args

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS