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

Namespace: Smartsite.Core
Assembly:  Smartsite.SXML (in Smartsite.SXML.dll)

Syntax

C#Copy imageCopy Code
[]
public enum XmlProcessorStatus
Visual Basic (Declaration)Copy imageCopy Code
<> _
Public Enumeration XmlProcessorStatus

Members

Member nameDescription
None
None
TagFound
Tag found
TagComplete
Tag closed. The flag 'SelfClosingTag' is set when the tag is self-closing.
SelfClosingTag
Combined with 'TagComplete' when the tag is self-closing.
RawNestedData
Flag set when the data within the tag is not recursed but passed as raw Xml data.

See Also

Smartsite.Core Namespace
Advanced